@charset "UTF-8";
section {
  background-color: #ffffff;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #3F485D;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.7;
  font-weight:300;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1.5;
  word-break: break-word;
  word-wrap: break-word;
  /*font-weight: 400;*/
}

b,
strong {
  font-weight: 400;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #111111;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 300;
}

.mbr-semibold {
  font-weight: 400;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }

  .media {
    width: auto;
  }

  .mbr-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 1rem;
}

.btn {
  font-weight: 400 !important;
  font-size: 1rem !important;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  letter-spacing: 2px !important;
}

.btn-sm {
  font-weight: 400;
  letter-spacing: 2px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 400;
  letter-spacing: 2px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 400;
  letter-spacing: 2px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

.mbr-regular {
  font-weight: 300;
}

.mbr-semibold {
  font-weight: 400;
}

.mbr-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}
.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
          animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}
.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop {
    cursor: pointer;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .mbr-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type=range] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}
@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 0.6rem 1.2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  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;
}
.form-active .form-control:invalid {
  border-color: red;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  margin: 0;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .btn {
  display: flex;
  padding: 0.6rem 1.2rem;
  margin: 0;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

@media (min-width: 992px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .row {
    margin-left: -16px;
    margin-right: -16px;
  }
  .row > [class*=col] {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mbr-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.card-wrapper,
.item-wrapper {
  overflow: hidden;
}

.app-video-wrapper > img {
  opacity: 1;
}

.item {
  position: relative;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item + .dropdown-menu {
  display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}

@font-face{font-family:'triofox icons';font-style:normal;font-weight:400;src:url(https://cdn.centrestack.com/fonts/TriofoxFont2.woff) format('woff'),url(https://cdn.centrestack.com/fonts/triofoxFont2.ttf) format('ttf');font-display: swap;}.ti{font-family:'triofox icons';font-weight:400;font-style:normal;font-size:6em;display:inline-block;line-height:1.5;text-transform:none;letter-spacing:normal;word-wrap:normal;white-space:nowrap;direction:ltr;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale;font-feature-settings:'liga';padding:0;cursor:default;color:#f68e2a}*,::after,::before{box-sizing:border-box}.access-control::before{content:"A"}.assist::before{content:"F"}.cloud-backup::before{content:"B"}.compliance::before{content:"C"}.configure::before{content:"P"}.device-protection::before{content:"D"}.enhance-security::before{content:"S"}.headache::before{content:"H"}.increase-mobility::before{content:"M"}.install::before{content:"I"}.outlook-integration::before{content:"O"}.version-history::before{content:"V"}.mobile-access::before{content:"m"}.increased-productivity::before{content:"p"}.on-demand-sync::before{content:"s"}.vpn-alternative::before{content:"v"}.alternative-cloud::before{content:"c"}.enhanced-security::before{content:"e"}.office-365::before{content:"o"}.large-file-transfers::before{content:"T"}.reporting::before{content:"R"}.folder-permissions::before{content:"G"}.file-sharing::before{content:"K"}.web-server::before{content:"W"}.agent-sync::before{content:"a"}.active-directory::before{content:"d"}.cloud-drive::before{content:"N"}.dropbox::before{content:"X"}.sharepoint::before{content:"r"}.offline-folders::before{content:"f"}.parallel-transfers::before{content:"L"}.rsync::before{content:"Q"}.ntfs::before{content:"t"}.encryption::before{content:"n"}.single-sign-on::before{content:"b"}.twoFA::before{content:"Y"}.responsive::before{content:"J"}.conflict-detection::before{content:"k"}.change-notification::before{content:"x"}.reduce-costs::before{content:"z"}.simplify-management::before{content:"j"}.strengthen-compliance::before{content:"l"}.data-sprawl::before{content:"i"}.secure-data-room::before{content:"["}.domain-control::before{content:"q"}.ip-control::before{content:"h"}.audit-trace-history::before{content:"g"}.aws-and-azure::before{content:"Z"}.local-data-center::before{content:"E"}.branch-office-sync::before{content:"U"}.send-links::before{content:"u"}.advanced-file-sharing::before{content:"y"}.desktop-integration::before{content:"w"}.innovative_technologies::before{content:"\FA"}.strengthen_data_governance::before{content:"\11C"}.boost_security::before{content:"\15C"}.quick_deployment::before{content:"\154"}.seamless_experience::before{content:"\ED"}.small_footprint::before{content:"\F3"}.money_saving::before{content:"z"}.reduce_data_sprawl::before{content:"i"}.file_locking::before{content:"\0161"}
body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Roboto', sans-serif;
  font-size: 3.2rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 4rem;
}
.display-2 {
  font-family: 'Roboto', sans-serif;
  font-size: 2rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-4 {
  font-family: 'Roboto', sans-serif;
  font-size: 0.9rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.125rem;
}
.display-5 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2rem;
}
.display-7 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.3rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.625rem;
}
.display-8 {
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-8 > .mbr-iconfont {
  font-size: 1.25rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 2.56rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.24rem;
    font-size: calc( 1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.77rem + (3.2 - 1.77) * ((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.3 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.72rem;
    font-size: calc( 0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-8 {
    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))));
  }
}
/* Buttons */
.btn {
  padding: 0.8rem 2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 0.8rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.8rem 2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 3.2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #f68e2a !important;
}
.bg-success {
  background-color: #56a700 !important;
}
.bg-info {
  background-color: #4527a0 !important;
}
.bg-warning {
  background-color: #767676 !important;
}
.bg-danger {
  background-color: #a0a0a0 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #f68e2a !important;
  border-color: #f68e2a !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #c16308 !important;
  border-color: #c16308 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #c16308 !important;
  border-color: #c16308 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #1565c0 !important;
  border-color: #1565c0 !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: #0c3c72 !important;
  border-color: #0c3c72 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #0c3c72 !important;
  border-color: #0c3c72 !important;
}
.btn-info,
.btn-info:active {
  background-color: #4527a0 !important;
  border-color: #4527a0 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #27165a !important;
  border-color: #27165a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #27165a !important;
  border-color: #27165a !important;
}
.btn-success,
.btn-success:active {
  background-color: #56a700 !important;
  border-color: #56a700 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #295000 !important;
  border-color: #295000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #295000 !important;
  border-color: #295000 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #767676 !important;
  border-color: #767676 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #4b4b4b !important;
  border-color: #4b4b4b !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #4b4b4b !important;
  border-color: #4b4b4b !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #a0a0a0 !important;
  border-color: #a0a0a0 !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: #757575 !important;
  border-color: #757575 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #757575 !important;
  border-color: #757575 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #f68e2a;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #c16308 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #f68e2a !important;
  border-color: #f68e2a !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #1565c0;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #0c3c72 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #1565c0 !important;
  border-color: #1565c0 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #4527a0;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #27165a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #4527a0 !important;
  border-color: #4527a0 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #56a700;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #295000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #56a700 !important;
  border-color: #56a700 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #767676;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #4b4b4b !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #767676 !important;
  border-color: #767676 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #a0a0a0;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #757575 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #a0a0a0 !important;
  border-color: #a0a0a0 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #f68e2a !important;
}
.text-secondary {
  color: #1565c0 !important;
}
.text-success {
  color: #56a700 !important;
}
.text-info {
  color: #4527a0 !important;
}
.text-warning {
  color: #767676 !important;
}
.text-danger {
  color: #a0a0a0 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #b25b08 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #0b3564 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #214100 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #22134e !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #434343 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #6d6d6d !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #f68e2a;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #4527a0;
}
.alert-warning {
  background-color: #767676;
}
.alert-danger {
  background-color: #a0a0a0;
}
.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: #f68e2a;
  border-color: #f68e2a;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #f68e2a;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fef6ee;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #96ff27;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #876bdb;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #b6b6b6;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #e0e0e0;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
  text-align: center;
  pointer-events: none;
}
.form-control {
  font-family: 'Roboto', sans-serif;
  font-size: 0.9rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.125rem;
}
.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: #f68e2a !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Roboto', sans-serif;
  font-size: 0.9rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.125rem;
}
blockquote {
  border-color: #f68e2a;
}
/* 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: #f68e2a;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #f68e2a;
}
.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: #f68e2a;
  border-bottom-color: #f68e2a;
}
.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: #f68e2a !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #1565c0 !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='%23f68e2a' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-sMr0hm4Upb {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sMr0hm4Upb nav.navbar {
  position: fixed;
}
.cid-sMr0hm4Upb .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-sMr0hm4Upb .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sMr0hm4Upb .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  font-weight: 400;
}
.cid-sMr0hm4Upb .dropdown-item:hover,
.cid-sMr0hm4Upb .dropdown-item:focus {
  background: #f68e2a !important;
  color: white !important;
}
.cid-sMr0hm4Upb .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sMr0hm4Upb .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sMr0hm4Upb .nav-dropdown .link {
  padding: 0.3em 0.3em !important;
  margin: 0.667em 1em !important;
  font-weight: 400;
}
.cid-sMr0hm4Upb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sMr0hm4Upb .nav-link {
  position: relative;
  letter-spacing: 1px;
}
.cid-sMr0hm4Upb .container {
  display: flex;
  margin: auto;
}
.cid-sMr0hm4Upb .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sMr0hm4Upb .dropdown-menu,
.cid-sMr0hm4Upb .navbar.opened {
  background: #ffffff !important;
}
.cid-sMr0hm4Upb .nav-item:focus,
.cid-sMr0hm4Upb .nav-link:focus {
  outline: none;
}
.cid-sMr0hm4Upb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sMr0hm4Upb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sMr0hm4Upb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sMr0hm4Upb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sMr0hm4Upb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sMr0hm4Upb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sMr0hm4Upb .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: #ffffff;
}
.cid-sMr0hm4Upb .navbar.opened {
  transition: all 0.3s;
}
.cid-sMr0hm4Upb .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sMr0hm4Upb .navbar .navbar-logo img {
  height: 3rem !important;
}
.cid-sMr0hm4Upb .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sMr0hm4Upb .navbar.collapsed {
  justify-content: center;
}
.cid-sMr0hm4Upb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sMr0hm4Upb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sMr0hm4Upb .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sMr0hm4Upb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sMr0hm4Upb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sMr0hm4Upb .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-sMr0hm4Upb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sMr0hm4Upb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-sMr0hm4Upb .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sMr0hm4Upb .navbar a.nav-link {
    justify-content: left;
  }
  .cid-sMr0hm4Upb .navbar .nav-dropdown .link {
    padding: 0.3em 0.3em !important;
    margin: 0.667em 0 !important;
  }
  .cid-sMr0hm4Upb .navbar .btn {
    margin: 0.6rem 0;
  }
  .cid-sMr0hm4Upb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sMr0hm4Upb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sMr0hm4Upb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sMr0hm4Upb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sMr0hm4Upb .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-sMr0hm4Upb .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sMr0hm4Upb .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-sMr0hm4Upb .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem 0.25rem 0.5rem !important;
    text-align: left;
  }
  .cid-sMr0hm4Upb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sMr0hm4Upb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sMr0hm4Upb .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sMr0hm4Upb .navbar.navbar-short {
  min-height: 60px;
}
.cid-sMr0hm4Upb .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sMr0hm4Upb .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sMr0hm4Upb .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-sMr0hm4Upb .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sMr0hm4Upb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sMr0hm4Upb .dropdown-item.active,
.cid-sMr0hm4Upb .dropdown-item:active {
  background-color: transparent;
}
.cid-sMr0hm4Upb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sMr0hm4Upb .dropdown-toggle {
  pointer-events: none;
  cursor: default;
}
.cid-sMr0hm4Upb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sMr0hm4Upb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sMr0hm4Upb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sMr0hm4Upb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sMr0hm4Upb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sMr0hm4Upb ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sMr0hm4Upb .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sMr0hm4Upb button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sMr0hm4Upb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-sMr0hm4Upb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sMr0hm4Upb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sMr0hm4Upb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sMr0hm4Upb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sMr0hm4Upb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sMr0hm4Upb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sMr0hm4Upb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sMr0hm4Upb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sMr0hm4Upb .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sMr0hm4Upb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sMr0hm4Upb .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sMr0hm4Upb .navbar {
    height: 70px;
  }
  .cid-sMr0hm4Upb .navbar.opened {
    height: auto;
  }
  .cid-sMr0hm4Upb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sMr0hm4Upb .btn {
  font-size: 0.8rem !important;
  margin: 0.3rem 0.6rem;
}
@media (min-width: 992px) {
  .cid-sMr0hm4Upb #lang-dropdown {
    column-count: 2;
    column-gap: 20px;
  }
}
.cid-sMr0hm4Upb .rtl-language {
  text-align: right;
  direction: rtl;
}
.cid-sMd35IWmVW {
  background-image: url("https://cdn.centrestack.com/amp/gladinet-home-2120x1415-tiny-2000x1335.jpg");
}
.cid-sMd35IWmVW .content-wrapper {
  max-width: 680px;
}
.cid-sMd35IWmVW .mbr-section-btn {
  padding-bottom: 8rem;
}
.cid-sMd35IWmVW .mbr-iconfont {
  color: #ffffff;
  font-size: 1.2rem;
  transition: all 0.3s;
}
.cid-sMd35IWmVW .icons-wrapper {
  position: absolute;
  display: flex;
  bottom: 4rem;
  width: fit-content;
  right: 4rem;
}
@media (max-width: 767px) {
  .cid-sMd35IWmVW .icons-wrapper {
    right: 50%;
    left: 50%;
    transform: translateX(-50%);
  }
}
.cid-sMd35IWmVW .icon-wrapper {
  position: relative;
  width: 35px;
  cursor: pointer;
  margin: 0 0.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 35px;
}
.cid-sMd35IWmVW .icon-wrapper:hover .mbr-iconfont {
  color: #f68e2a;
}
.cid-sMd35IWmVW .btn {
  white-space: nowrap;
}
.cid-sMdnKtUe45 {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sMdnKtUe45 img {
  width: 120px;
  padding: 5px;
  margin: auto;
}
.cid-sMdnKtUe45 .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
}
@media (min-width: 992px) {
  .cid-sMdnKtUe45 .card {
    max-width: 12.5%;
  }
}
.cid-sMdnKtUe45 .mbr-section-title {
  padding-bottom: 33px;
}
.cid-sMdnKtUe45 .mbr-section-subtitle {
  font-style: italic;
  padding-bottom: 12px;
}
.cid-sMdnKtUe45 .row {
  justify-content: space-between;
}
@media (min-width: 575px) and (max-width: 990px) {
  .cid-sMdnKtUe45 .row {
    justify-content: center;
  }
}
.cid-sMdnKtUe45 h2 {
  padding-left: 100px;
  padding-right: 100px;
}
.cid-u64hD7nnWe {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u64hD7nnWe img,
.cid-u64hD7nnWe .item-img {
  width: 100%;
}
.cid-u64hD7nnWe .item:focus,
.cid-u64hD7nnWe span:focus {
  outline: none;
}
.cid-u64hD7nnWe .item {
  margin-bottom: 2rem;
}
.cid-u64hD7nnWe .item-wrapper {
  position: relative;
  border-radius: 10px;
  box-shadow: inset 0 0 0 1px #ebebf0, 0 15px 30px 0 rgba(0, 0, 0, 0.15);
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-u64hD7nnWe .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-u64hD7nnWe .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u64hD7nnWe .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-u64hD7nnWe .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-u64hD7nnWe .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tFGI4uejv4 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tFGI4uejv4 .card-wrapper {
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-tFGI4uejv4 .card-wrapper {
    flex-wrap: wrap;
  }
}
.cid-tFGI4uejv4 .card-box {
  width: 100%;
}
.cid-tFGI4uejv4 .number {
  float: left;
  margin-top: 25px;
  margin-right: 25px;
  color: #efefef;
}
.cid-tFGI4uejv4 .number div {
  font-size: 5rem;
  line-height: 7rem;
}
.cid-tFH45ezwnN {
  padding-top: 60px;
  padding-bottom: 60px;
  background: linear-gradient(45deg, #ffffff, #ffffff);
}
.cid-tFH45ezwnN .user_image {
  overflow: hidden;
  display: flex;
}
.cid-tFH45ezwnN .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-tFH45ezwnN .mbr-iconfont {
  font-size: 3rem;
}
.cid-tFH45ezwnN .mbri-quote-left {
  color: #f68e2a;
}
.cid-tFH45ezwnN .mbri-quote-right {
  color: #f68e2a;
  position: absolute;
  bottom: 1rem;
  right: 0;
}
@media (max-width: 230px) {
  .cid-tFH45ezwnN .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-tFH45ezwnN .user_text {
  padding: 25px;
}
.cid-sMp2Fcv3k5 {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sMp2Fcv3k5 .mbr-section-subtitle {
  margin-bottom: 21px;
}
.cid-sMp2Fcv3k5 .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #f68e2a;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 26px;
}
.cid-sMp2Fcv3k5 .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-sMp2Fcv3k5 .mbr-section-title {
  margin: 0;
}
.cid-sMp2Fcv3k5 .mbr-section-title.display-2 {
  line-height: 1.375;
}
.cid-sMp2Fcv3k5 .main-wrapper {
  padding: 56px 0 0 0;
}
.cid-sMp2Fcv3k5 .main-wrapper .icon-main {
  margin: 1rem 0;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
  padding: 0;
  transition: all 0.3s ease-in-out 0s;
}
.cid-sMp2Fcv3k5 .main-wrapper .icon-main .process-icon,
.cid-sMp2Fcv3k5 .main-wrapper .icon-main .process-icon-without-before {
  width: 100%;
  padding-bottom: 2rem;
}
.cid-sMp2Fcv3k5 .main-wrapper .icon-main .process-icon .wrapper,
.cid-sMp2Fcv3k5 .main-wrapper .icon-main .process-icon-without-before .wrapper,
.cid-sMp2Fcv3k5 .main-wrapper .icon-main .process-icon .wrapper-without-before,
.cid-sMp2Fcv3k5 .main-wrapper .icon-main .process-icon-without-before .wrapper-without-before {
  position: relative;
  margin-bottom: 20px;
}
.cid-sMp2Fcv3k5 .main-wrapper .icon-main .process-icon .wrapper .icon-container,
.cid-sMp2Fcv3k5 .main-wrapper .icon-main .process-icon-without-before .wrapper .icon-container,
.cid-sMp2Fcv3k5 .main-wrapper .icon-main .process-icon .wrapper-without-before .icon-container,
.cid-sMp2Fcv3k5 .main-wrapper .icon-main .process-icon-without-before .wrapper-without-before .icon-container {
  display: inline-flex;
  position: relative;
}
.cid-sMp2Fcv3k5 .main-wrapper .icon-main .process-icon .wrapper .icon-container a,
.cid-sMp2Fcv3k5 .main-wrapper .icon-main .process-icon-without-before .wrapper .icon-container a,
.cid-sMp2Fcv3k5 .main-wrapper .icon-main .process-icon .wrapper-without-before .icon-container a,
.cid-sMp2Fcv3k5 .main-wrapper .icon-main .process-icon-without-before .wrapper-without-before .icon-container a {
  display: inherit;
  cursor: unset;
  pointer-events: none;
}
.cid-sMp2Fcv3k5 .main-wrapper .icon-main .process-icon .wrapper .icon-container a .icon-wrapper,
.cid-sMp2Fcv3k5 .main-wrapper .icon-main .process-icon-without-before .wrapper .icon-container a .icon-wrapper,
.cid-sMp2Fcv3k5 .main-wrapper .icon-main .process-icon .wrapper-without-before .icon-container a .icon-wrapper,
.cid-sMp2Fcv3k5 .main-wrapper .icon-main .process-icon-without-before .wrapper-without-before .icon-container a .icon-wrapper {
  position: relative;
  z-index: 1;
  padding: 24px;
  height: 80px;
  margin: 0 auto;
  transition: all 0.3s ease-in-out 0s;
  border-radius: 50%;
  font-size: 32px;
  line-height: 1;
  color: #ffffff;
  width: 80px;
}
.cid-sMp2Fcv3k5 .main-wrapper .icon-main .process-icon .wrapper .icon-container a .icon-wrapper.icon1,
.cid-sMp2Fcv3k5 .main-wrapper .icon-main .process-icon-without-before .wrapper .icon-container a .icon-wrapper.icon1,
.cid-sMp2Fcv3k5 .main-wrapper .icon-main .process-icon .wrapper-without-before .icon-container a .icon-wrapper.icon1,
.cid-sMp2Fcv3k5 .main-wrapper .icon-main .process-icon-without-before .wrapper-without-before .icon-container a .icon-wrapper.icon1 {
  background-color: rgba(209, 107, 134, 0.3);
  color: #d16b86;
}
.cid-sMp2Fcv3k5 .main-wrapper .icon-main .process-icon .wrapper .icon-container a .icon-wrapper.icon2,
.cid-sMp2Fcv3k5 .main-wrapper .icon-main .process-icon-without-before .wrapper .icon-container a .icon-wrapper.icon2,
.cid-sMp2Fcv3k5 .main-wrapper .icon-main .process-icon .wrapper-without-before .icon-container a .icon-wrapper.icon2,
.cid-sMp2Fcv3k5 .main-wrapper .icon-main .process-icon-without-before .wrapper-without-before .icon-container a .icon-wrapper.icon2 {
  background-color: rgba(92, 167, 219, 0.3);
  color: #5ca7db;
}
.cid-sMp2Fcv3k5 .main-wrapper .icon-main .process-icon .wrapper .icon-container a .icon-wrapper.icon3,
.cid-sMp2Fcv3k5 .main-wrapper .icon-main .process-icon-without-before .wrapper .icon-container a .icon-wrapper.icon3,
.cid-sMp2Fcv3k5 .main-wrapper .icon-main .process-icon .wrapper-without-before .icon-container a .icon-wrapper.icon3,
.cid-sMp2Fcv3k5 .main-wrapper .icon-main .process-icon-without-before .wrapper-without-before .icon-container a .icon-wrapper.icon3 {
  background-color: rgba(156, 205, 126, 0.3);
  color: #9ccd7e;
}
.cid-sMp2Fcv3k5 .main-wrapper .icon-main .process-icon .wrapper .icon-container a .icon-wrapper.icon4,
.cid-sMp2Fcv3k5 .main-wrapper .icon-main .process-icon-without-before .wrapper .icon-container a .icon-wrapper.icon4,
.cid-sMp2Fcv3k5 .main-wrapper .icon-main .process-icon .wrapper-without-before .icon-container a .icon-wrapper.icon4,
.cid-sMp2Fcv3k5 .main-wrapper .icon-main .process-icon-without-before .wrapper-without-before .icon-container a .icon-wrapper.icon4 {
  background-color: rgba(132, 138, 189, 0.3);
  color: #848abd;
}
.cid-sMp2Fcv3k5 .main-wrapper .icon-main .process-icon .wrapper .icon-container .step,
.cid-sMp2Fcv3k5 .main-wrapper .icon-main .process-icon-without-before .wrapper .icon-container .step,
.cid-sMp2Fcv3k5 .main-wrapper .icon-main .process-icon .wrapper-without-before .icon-container .step,
.cid-sMp2Fcv3k5 .main-wrapper .icon-main .process-icon-without-before .wrapper-without-before .icon-container .step {
  position: absolute;
  bottom: -3px;
  left: 11px;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  font-size: 11px;
  line-height: normal;
  z-index: 2;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  text-align: center;
  color: #ffffff;
}
.cid-sMp2Fcv3k5 .main-wrapper .icon-main .process-icon .wrapper .icon-container .step_1,
.cid-sMp2Fcv3k5 .main-wrapper .icon-main .process-icon-without-before .wrapper .icon-container .step_1,
.cid-sMp2Fcv3k5 .main-wrapper .icon-main .process-icon .wrapper-without-before .icon-container .step_1,
.cid-sMp2Fcv3k5 .main-wrapper .icon-main .process-icon-without-before .wrapper-without-before .icon-container .step_1 {
  background: #d16b86;
}
.cid-sMp2Fcv3k5 .main-wrapper .icon-main .process-icon .wrapper .icon-container .step_2,
.cid-sMp2Fcv3k5 .main-wrapper .icon-main .process-icon-without-before .wrapper .icon-container .step_2,
.cid-sMp2Fcv3k5 .main-wrapper .icon-main .process-icon .wrapper-without-before .icon-container .step_2,
.cid-sMp2Fcv3k5 .main-wrapper .icon-main .process-icon-without-before .wrapper-without-before .icon-container .step_2 {
  background: #5ca7db;
}
.cid-sMp2Fcv3k5 .main-wrapper .icon-main .process-icon .wrapper .icon-container .step_3,
.cid-sMp2Fcv3k5 .main-wrapper .icon-main .process-icon-without-before .wrapper .icon-container .step_3,
.cid-sMp2Fcv3k5 .main-wrapper .icon-main .process-icon .wrapper-without-before .icon-container .step_3,
.cid-sMp2Fcv3k5 .main-wrapper .icon-main .process-icon-without-before .wrapper-without-before .icon-container .step_3 {
  background: #9ccd7e;
}
.cid-sMp2Fcv3k5 .main-wrapper .icon-main .process-icon .wrapper .icon-container .step_4,
.cid-sMp2Fcv3k5 .main-wrapper .icon-main .process-icon-without-before .wrapper .icon-container .step_4,
.cid-sMp2Fcv3k5 .main-wrapper .icon-main .process-icon .wrapper-without-before .icon-container .step_4,
.cid-sMp2Fcv3k5 .main-wrapper .icon-main .process-icon-without-before .wrapper-without-before .icon-container .step_4 {
  background: #848abd;
}
.cid-sMp2Fcv3k5 .main-wrapper .icon-main .process-icon .subicon-title,
.cid-sMp2Fcv3k5 .main-wrapper .icon-main .process-icon-without-before .subicon-title {
  text-align: center;
  padding-left: 0.8rem;
  padding-right: 0.8rem;
  margin-bottom: 12px;
}
.cid-sMp2Fcv3k5 .main-wrapper .icon-main .process-icon .subicon-text,
.cid-sMp2Fcv3k5 .main-wrapper .icon-main .process-icon-without-before .subicon-text {
  padding-left: 0.8rem;
  padding-right: 0.8rem;
}
@media (max-width: 767px) {
  .cid-sMp2Fcv3k5 .wrapper::before {
    display: none;
  }
}
@media (max-width: 991px) {
  .cid-sMp2Fcv3k5 .third-elem .wrapper:before {
    display: none;
  }
}
.cid-tpmgwyDip4 {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("https://cdn.centrestack.com/amp/background13-1920x1163-tiny-1-1920x1163.jpg");
}
.cid-tpmgwyDip4 .mbr-overlay {
  background: #ffffff;
  opacity: 0.9;
}
.cid-tpmgwyDip4 .link-align {
  width: 100%;
}
.cid-tpmgwyDip4 .link-wrap {
  display: inline-block;
}
@keyframes hover {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
.cid-tpmgwyDip4 .mbr-text,
.cid-tpmgwyDip4 .link-align {
  color: #767676;
}
.cid-tpmgwyDip4 .icon-wrap {
  border-radius: 50%;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  width: 70px;
  background-color: #f68e2a;
  height: 70px;
  cursor: pointer;
}
.cid-tpmgwyDip4 .icon-wrap:hover {
  animation: 0.6s hover;
}
.cid-tpmgwyDip4 .icon-wrap span {
  padding-left: 4px;
}
.cid-tpmgwyDip4 .mbr-media span {
  font-size: 1.6rem;
  border-radius: 50%;
  cursor: pointer;
  width: 70px;
  height: 70px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
  transition: all 0.25s;
  color: #ffffff !important;
}
.cid-tpmgwyDip4 .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-tpmgwyDip4 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tpmgwyDip4 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tpmgwyDip4 .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-tpmgwyDip4 a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 15px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
  line-height: 1;
}
.cid-tpmgwyDip4 a.close:hover {
  color: #ffffff;
}
.cid-tplA0Aje8y {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tplA0Aje8y .row {
  padding: 0 1rem;
}
@media (max-width: 991px) {
  .cid-tplA0Aje8y .row {
    padding: 0 0.75rem;
  }
}
.cid-tplA0Aje8y .text-container {
  margin-bottom: 20px;
  padding: 0 !important;
}
.cid-tplA0Aje8y .mbr-section-title {
  margin: 0 auto;
  padding-bottom: 20px;
}
.cid-tplA0Aje8y .cards-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
}
.cid-tplA0Aje8y .card {
  padding: 15px;
}
@media (max-width: 767px) {
  .cid-tplA0Aje8y .card {
    padding: 0;
  }
}
.cid-tplA0Aje8y .card-wrapper {
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 30px;
  border: 1px solid #EEEEEE;
  border-radius: 5px;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s, -webkit-border-radius 0.3s, -webkit-box-shadow 0.3s;
}
@media (max-width: 767px) {
  .cid-tplA0Aje8y .card-wrapper {
    margin-bottom: 30px;
    max-width: 522px;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-tplA0Aje8y .card-wrapper:hover {
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.07);
}
.cid-tplA0Aje8y .mbr-iconfont {
  font-size: 50px;
  color: #ff9966;
}
.cid-tplA0Aje8y .icon-box {
  width: 100%;
  margin-bottom: 20px;
}
.cid-tplA0Aje8y .card-title {
  text-align: left;
  padding-bottom: 10px;
}
.cid-tFHaG0pZPa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tFHaG0pZPa .mbr-fallback-image.disabled {
  display: none;
}
.cid-tFHaG0pZPa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tFHaG0pZPa .main-container {
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .cid-tFHaG0pZPa .main-container {
    margin-bottom: 70px;
  }
}
.cid-tFHaG0pZPa .mbr-text {
  margin-top: 30px;
}
.cid-tFHaG0pZPa .card-row {
  display: flex;
  align-items: stretch;
  row-gap: 20px;
}
@media (min-width: 1200px) {
  .cid-tFHaG0pZPa .card-row {
    margin: 0 -20px;
    row-gap: 40px;
  }
}
@media (min-width: 1200px) {
  .cid-tFHaG0pZPa .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-tFHaG0pZPa .card {
  border-radius: 0;
}
.cid-tFHaG0pZPa .card-wrap {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  height: 100%;
  min-height: 320px;
  padding: 40px 37px 30px;
  background-color: #fafafa;
}
@media (max-width: 767px) {
  .cid-tFHaG0pZPa .card-wrap {
    min-height: auto;
  }
}
@media (max-width: 575px) {
  .cid-tFHaG0pZPa .card-wrap {
    padding: 24px 18px 30px;
  }
}
.cid-tFHaG0pZPa .testimonial-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.cid-tFHaG0pZPa .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tFHaG0pZPa .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 20px;
  color: #747474;
  margin: 0 2px;
}
.cid-tFHaG0pZPa .card-text-wrap {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tFHaG0pZPa .card-text-wrap {
    margin-bottom: 1.5rem;
  }
}
.cid-tFHaG0pZPa .card-text {
  margin-bottom: 30px;
}
.cid-tFHaG0pZPa .card-name-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: auto;
}
.cid-tFHaG0pZPa .card-name-image-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  aspect-ratio: 1;
  border-radius: 50px;
  overflow: hidden;
  margin-right: 20px;
}
.cid-tFHaG0pZPa .card-name-image-wrap img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-tFHaG0pZPa .card-prof {
  color: #747474;
}
.cid-tpmoJRYIQq {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tpmoJRYIQq .mbr-fallback-image.disabled {
  display: none;
}
.cid-tpmoJRYIQq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-sMdbSzOcIU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sMdbSzOcIU .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-sMdbSzOcIU .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sMdbSzOcIU .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-sMdbSzOcIU .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sMdbSzOcIU .content-wrapper {
    padding: 3rem;
  }
  .cid-sMdbSzOcIU .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-sMdbSzOcIU .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tpmr6FS4f0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tpmr6FS4f0 .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-tpmr6FS4f0 .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tpmr6FS4f0 .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tpmr6FS4f0 .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tpmr6FS4f0 .content-wrapper {
    padding: 3rem;
  }
  .cid-tpmr6FS4f0 .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-tpmr6FS4f0 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tpms4XDSmu {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tpms4XDSmu .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-tpms4XDSmu .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tpms4XDSmu .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tpms4XDSmu .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tpms4XDSmu .content-wrapper {
    padding: 3rem;
  }
  .cid-tpms4XDSmu .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-tpms4XDSmu .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tpms6ywyRH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tpms6ywyRH .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-tpms6ywyRH .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tpms6ywyRH .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tpms6ywyRH .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tpms6ywyRH .content-wrapper {
    padding: 3rem;
  }
  .cid-tpms6ywyRH .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-tpms6ywyRH .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tpms7S7H8l {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tpms7S7H8l .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-tpms7S7H8l .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tpms7S7H8l .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tpms7S7H8l .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tpms7S7H8l .content-wrapper {
    padding: 3rem;
  }
  .cid-tpms7S7H8l .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-tpms7S7H8l .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tpmtxTeKar {
  overflow: hidden;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-tpmtxTeKar .iconfont-wrapper {
  display: inline-block;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.cid-tpmtxTeKar .iconfont-wrapper:before {
  content: "";
  top: 0;
  left: 50%;
  bottom: 0;
  z-index: -1;
  width: 60px;
  position: absolute;
  background-color: rgba(107, 61, 240, 0.07);
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
}
.cid-tpmtxTeKar .iconfont-wrapper .mbr-iconfont {
  color: #6b3df0;
  height: 75px;
  line-height: 75px;
  font-size: 46px;
  text-align: center;
}
.cid-tpmtxTeKar .mbr-section-title {
  margin-bottom: 36px;
}
.cid-tpmtxTeKar .mbr-text {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .cid-tpmtxTeKar .column2 {
    margin-top: 100px;
  }
}
.cid-tpmtxTeKar .card__block {
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.08);
  border-radius: 5px;
  padding: 45px 35px;
  margin-bottom: 40px;
  background: #ffffff;
}
.cid-tpmtxTeKar .icon__card_wrap {
  width: 100%;
  margin-bottom: 25px;
}
.cid-tpmtxTeKar .icon__card {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cid-tpmtxTeKar .icon__card .mbr-iconfont {
  font-size: 48px;
  color: #ffffff;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}
.cid-tpmtxTeKar .icon__card.color1 span {
  text-shadow: 0 14px 30px rgba(246, 142, 42, 0.4);
  background: -webkit-linear-gradient(40deg, #f68e2a 0%, rgba(246, 142, 42, 0.3) 100%);
}
.cid-tpmtxTeKar .icon__card.color2 span {
  text-shadow: 0 14px 30px rgba(86, 167, 0, 0.4);
  background: -webkit-linear-gradient(40deg, #56a700 0%, rgba(86, 167, 0, 0.3) 100%);
}
.cid-tpmtxTeKar .icon__card.color3 span {
  text-shadow: 0 14px 30px rgba(69, 39, 160, 0.4);
  background: -webkit-linear-gradient(40deg, #4527a0 0%, rgba(69, 39, 160, 0.3) 100%);
}
.cid-tpmtxTeKar .icon__card.color4 span {
  text-shadow: 0 14px 30px rgba(118, 118, 118, 0.4);
  background: -webkit-linear-gradient(40deg, #767676 0%, rgba(118, 118, 118, 0.3) 100%);
}
.cid-tpmtxTeKar .card__title {
  margin-bottom: 15px;
}
.cid-tpmtxTeKar .card__text {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-tpmtxTeKar .title__block {
    text-align: center;
  }
  .cid-tpmtxTeKar .iconfont-wrapper {
    margin-bottom: 30px;
  }
  .cid-tpmtxTeKar .mbr-sectioin-title {
    margin-bottom: 22px;
  }
  .cid-tpmtxTeKar .mbr-text {
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .cid-tpmtxTeKar .card__block {
    padding: 35px 30px;
    margin-top: 40px;
    margin-bottom: 0;
  }
}
.cid-tpmBR6sWmg {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-tpmBR6sWmg img,
.cid-tpmBR6sWmg .item-img {
  width: 100%;
}
.cid-tpmBR6sWmg .item:focus,
.cid-tpmBR6sWmg span:focus {
  outline: none;
}
.cid-tpmBR6sWmg .item {
  margin-bottom: 2rem;
}
.cid-tpmBR6sWmg .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tpmBR6sWmg .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tpmBR6sWmg .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tpmBR6sWmg .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tpmEPPd5nc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tpmEPPd5nc .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-tpmEPPd5nc .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tpmEPPd5nc .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tpmEPPd5nc .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tpmEPPd5nc .content-wrapper {
    padding: 3rem;
  }
  .cid-tpmEPPd5nc .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-tpmEPPd5nc .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tpmEQymlqF {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tpmEQymlqF .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-tpmEQymlqF .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tpmEQymlqF .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tpmEQymlqF .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tpmEQymlqF .content-wrapper {
    padding: 3rem;
  }
  .cid-tpmEQymlqF .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-tpmEQymlqF .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tpmERefgg6 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tpmERefgg6 .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-tpmERefgg6 .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tpmERefgg6 .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tpmERefgg6 .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tpmERefgg6 .content-wrapper {
    padding: 3rem;
  }
  .cid-tpmERefgg6 .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-tpmERefgg6 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sMeVTWFzgQ {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("https://cdn.centrestack.com/amp/sunlight-meeting-1200x630-tiny-2-1200x630.jpg");
}
.cid-sMeVTWFzgQ .mbr-overlay {
  background: #122947;
  opacity: 0.8;
}
.cid-tpmOteLiRn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}
.cid-tqGXEcm2Yo {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-tqGXEcm2Yo .social-row {
  text-align: center;
}
.cid-tqGXEcm2Yo .iconfont-wrapper {
  width: 1.6rem;
  height: 1.6rem;
  display: inline-flex;
  padding: 15px 20px;
  margin-right: 15px;
  justify-content: center;
  align-items: center;
  border-radius: 3px;
  cursor: pointer;
  transition: 0.5s;
}
.cid-tqGXEcm2Yo .mbr-iconfont {
  font-size: 1.6rem;
  width: 1.6rem;
  color: #e0e0e0;
  vertical-align: middle;
}
.cid-tqGXEcm2Yo .custom-bg-1:hover {
  background-color: #1d9bf0;
}
.cid-tqGXEcm2Yo .custom-bg-1:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-tqGXEcm2Yo .custom-bg-2:hover {
  background-color: #ff0000;
}
.cid-tqGXEcm2Yo .custom-bg-2:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-tqGXEcm2Yo .custom-bg-3:hover {
  background-color: #2374e1;
}
.cid-tqGXEcm2Yo .custom-bg-3:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-tqGXEcm2Yo .custom-bg-4:hover {
  background-color: #0a66c2;
}
.cid-tqGXEcm2Yo .custom-bg-4:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-tqGXEcm2Yo .mbr-overlay {
  background: #ffffff;
  opacity: 0.9;
}
.cid-tqGXEcm2Yo .media-wrap {
  padding: 0;
}
.cid-tqGXEcm2Yo .media-wrap img {
  width: 12rem;
}
@media (max-width: 991px) {
  .cid-tqGXEcm2Yo .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tqGXEcm2Yo .row {
    text-align: left;
  }
  .cid-tqGXEcm2Yo .row > div {
    margin: auto;
  }
}
.cid-tqGXEcm2Yo .list {
  list-style: none;
  padding-left: 0;
  color: #e0e0e0;
}
@media (max-width: 991px) {
  .cid-tqGXEcm2Yo .list {
    margin-bottom: 2rem;
    text-align: left;
  }
}
@media (min-width: 992px) {
  .cid-tqGXEcm2Yo .list {
    margin-bottom: 0rem;
  }
}
.cid-tqGXEcm2Yo .mbr-text {
  color: #e0e0e0;
}
@media (max-width: 991px) {
  .cid-tqGXEcm2Yo div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tqGXEcm2Yo .text-primary {
  color: #e0e0e0 !important;
}
@media (min-width: 992px) {
  .cid-tqGXEcm2Yo .links {
    margin-top: 3rem;
  }
}
.cid-tqGXEcm2Yo .copyright {
  border-top: 1px solid #444;
  padding-top: 1rem;
}
@media (max-width: 991px) {
  .cid-tqGXEcm2Yo .copyright {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .cid-tqGXEcm2Yo .foot-menu {
    padding-right: 7rem;
    text-align: right;
  }
}
@media (max-width: 991px) {
  .cid-tqGXEcm2Yo .foot-menu {
    text-align: center;
  }
}
.cid-tqGXEcm2Yo .foot-menu ul {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}
.cid-tqGXEcm2Yo .foot-menu li {
  display: inline-block;
  line-height: 1.5;
  margin: .5rem .75rem;
}
.cid-tqGXEcm2Yo .foot-menu li > a[class*="text-"]:not(.btn):not([role]):not(.navbar-caption):hover:after {
  opacity: 0;
}
.cid-tqGXEcm2Yo .mbr-section-subtitle {
  height: 60px;
}
.cid-u4FOjARt8o {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("https://cdn.centrestack.com/mobi5/web/102221/images/fb/covid-19-work-from-home-1200x630-tiny.jpg");
}
@media (max-width: 768px) {
  .cid-u4FOjARt8o {
    padding-top: 5rem;
  }
}
.cid-u4FOjARt8o .mbr-overlay {
  background: #000000;
  opacity: 0.7;
}
.cid-u4FPg0Avez {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u4FPg0Avez .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-u4G9NEdaOW {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-u4G9NEdaOW .badge {
  display: inline-block;
  color: #f68e2a;
}
.cid-u4G9NEdaOW .card-wrapper {
  background-position: center;
  border-radius: 4px;
  padding: 0;
  transition: all 0.3s;
  background-size: cover;
  display: flex !important;
  flex-direction: row !important;
  justify-content: center !important;
  align-items: flex-start;
}
.cid-u4G9NEdaOW .card-wrapper .mbr-iconfont {
  font-size: 50px;
  color: #f68e2a;
  margin-right: 25px;
}
@media (max-width: 768px) {
  .cid-u4G9NEdaOW .card-wrapper .mbr-iconfont {
    font-size: 30px;
  }
}
.cid-u4G9NEdaOW .card-wrapper .card-box {
  height: 100%;
}
.cid-u4G9NEdaOW .card-wrapper .card-box .link-wrap {
  width: 100%;
}
.cid-u4G9NEdaOW .card-wrapper .card-box .link-wrap .link {
  display: inline-block;
}
.cid-u4G9NEdaOW .card-wrapper .card-box .link-wrap .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 0.6rem;
}
.cid-u4G9NEdaOW .card-wrapper .card-box .link-wrap .link a:before {
  position: absolute;
  transition: all 0.3s;
  right: 0px;
  top: 55%;
  opacity: 0;
  transform: translateY(-50%);
  content: "\e909";
  font-family: "Moririse2" !important;
  color: currentColor;
  font-size: 0.6rem;
}
.cid-u4G9NEdaOW .card-wrapper .card-box .link-wrap .link a:hover:before {
  opacity: 1;
  transform: translateX(8px) translateY(-50%);
}
.cid-u4G9NEdaOW .mbr-section-btn {
  text-align: center;
}
.cid-u4G9NEdaOW .mbr-section-btn .btn {
  padding: 18px 26px;
}
.cid-u4G9NEdaOW .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.5px;
}
.cid-u4G9NEdaOW .mbr-section-btn .btn-secondary:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
@media (max-width: 992px) {
  .cid-u4G9NEdaOW img {
    margin-bottom: 20px;
  }
}
.cid-u4FPop1KRG {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-u4FPop1KRG img {
  width: 120px;
  padding: 5px;
  margin: auto;
}
.cid-u4FPop1KRG .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
}
@media (min-width: 992px) {
  .cid-u4FPop1KRG .card {
    max-width: 12.5%;
  }
}
.cid-u4FPop1KRG .row {
  justify-content: space-between;
}
@media (min-width: 575px) and (max-width: 990px) {
  .cid-u4FPop1KRG .row {
    justify-content: center;
  }
}
.cid-u4FR0KbzLT {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-u4FR0KbzLT .row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-u4FR0KbzLT .badge {
  display: inline-block;
  color: #f68e2a;
}
.cid-u4FR0KbzLT .card-wrapper {
  background-position: center;
  border-radius: 4px;
  padding: 0;
  transition: all 0.3s;
  background-size: cover;
  display: flex !important;
  flex-direction: row !important;
  justify-content: center !important;
  align-items: flex-start;
}
.cid-u4FR0KbzLT .card-wrapper .mbr-iconfont {
  font-size: 50px;
  color: #f68e2a;
  margin-right: 25px;
}
@media (max-width: 768px) {
  .cid-u4FR0KbzLT .card-wrapper .mbr-iconfont {
    font-size: 30px;
  }
}
.cid-u4FR0KbzLT .card-wrapper .card-box {
  height: 100%;
}
.cid-u4FR0KbzLT .card-wrapper .card-box .link-wrap {
  width: 100%;
}
.cid-u4FR0KbzLT .card-wrapper .card-box .link-wrap .link {
  display: inline-block;
}
.cid-u4FR0KbzLT .card-wrapper .card-box .link-wrap .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 0.6rem;
}
.cid-u4FR0KbzLT .card-wrapper .card-box .link-wrap .link a:before {
  position: absolute;
  transition: all 0.3s;
  right: 0px;
  top: 55%;
  opacity: 0;
  transform: translateY(-50%);
  content: "\e909";
  font-family: "Moririse2" !important;
  color: currentColor;
  font-size: 0.6rem;
}
.cid-u4FR0KbzLT .card-wrapper .card-box .link-wrap .link a:hover:before {
  opacity: 1;
  transform: translateX(8px) translateY(-50%);
}
.cid-u4FR0KbzLT .mbr-section-btn {
  text-align: center;
}
.cid-u4FR0KbzLT .mbr-section-btn .btn {
  padding: 18px 26px;
}
.cid-u4FR0KbzLT .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.5px;
}
.cid-u4FR0KbzLT .mbr-section-btn .btn-secondary:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
@media (max-width: 992px) {
  .cid-u4FR0KbzLT img {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .cid-u4FR0KbzLT .card-box .card-title,
  .cid-u4FR0KbzLT .card-box .mbr-text {
    text-align: left;
  }
}
.cid-u4FZviLsMX {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u4FZviLsMX .mbr-text {
  line-height: 1.5;
}
.cid-u4FZviLsMX .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-u4FZHNApMB {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-u4FZHNApMB .badge {
  display: inline-block;
  color: #f68e2a;
}
.cid-u4FZHNApMB .card-wrapper {
  background-position: center;
  border-radius: 4px;
  padding: 0;
  transition: all 0.3s;
  background-size: cover;
  display: flex !important;
  flex-direction: row !important;
  justify-content: center !important;
  align-items: flex-start;
}
.cid-u4FZHNApMB .card-wrapper .mbr-iconfont {
  font-size: 50px;
  color: #f68e2a;
  margin-right: 25px;
}
@media (max-width: 768px) {
  .cid-u4FZHNApMB .card-wrapper .mbr-iconfont {
    font-size: 30px;
  }
}
.cid-u4FZHNApMB .card-wrapper .card-box {
  height: 100%;
}
.cid-u4FZHNApMB .card-wrapper .card-box .link-wrap {
  width: 100%;
}
.cid-u4FZHNApMB .card-wrapper .card-box .link-wrap .link {
  display: inline-block;
}
.cid-u4FZHNApMB .card-wrapper .card-box .link-wrap .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 0.6rem;
}
.cid-u4FZHNApMB .card-wrapper .card-box .link-wrap .link a:before {
  position: absolute;
  transition: all 0.3s;
  right: 0px;
  top: 55%;
  opacity: 0;
  transform: translateY(-50%);
  content: "\e909";
  font-family: "Moririse2" !important;
  color: currentColor;
  font-size: 0.6rem;
}
.cid-u4FZHNApMB .card-wrapper .card-box .link-wrap .link a:hover:before {
  opacity: 1;
  transform: translateX(8px) translateY(-50%);
}
.cid-u4FZHNApMB .mbr-section-btn {
  text-align: center;
}
.cid-u4FZHNApMB .mbr-section-btn .btn {
  padding: 18px 26px;
}
.cid-u4FZHNApMB .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.5px;
}
.cid-u4FZHNApMB .mbr-section-btn .btn-secondary:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
@media (max-width: 992px) {
  .cid-u4FZHNApMB img {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .cid-u4FZHNApMB .card-box .card-title,
  .cid-u4FZHNApMB .card-box .mbr-text {
    text-align: left;
  }
}
.cid-u4FZIOBg4m {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u4FZIOBg4m .mbr-text {
  line-height: 1.5;
}
.cid-u4FZIOBg4m .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-u4G0SiEWoX {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u4G0SiEWoX .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-u4G0SiEWoX .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u4G0SiEWoX .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-u4G0SiEWoX .content-wrapper {
    padding: 2rem;
  }
}
.cid-u4G0SiEWoX .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-u4G0SiEWoX .mbr-section-subtitle {
  margin-bottom: 21px;
}
.cid-u4G1KmdsXE {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u4G1KmdsXE .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-u4G1KmdsXE .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u4G1KmdsXE .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-u4G1KmdsXE .content-wrapper {
    padding: 2rem;
  }
}
.cid-u4G1KmdsXE .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-u4G1KmdsXE .mbr-section-subtitle {
  margin-bottom: 21px;
}
.cid-u4G35fRvYc {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u4G35fRvYc .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4G35fRvYc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u4G35fRvYc .container {
    padding: 0 30px;
  }
}
@media (min-width: 992px) {
  .cid-u4G35fRvYc .row {
    padding: 0 8px;
  }
}
.cid-u4G35fRvYc .item {
  padding: 0 8px;
}
@media (max-width: 992px) {
  .cid-u4G35fRvYc .item {
    padding: 0 12px;
  }
}
.cid-u4G35fRvYc .item .item-img {
  position: relative;
  display: flex;
  justify-content: center;
}
.cid-u4G35fRvYc .item .item-img img {
  height: 150px;
  width: 150px;
  border: 5px solid #ffffff;
  object-fit: cover;
  border-radius: 100%;
}
.cid-u4G35fRvYc .item .item-wrapper {
  display: flex;
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 768px) {
  .cid-u4G35fRvYc .item .item-wrapper {
    flex-direction: column;
  }
}
.cid-u4G35fRvYc .item .item-wrapper .item-content {
  width: 100%;
  padding: 20px 15px 0;
}
@media (max-width: 768px) {
  .cid-u4G35fRvYc .item .item-wrapper .item-content {
    padding: 0 15px 40px;
  }
}
.cid-u4G35fRvYc .item .item-wrapper .item-content .mbr-name {
  margin-bottom: 0;
}
.cid-u4G35fRvYc .item .item-wrapper .item-content .mbr-role {
  margin-bottom: 0;
}
.cid-u4G35fRvYc .item .item-wrapper .item-content .link-wrap a {
  position: relative;
  display: inline-flex;
  align-items: center;
}
.cid-u4G35fRvYc .item .item-wrapper .item-content .link-wrap a:hover::before,
.cid-u4G35fRvYc .item .item-wrapper .item-content .link-wrap a:focus::before {
  width: 100%;
}
.cid-u4G35fRvYc .item .item-wrapper .item-content .link-wrap a:hover .mbr-iconfont,
.cid-u4G35fRvYc .item .item-wrapper .item-content .link-wrap a:focus .mbr-iconfont {
  transform: translateX(10px);
}
.cid-u4G35fRvYc .item .item-wrapper .item-content .link-wrap a::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-color: #b3efdc;
  height: 100%;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-u4G35fRvYc .item .item-wrapper .item-content .link-wrap a .mbr-link {
  position: relative;
  margin-bottom: 0;
  text-decoration: underline;
}
.cid-u4G35fRvYc .item .item-wrapper .item-content .link-wrap a .mbr-iconfont {
  position: relative;
  display: block;
  font-size: 18px;
  margin-left: 20px;
  transition: all 0.3s ease-in-out;
}
.cid-u4G3tQRgMM {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u4G3tQRgMM .mbr-text {
  line-height: 1.5;
}
.cid-u4G3tQRgMM .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-u4G4jIHMSq {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-u4G4jIHMSq .row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-u4G4jIHMSq .badge {
  display: inline-block;
  color: #f68e2a;
}
.cid-u4G4jIHMSq .card-wrapper {
  background-position: center;
  border-radius: 4px;
  padding: 0;
  transition: all 0.3s;
  background-size: cover;
  display: flex !important;
  flex-direction: row !important;
  justify-content: center !important;
  align-items: flex-start;
}
.cid-u4G4jIHMSq .card-wrapper .mbr-iconfont {
  font-size: 50px;
  color: #f68e2a;
  margin-right: 25px;
}
@media (max-width: 768px) {
  .cid-u4G4jIHMSq .card-wrapper .mbr-iconfont {
    font-size: 30px;
  }
}
.cid-u4G4jIHMSq .card-wrapper .card-box {
  height: 100%;
}
.cid-u4G4jIHMSq .card-wrapper .card-box .link-wrap {
  width: 100%;
}
.cid-u4G4jIHMSq .card-wrapper .card-box .link-wrap .link {
  display: inline-block;
}
.cid-u4G4jIHMSq .card-wrapper .card-box .link-wrap .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 0.6rem;
}
.cid-u4G4jIHMSq .card-wrapper .card-box .link-wrap .link a:before {
  position: absolute;
  transition: all 0.3s;
  right: 0px;
  top: 55%;
  opacity: 0;
  transform: translateY(-50%);
  content: "\e909";
  font-family: "Moririse2" !important;
  color: currentColor;
  font-size: 0.6rem;
}
.cid-u4G4jIHMSq .card-wrapper .card-box .link-wrap .link a:hover:before {
  opacity: 1;
  transform: translateX(8px) translateY(-50%);
}
.cid-u4G4jIHMSq .mbr-section-btn {
  text-align: center;
}
.cid-u4G4jIHMSq .mbr-section-btn .btn {
  padding: 18px 26px;
}
.cid-u4G4jIHMSq .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.5px;
}
.cid-u4G4jIHMSq .mbr-section-btn .btn-secondary:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
@media (max-width: 992px) {
  .cid-u4G4jIHMSq img {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .cid-u4G4jIHMSq .card-box .card-title,
  .cid-u4G4jIHMSq .card-box .mbr-text {
    text-align: left;
  }
}
.cid-u4G4LYHsFT {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u4G4LYHsFT .mbr-text {
  line-height: 1.5;
}
.cid-u4G4LYHsFT .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-u4G4XG1EZE {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-u4G4XG1EZE .badge {
  display: inline-block;
  color: #f68e2a;
}
.cid-u4G4XG1EZE .card-wrapper {
  background-position: center;
  border-radius: 4px;
  padding: 0;
  transition: all 0.3s;
  background-size: cover;
  display: flex !important;
  flex-direction: row !important;
  justify-content: center !important;
  align-items: flex-start;
}
.cid-u4G4XG1EZE .card-wrapper .mbr-iconfont {
  font-size: 50px;
  color: #f68e2a;
  margin-right: 25px;
}
@media (max-width: 768px) {
  .cid-u4G4XG1EZE .card-wrapper .mbr-iconfont {
    font-size: 30px;
  }
}
.cid-u4G4XG1EZE .card-wrapper .card-box {
  height: 100%;
}
.cid-u4G4XG1EZE .card-wrapper .card-box .link-wrap {
  width: 100%;
}
.cid-u4G4XG1EZE .card-wrapper .card-box .link-wrap .link {
  display: inline-block;
}
.cid-u4G4XG1EZE .card-wrapper .card-box .link-wrap .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 0.6rem;
}
.cid-u4G4XG1EZE .card-wrapper .card-box .link-wrap .link a:before {
  position: absolute;
  transition: all 0.3s;
  right: 0px;
  top: 55%;
  opacity: 0;
  transform: translateY(-50%);
  content: "\e909";
  font-family: "Moririse2" !important;
  color: currentColor;
  font-size: 0.6rem;
}
.cid-u4G4XG1EZE .card-wrapper .card-box .link-wrap .link a:hover:before {
  opacity: 1;
  transform: translateX(8px) translateY(-50%);
}
.cid-u4G4XG1EZE .mbr-section-btn {
  text-align: center;
}
.cid-u4G4XG1EZE .mbr-section-btn .btn {
  padding: 18px 26px;
}
.cid-u4G4XG1EZE .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.5px;
}
.cid-u4G4XG1EZE .mbr-section-btn .btn-secondary:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
@media (max-width: 992px) {
  .cid-u4G4XG1EZE img {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .cid-u4G4XG1EZE .card-box .card-title,
  .cid-u4G4XG1EZE .card-box .mbr-text {
    text-align: left;
  }
}
.cid-u4G50golmV {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u4G50golmV .mbr-text {
  line-height: 1.5;
}
.cid-u4G50golmV .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-u4Gb7r8mIH {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-u4Gb7r8mIH .row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-u4Gb7r8mIH .badge {
  display: inline-block;
  color: #f68e2a;
}
.cid-u4Gb7r8mIH .card-wrapper {
  background-position: center;
  border-radius: 4px;
  padding: 0;
  transition: all 0.3s;
  background-size: cover;
  display: flex !important;
  flex-direction: row !important;
  justify-content: center !important;
  align-items: flex-start;
}
.cid-u4Gb7r8mIH .card-wrapper .mbr-iconfont {
  font-size: 50px;
  color: #f68e2a;
  margin-right: 25px;
}
@media (max-width: 768px) {
  .cid-u4Gb7r8mIH .card-wrapper .mbr-iconfont {
    font-size: 30px;
  }
}
.cid-u4Gb7r8mIH .card-wrapper .card-box {
  height: 100%;
}
.cid-u4Gb7r8mIH .card-wrapper .card-box .link-wrap {
  width: 100%;
}
.cid-u4Gb7r8mIH .card-wrapper .card-box .link-wrap .link {
  display: inline-block;
}
.cid-u4Gb7r8mIH .card-wrapper .card-box .link-wrap .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 0.6rem;
}
.cid-u4Gb7r8mIH .card-wrapper .card-box .link-wrap .link a:before {
  position: absolute;
  transition: all 0.3s;
  right: 0px;
  top: 55%;
  opacity: 0;
  transform: translateY(-50%);
  content: "\e909";
  font-family: "Moririse2" !important;
  color: currentColor;
  font-size: 0.6rem;
}
.cid-u4Gb7r8mIH .card-wrapper .card-box .link-wrap .link a:hover:before {
  opacity: 1;
  transform: translateX(8px) translateY(-50%);
}
.cid-u4Gb7r8mIH .mbr-section-btn {
  text-align: center;
}
.cid-u4Gb7r8mIH .mbr-section-btn .btn {
  padding: 18px 26px;
}
.cid-u4Gb7r8mIH .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.5px;
}
.cid-u4Gb7r8mIH .mbr-section-btn .btn-secondary:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
@media (max-width: 992px) {
  .cid-u4Gb7r8mIH img {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .cid-u4Gb7r8mIH .card-box .card-title,
  .cid-u4Gb7r8mIH .card-box .mbr-text {
    text-align: left;
  }
}
.cid-u4G5S8tw7u {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u4G5S8tw7u .mbr-text {
  line-height: 1.5;
}
.cid-u4G5S8tw7u .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-u4G6BU4Uod {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u4G6BU4Uod .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 3.5rem;
  color: #1565c0;
  margin-bottom: 1rem;
  border-radius: 50%;
  overflow: visible;
}
.cid-u4G6BU4Uod .image-wrapper {
  height: 100%;
}
@media (max-width: 992px) {
  .cid-u4G6BU4Uod .image-wrapper {
    padding-bottom: 2rem;
  }
}
.cid-u4G6BU4Uod img {
  width: 100%;
}
.cid-u4G6BU4Uod .card-wrapper {
  overflow: visible;
  margin-bottom: 2rem;
}
@media (max-width: 992px) {
  .cid-u4G6BU4Uod .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-u4G7fody1Z {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u4G7fody1Z .mbr-text {
  line-height: 1.5;
}
.cid-u4G7fody1Z .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tqcoMKgAV8 {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("https://cdn.centrestack.com/fb/business-team-laptop-yellow-1200x630.jpg");
}
@media (max-width: 768px) {
  .cid-tqcoMKgAV8 {
    padding-top: 5rem;
  }
}
.cid-tqcoMKgAV8 .mbr-overlay {
  background: #000000;
  opacity: 0.7;
}
.cid-tG2tiSAh1p {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tG2tiSAh1p img {
  width: 120px;
  padding: 5px;
  margin: auto;
}
.cid-tG2tiSAh1p .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
}
@media (min-width: 992px) {
  .cid-tG2tiSAh1p .card {
    max-width: 12.5%;
  }
}
.cid-tG2tiSAh1p .mbr-section-title {
  padding-bottom: 33px;
}
.cid-tG2tiSAh1p .mbr-section-subtitle {
  font-style: italic;
  padding-bottom: 12px;
}
.cid-tG2tiSAh1p .row {
  justify-content: space-between;
}
@media (min-width: 575px) and (max-width: 990px) {
  .cid-tG2tiSAh1p .row {
    justify-content: center;
  }
}
.cid-tG2uYDs60r {
  padding-top: 60px;
  padding-bottom: 60px;
  background: linear-gradient(45deg, #ffffff, #ffffff);
}
.cid-tG2uYDs60r .user_image {
  overflow: hidden;
  display: flex;
}
.cid-tG2uYDs60r .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-tG2uYDs60r .mbr-iconfont {
  font-size: 3rem;
}
.cid-tG2uYDs60r .mbri-quote-left {
  color: #f68e2a;
}
.cid-tG2uYDs60r .mbri-quote-right {
  color: #f68e2a;
  position: absolute;
  bottom: 1rem;
  right: 0;
}
@media (max-width: 230px) {
  .cid-tG2uYDs60r .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-tG2uYDs60r .user_text {
  padding: 25px;
}
.cid-tG2vbi1YYp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e3f2fd;
}
.cid-tG2vbi1YYp .mbr-fallback-image.disabled {
  display: none;
}
.cid-tG2vbi1YYp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tG2vbi1YYp .row {
  justify-content: flex-start;
}
.cid-tG2vbi1YYp .mbr-text {
  margin-top: 36px;
}
@media (max-width: 991px) {
  .cid-tG2vbi1YYp .mbr-text {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .cid-tG2vbi1YYp .mbr-text {
    margin-top: 20px;
  }
}
.cid-tG2vbi1YYp .mbr-section-btn {
  margin-top: 50px;
}
@media (max-width: 991px) {
  .cid-tG2vbi1YYp .mbr-section-btn {
    margin-top: 46px;
  }
}
.cid-tG2vbi1YYp .mbr-section-btn .btn-white {
  color: #45494E !important;
  border: 1px solid #45494E !important;
  background-color: transparent !important;
}
.cid-tG2vbi1YYp .mbr-section-btn .btn-white:hover {
  color: #FFFFFF !important;
  border: 1px solid #45494E !important;
  background-color: #45494E !important;
}
.cid-tqcoMOE1ld {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tqcoMOE1ld .row {
  padding: 0 1rem;
}
@media (max-width: 991px) {
  .cid-tqcoMOE1ld .row {
    padding: 0 0.75rem;
  }
}
.cid-tqcoMOE1ld .text-container {
  margin-bottom: 20px;
  padding: 0 !important;
}
.cid-tqcoMOE1ld .mbr-section-title {
  margin: 0 auto;
  padding-bottom: 20px;
}
.cid-tqcoMOE1ld .cards-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
}
.cid-tqcoMOE1ld .card {
  padding: 15px;
}
@media (max-width: 767px) {
  .cid-tqcoMOE1ld .card {
    padding: 0;
  }
}
.cid-tqcoMOE1ld .card-wrapper {
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 30px;
  border: 1px solid #EEEEEE;
  border-radius: 5px;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s, -webkit-border-radius 0.3s, -webkit-box-shadow 0.3s;
}
@media (max-width: 767px) {
  .cid-tqcoMOE1ld .card-wrapper {
    margin-bottom: 30px;
    max-width: 522px;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-tqcoMOE1ld .card-wrapper:hover {
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.07);
}
.cid-tqcoMOE1ld .mbr-iconfont {
  font-size: 50px;
  color: #ff9966;
}
.cid-tqcoMOE1ld .icon-box {
  width: 100%;
  margin-bottom: 20px;
}
.cid-tqcoMOE1ld .card-title {
  padding-bottom: 10px;
}
.cid-tqGRIltYxW {
  overflow: hidden;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tqGRIltYxW .iconfont-wrapper {
  display: inline-block;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.cid-tqGRIltYxW .iconfont-wrapper:before {
  content: "";
  top: 0;
  left: 50%;
  bottom: 0;
  z-index: -1;
  width: 60px;
  position: absolute;
  background-color: rgba(86, 167, 0, 0.07);
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
}
.cid-tqGRIltYxW .iconfont-wrapper .mbr-iconfont {
  color: #56a700;
  height: 75px;
  line-height: 75px;
  font-size: 46px;
  text-align: center;
}
.cid-tqGRIltYxW .mbr-section-title {
  margin-bottom: 36px;
}
.cid-tqGRIltYxW .mbr-text {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .cid-tqGRIltYxW .column2 {
    margin-top: 100px;
  }
}
.cid-tqGRIltYxW .card__block {
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.08);
  border-radius: 5px;
  padding: 45px 35px;
  margin-bottom: 40px;
  background: #ffffff;
}
.cid-tqGRIltYxW .icon__card_wrap {
  width: 100%;
  margin-bottom: 25px;
}
.cid-tqGRIltYxW .icon__card {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cid-tqGRIltYxW .icon__card .mbr-iconfont {
  font-size: 48px;
  color: #ffffff;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}
.cid-tqGRIltYxW .icon__card.color1 span {
  text-shadow: 0 14px 30px rgba(246, 142, 42, 0.4);
  background: -webkit-linear-gradient(40deg, #f68e2a 0%, rgba(246, 142, 42, 0.3) 100%);
}
.cid-tqGRIltYxW .icon__card.color2 span {
  text-shadow: 0 14px 30px rgba(86, 167, 0, 0.4);
  background: -webkit-linear-gradient(40deg, #56a700 0%, rgba(86, 167, 0, 0.3) 100%);
}
.cid-tqGRIltYxW .icon__card.color3 span {
  text-shadow: 0 14px 30px rgba(69, 39, 160, 0.4);
  background: -webkit-linear-gradient(40deg, #4527a0 0%, rgba(69, 39, 160, 0.3) 100%);
}
.cid-tqGRIltYxW .icon__card.color4 span {
  text-shadow: 0 14px 30px rgba(118, 118, 118, 0.4);
  background: -webkit-linear-gradient(40deg, #767676 0%, rgba(118, 118, 118, 0.3) 100%);
}
.cid-tqGRIltYxW .card__title {
  margin-bottom: 15px;
  color: #1565c0;
}
.cid-tqGRIltYxW .card__text {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-tqGRIltYxW .title__block {
    text-align: center;
  }
  .cid-tqGRIltYxW .iconfont-wrapper {
    margin-bottom: 30px;
  }
  .cid-tqGRIltYxW .mbr-sectioin-title {
    margin-bottom: 22px;
  }
  .cid-tqGRIltYxW .mbr-text {
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .cid-tqGRIltYxW .card__block {
    padding: 35px 30px;
    margin-top: 40px;
    margin-bottom: 0;
  }
}
.cid-tszgHdpuWa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("https://cdn.centrestack.com/amp/sunlight-meeting-1200x630-tiny-2-1200x630.jpg");
}
.cid-tszgHdpuWa .mbr-overlay {
  background: #122947;
  opacity: 0.8;
}
.cid-tqcoMMuSBH {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tqcoMMuSBH .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-tqcoMMuSBH .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tqcoMMuSBH .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tqcoMMuSBH .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tqcoMMuSBH .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-tqcoMMuSBH .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tqcoMMuSBH .mbr-section-subtitle {
  margin-bottom: 21px;
}
.cid-tqcoMLJ25n {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tqcoMLJ25n .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-tqcoMLJ25n .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tqcoMLJ25n .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tqcoMLJ25n .content-wrapper {
    padding: 2rem;
  }
}
.cid-tqcoMLJ25n .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tqcoMLJ25n .mbr-section-subtitle {
  margin-bottom: 21px;
}
.cid-tqdkSN3XRO {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tqdkSN3XRO .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-tqdkSN3XRO .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tqdkSN3XRO .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tqdkSN3XRO .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tqdkSN3XRO .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-tqdkSN3XRO .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tqdkSN3XRO .mbr-section-subtitle {
  margin-bottom: 21px;
}
.cid-tG2SKYnq6N {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tG2SKYnq6N .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-tG2SKYnq6N .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tG2SKYnq6N .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tG2SKYnq6N .content-wrapper {
    padding: 2rem;
  }
}
.cid-tG2SKYnq6N .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tG2SKYnq6N .mbr-section-subtitle {
  margin-bottom: 21px;
}
.cid-tG2TRubMWp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e3f2fd;
}
.cid-tG2TRubMWp .mbr-fallback-image.disabled {
  display: none;
}
.cid-tG2TRubMWp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tG2TRubMWp .row {
  justify-content: flex-start;
}
.cid-tG2TRubMWp .mbr-text {
  margin-top: 36px;
}
@media (max-width: 991px) {
  .cid-tG2TRubMWp .mbr-text {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .cid-tG2TRubMWp .mbr-text {
    margin-top: 20px;
  }
}
.cid-tG2TRubMWp .mbr-section-btn {
  margin-top: 50px;
}
@media (max-width: 991px) {
  .cid-tG2TRubMWp .mbr-section-btn {
    margin-top: 46px;
  }
}
.cid-tG2TRubMWp .mbr-section-btn .btn-white {
  color: #45494E !important;
  border: 1px solid #45494E !important;
  background-color: transparent !important;
}
.cid-tG2TRubMWp .mbr-section-btn .btn-white:hover {
  color: #FFFFFF !important;
  border: 1px solid #45494E !important;
  background-color: #45494E !important;
}
.cid-tqcoMT04e2 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-tqcoMT04e2 .container {
    max-width: 1400px;
  }
}
.cid-tqcoMT04e2 .mbr-section-subtitle {
  margin-bottom: 21px;
}
.cid-tqcoMT04e2 .mbr-section-subtitle.display-4 {
  line-height: 1.375;
}
.cid-tqcoMT04e2 .main-title {
  margin-bottom: 56px;
}
.cid-tqcoMT04e2 .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #f68e2a;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 26px;
}
.cid-tqcoMT04e2 .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-tqcoMT04e2 .img-wrap {
  display: block;
}
.cid-tqcoMT04e2 .img-wrap img {
  max-width: 100%;
  max-height: 600px;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.cid-tqcoMT04e2 .card-wrapper {
  background-position: center;
  border-radius: 4px;
  padding: 0;
  transition: all 0.3s;
  background-size: cover;
  display: flex !important;
  flex-direction: row !important;
  justify-content: center !important;
  align-items: flex-start;
}
.cid-tqcoMT04e2 .card-wrapper .mbr-iconfont {
  font-size: 50px;
  color: #f68e2a;
  margin-right: 25px;
}
@media (max-width: 768px) {
  .cid-tqcoMT04e2 .card-wrapper .mbr-iconfont {
    font-size: 30px;
  }
}
.cid-tqcoMT04e2 .card-wrapper .card-box {
  height: 100%;
}
.cid-tqcoMT04e2 .card-wrapper .card-box .card-title {
  margin-bottom: 12px;
}
.cid-tqcoMT04e2 .card-wrapper .card-box .card-title.display-7 {
  line-height: 1.3;
}
.cid-tqcoMT04e2 .card-wrapper .card-box .mbr-text.display-4 {
  line-height: 1.75;
}
.cid-tqcoMT04e2 .card-wrapper .card-box .link-wrap {
  width: 100%;
}
.cid-tqcoMT04e2 .card-wrapper .card-box .link-wrap .link {
  display: inline-block;
}
.cid-tqcoMT04e2 .card-wrapper .card-box .link-wrap .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 0.6rem;
}
.cid-tqcoMT04e2 .card-wrapper .card-box .link-wrap .link a:before {
  position: absolute;
  transition: all 0.3s;
  right: 0px;
  top: 55%;
  opacity: 0;
  transform: translateY(-50%);
  content: "\e909";
  font-family: "Moririse2" !important;
  color: currentColor;
  font-size: 0.6rem;
}
.cid-tqcoMT04e2 .card-wrapper .card-box .link-wrap .link a:hover:before {
  opacity: 1;
  transform: translateX(8px) translateY(-50%);
}
.cid-tqcoMT04e2 .mbr-section-btn {
  text-align: center;
}
.cid-tqcoMT04e2 .mbr-section-btn .btn {
  padding: 18px 26px;
}
.cid-tqcoMT04e2 .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.5px;
}
.cid-tqcoMT04e2 .mbr-section-btn .btn-secondary:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
@media (max-width: 992px) {
  .cid-tqcoMT04e2 img {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .cid-tqcoMT04e2 .card-box .card-title,
  .cid-tqcoMT04e2 .card-box .mbr-text {
    text-align: left;
  }
}
.cid-tqcoMU5bkA {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-tqcoMU5bkA .container {
    max-width: 1400px;
  }
}
.cid-tqcoMU5bkA .row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-tqcoMU5bkA .mbr-section-subtitle {
  margin-bottom: 21px;
}
.cid-tqcoMU5bkA .mbr-section-subtitle.display-4 {
  line-height: 1.375;
}
.cid-tqcoMU5bkA .main-title {
  margin-bottom: 56px;
}
.cid-tqcoMU5bkA .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #f68e2a;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 26px;
}
.cid-tqcoMU5bkA .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-tqcoMU5bkA .img-wrap {
  display: block;
}
.cid-tqcoMU5bkA .img-wrap img {
  max-width: 100%;
  max-height: 600px;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.cid-tqcoMU5bkA .card-wrapper {
  background-position: center;
  border-radius: 4px;
  padding: 0;
  transition: all 0.3s;
  background-size: cover;
  display: flex !important;
  flex-direction: row !important;
  justify-content: center !important;
  align-items: flex-start;
}
.cid-tqcoMU5bkA .card-wrapper .mbr-iconfont {
  font-size: 50px;
  color: #f68e2a;
  margin-right: 25px;
}
@media (max-width: 768px) {
  .cid-tqcoMU5bkA .card-wrapper .mbr-iconfont {
    font-size: 30px;
  }
}
.cid-tqcoMU5bkA .card-wrapper .card-box {
  height: 100%;
}
.cid-tqcoMU5bkA .card-wrapper .card-box .card-title {
  margin-bottom: 12px;
}
.cid-tqcoMU5bkA .card-wrapper .card-box .card-title.display-7 {
  line-height: 1.3;
}
.cid-tqcoMU5bkA .card-wrapper .card-box .mbr-text.display-4 {
  line-height: 1.75;
}
.cid-tqcoMU5bkA .card-wrapper .card-box .link-wrap {
  width: 100%;
}
.cid-tqcoMU5bkA .card-wrapper .card-box .link-wrap .link {
  display: inline-block;
}
.cid-tqcoMU5bkA .card-wrapper .card-box .link-wrap .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 0.6rem;
}
.cid-tqcoMU5bkA .card-wrapper .card-box .link-wrap .link a:before {
  position: absolute;
  transition: all 0.3s;
  right: 0px;
  top: 55%;
  opacity: 0;
  transform: translateY(-50%);
  content: "\e909";
  font-family: "Moririse2" !important;
  color: currentColor;
  font-size: 0.6rem;
}
.cid-tqcoMU5bkA .card-wrapper .card-box .link-wrap .link a:hover:before {
  opacity: 1;
  transform: translateX(8px) translateY(-50%);
}
.cid-tqcoMU5bkA .mbr-section-btn {
  text-align: center;
}
.cid-tqcoMU5bkA .mbr-section-btn .btn {
  padding: 18px 26px;
}
.cid-tqcoMU5bkA .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.5px;
}
.cid-tqcoMU5bkA .mbr-section-btn .btn-secondary:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
@media (max-width: 992px) {
  .cid-tqcoMU5bkA img {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .cid-tqcoMU5bkA .card-box .card-title,
  .cid-tqcoMU5bkA .card-box .mbr-text {
    text-align: left;
  }
}
.cid-tG2WotDttn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("https://cdn.centrestack.com/amp/background13-1920x1163-tiny-1920x1163.jpg");
}
.cid-tG2WotDttn .mbr-overlay {
  background: #ffffff;
  opacity: 0.9;
}
.cid-tG2WotDttn .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #f68e2a;
  margin-bottom: 2rem;
}
.cid-tG2WotDttn a {
  color: #f68e2a;
}
.cid-tG2WotDttn .link {
  opacity: 0;
  margin-top: 1rem;
  padding-bottom: 40px;
  transform: translate3d(0, 100%, 0);
  transition: all 0.3s;
}
.cid-tG2WotDttn .card:hover .link {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.cid-tG2WotDttn svg {
  padding-left: 15px;
  transition: 0.3s;
}
.cid-tG2WotDttn .link:hover svg {
  padding-left: 7px;
  transition: 0.3s;
}
@media (max-width: 600px) {
  .cid-tG2WotDttn .link {
    margin-top: 0rem;
    margin-bottom: 1rem;
    opacity: 1;
    transform: none;
  }
}
.cid-tqGW5hN9Jj {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tqGW5hN9Jj .title__block {
  margin-bottom: 55px;
  width: 100%;
}
.cid-tqGW5hN9Jj .mbr-section-title {
  margin-bottom: 16px;
}
.cid-tqGW5hN9Jj .card__wrap {
  margin-bottom: 60px;
  display: flex;
}
.cid-tqGW5hN9Jj .card__image {
  display: block;
  max-width: 150px;
  width: 100%;
  text-align: center;
}
.cid-tqGW5hN9Jj .card__image img {
  width: 45%;
  object-fit: cover;
}
.cid-tqGW5hN9Jj .mbr-iconfont {
  font-size: 50px;
  color: #f68e2a;
  margin-right: 25px;
}
@media (max-width: 768px) {
  .cid-tqGW5hN9Jj .mbr-iconfont {
    font-size: 30px;
  }
}
.cid-tqGW5hN9Jj .card__content {
  display: block;
  width: 100%;
}
.cid-tqGW5hN9Jj .card__title {
  margin-bottom: 15px;
}
.cid-tqGW5hN9Jj .card__text {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-tqGW5hN9Jj .mbr-section-title {
    margin-bottom: 20px;
  }
  .cid-tqGW5hN9Jj .card__wrap {
    margin-bottom: 40px;
  }
  .cid-tqGW5hN9Jj .card__title {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 10px;
  }
}
@media (max-width: 575px) {
  .cid-tqGW5hN9Jj .card__image {
    max-width: 90px;
  }
  .cid-tqGW5hN9Jj .card__image img {
    width: 70%;
  }
}
.cid-tqdoXmoZ2N {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("https://cdn.centrestack.com/amp/business-two-person-working-1200x630-tiny-1-1200x630.jpg");
  background-position: top;
}
@media (max-width: 768px) {
  .cid-tqdoXmoZ2N {
    padding-top: 5rem;
  }
}
.cid-tqdoXmoZ2N .mbr-overlay {
  background: #000000;
  opacity: 0.7;
}
.cid-tqdoXn7fFL {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tqdoXn7fFL .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-tqdoXn7fFL .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tqdoXn7fFL .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tqdoXn7fFL .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tqdoXn7fFL .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-tqdoXn7fFL .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tqdoXn7fFL .mbr-section-subtitle {
  margin-bottom: 21px;
}
.cid-tqdqJTdOP3 {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tqdqJTdOP3 .row {
  padding: 0 1rem;
}
@media (max-width: 991px) {
  .cid-tqdqJTdOP3 .row {
    padding: 0 0.75rem;
  }
}
.cid-tqdqJTdOP3 .text-container {
  margin-bottom: 20px;
  padding: 0 !important;
}
.cid-tqdqJTdOP3 .mbr-section-title {
  margin: 0 auto;
  padding-bottom: 20px;
}
.cid-tqdqJTdOP3 .cards-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
}
.cid-tqdqJTdOP3 .card {
  padding: 15px;
}
@media (max-width: 767px) {
  .cid-tqdqJTdOP3 .card {
    padding: 0;
  }
}
.cid-tqdqJTdOP3 .card-wrapper {
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 30px;
  border: 1px solid #EEEEEE;
  border-radius: 5px;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s, -webkit-border-radius 0.3s, -webkit-box-shadow 0.3s;
}
@media (max-width: 767px) {
  .cid-tqdqJTdOP3 .card-wrapper {
    margin-bottom: 30px;
    max-width: 522px;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-tqdqJTdOP3 .card-wrapper:hover {
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.07);
}
.cid-tqdqJTdOP3 .mbr-iconfont {
  font-size: 50px;
  color: #ff9966;
}
.cid-tqdqJTdOP3 .icon-box {
  width: 100%;
  margin-bottom: 20px;
}
.cid-tqdqJTdOP3 .card-title {
  padding-bottom: 10px;
}
.cid-tGvvQuPmQy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e3f2fd;
}
.cid-tGvvQuPmQy .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGvvQuPmQy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGvvQuPmQy .row {
  justify-content: flex-start;
}
.cid-tGvvQuPmQy .mbr-text {
  margin-top: 36px;
}
@media (max-width: 991px) {
  .cid-tGvvQuPmQy .mbr-text {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .cid-tGvvQuPmQy .mbr-text {
    margin-top: 20px;
  }
}
.cid-tGvvQuPmQy .mbr-section-btn {
  margin-top: 50px;
}
@media (max-width: 991px) {
  .cid-tGvvQuPmQy .mbr-section-btn {
    margin-top: 46px;
  }
}
.cid-tqdrz5eO6j {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tqdoXpdq0S {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tqdoXpdq0S .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-tqdoXpdq0S .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tqdoXpdq0S .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tqdoXpdq0S .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tqdoXpdq0S .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-tqdoXpdq0S .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tqdoXpdq0S .mbr-section-subtitle {
  margin-bottom: 21px;
}
.cid-tqdoXpdq0S ul {
  padding-left: 2rem;
  margin-bottom: 0;
}
.cid-tqdoXpdq0S ul li {
  margin-bottom: 0.4rem;
  list-style: none;
  position: relative;
}
.cid-tqdoXpdq0S ul li:before {
  position: absolute;
  left: -2.6rem;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 10px 14px;
  line-height: 20px;
  transition: all 0.2s;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #3f485d;
}
.cid-tqdv37uln8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tqdv37uln8 .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-tqdv37uln8 .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tqdv37uln8 .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tqdv37uln8 .content-wrapper {
    padding: 2rem;
  }
}
.cid-tqdv37uln8 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tqdv37uln8 .mbr-section-subtitle {
  margin-bottom: 21px;
}
.cid-tqdv37uln8 ul {
  padding-left: 2rem;
  margin-bottom: 0;
}
.cid-tqdv37uln8 ul li {
  margin-bottom: 0.4rem;
  list-style: none;
  position: relative;
}
.cid-tqdv37uln8 ul li:before {
  position: absolute;
  left: -2.6rem;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 10px 14px;
  line-height: 20px;
  transition: all 0.2s;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #3f485d;
}
.cid-tqdvZjf9Y7 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tqdvZjf9Y7 .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-tqdvZjf9Y7 .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tqdvZjf9Y7 .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tqdvZjf9Y7 .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tqdvZjf9Y7 .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-tqdvZjf9Y7 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tqdvZjf9Y7 .mbr-section-subtitle {
  margin-bottom: 21px;
}
.cid-tqdvZjf9Y7 ul {
  padding-left: 2rem;
  margin-bottom: 0;
}
.cid-tqdvZjf9Y7 ul li {
  margin-bottom: 0.4rem;
  list-style: none;
  position: relative;
}
.cid-tqdvZjf9Y7 ul li:before {
  position: absolute;
  left: -2.6rem;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 10px 14px;
  line-height: 20px;
  transition: all 0.2s;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #3f485d;
}
.cid-tqdw02ldbR {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tqdw02ldbR .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-tqdw02ldbR .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tqdw02ldbR .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tqdw02ldbR .content-wrapper {
    padding: 2rem;
  }
}
.cid-tqdw02ldbR .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tqdw02ldbR .mbr-section-subtitle {
  margin-bottom: 21px;
}
.cid-tqdw02ldbR ul {
  padding-left: 2rem;
  margin-bottom: 0;
}
.cid-tqdw02ldbR ul li {
  margin-bottom: 0.4rem;
  list-style: none;
  position: relative;
}
.cid-tqdw02ldbR ul li:before {
  position: absolute;
  left: -2.6rem;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 10px 14px;
  line-height: 20px;
  transition: all 0.2s;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #3f485d;
}
.cid-tqdw0IjpME {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tqdw0IjpME .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-tqdw0IjpME .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tqdw0IjpME .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tqdw0IjpME .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tqdw0IjpME .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-tqdw0IjpME .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tqdw0IjpME .mbr-section-subtitle {
  margin-bottom: 21px;
}
.cid-tqdw0IjpME ul {
  padding-left: 2rem;
  margin-bottom: 0;
}
.cid-tqdw0IjpME ul li {
  margin-bottom: 0.4rem;
  list-style: none;
  position: relative;
}
.cid-tqdw0IjpME ul li:before {
  position: absolute;
  left: -2.6rem;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 10px 14px;
  line-height: 20px;
  transition: all 0.2s;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #3f485d;
}
.cid-tqdxpMUfTD {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tqdxpMUfTD .row {
  padding: 0 1rem;
}
@media (max-width: 991px) {
  .cid-tqdxpMUfTD .row {
    padding: 0 0.75rem;
  }
}
.cid-tqdxpMUfTD .text-container {
  margin-bottom: 20px;
  padding: 0 !important;
}
.cid-tqdxpMUfTD .mbr-section-title {
  margin: 0 auto;
  padding-bottom: 20px;
}
.cid-tqdxpMUfTD .cards-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
}
.cid-tqdxpMUfTD .card {
  padding: 15px;
}
@media (max-width: 767px) {
  .cid-tqdxpMUfTD .card {
    padding: 0;
  }
}
.cid-tqdxpMUfTD .card-wrapper {
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 30px;
  border: 1px solid #EEEEEE;
  border-radius: 5px;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s, -webkit-border-radius 0.3s, -webkit-box-shadow 0.3s;
}
@media (max-width: 767px) {
  .cid-tqdxpMUfTD .card-wrapper {
    margin-bottom: 30px;
    max-width: 522px;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-tqdxpMUfTD .card-wrapper:hover {
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.07);
}
.cid-tqdxpMUfTD .mbr-iconfont {
  font-size: 50px;
  color: #ff9966;
}
.cid-tqdxpMUfTD .icon-box {
  width: 100%;
  margin-bottom: 20px;
}
.cid-tqdxpMUfTD .card-title {
  padding-bottom: 10px;
}
.cid-tqFDTaOwiX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tqFDTaOwiX .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 3rem;
  margin-bottom: 2rem;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  border-radius: 50%;
  width: 75px;
  height: 75px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}
.cid-tqFDTaOwiX .card-wrapper {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 3rem 3rem;
  margin: 0;
  overflow: visible;
  position: relative;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-tqFDTaOwiX .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-tqFDTaOwiX .card-wrapper:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  border: 2px solid white;
  border-radius: 30px;
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-tqFDTaOwiX .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tqFDTaOwiX .icon1 {
  color: #f68e2a;
}
.cid-tqFDTaOwiX .icon2 {
  color: #1565c0;
}
.cid-tqFDTaOwiX .icon3 {
  color: #f68e2a;
}
.cid-tqFDTaOwiX .row {
  justify-content: center;
}
.cid-tqdoXA02Nn {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tqdoXA02Nn .title__block {
  margin-bottom: 55px;
  width: 100%;
}
.cid-tqdoXA02Nn .mbr-section-title {
  margin-bottom: 16px;
}
.cid-tqdoXA02Nn .card__wrap {
  margin-bottom: 60px;
  display: flex;
}
.cid-tqdoXA02Nn .card__image {
  display: block;
  max-width: 150px;
  width: 100%;
  text-align: center;
}
.cid-tqdoXA02Nn .card__image img {
  width: 45%;
  object-fit: cover;
}
.cid-tqdoXA02Nn .mbr-iconfont {
  font-size: 50px;
  color: #f68e2a;
  margin-right: 25px;
}
@media (max-width: 768px) {
  .cid-tqdoXA02Nn .mbr-iconfont {
    font-size: 30px;
  }
}
.cid-tqdoXA02Nn .card__content {
  display: block;
  width: 100%;
}
.cid-tqdoXA02Nn .card__title {
  margin-bottom: 15px;
}
.cid-tqdoXA02Nn .card__text {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-tqdoXA02Nn .mbr-section-title {
    margin-bottom: 20px;
  }
  .cid-tqdoXA02Nn .card__wrap {
    margin-bottom: 40px;
  }
  .cid-tqdoXA02Nn .card__title {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 10px;
  }
}
@media (max-width: 575px) {
  .cid-tqdoXA02Nn .card__image {
    max-width: 90px;
  }
  .cid-tqdoXA02Nn .card__image img {
    width: 70%;
  }
}
.cid-tqRc2nn4IU {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("https://cdn.centrestack.com/fb/business-woman-laptop-drive-mapping-1200x630.jpg");
}
@media (max-width: 768px) {
  .cid-tqRc2nn4IU {
    padding-top: 5rem;
  }
}
.cid-tqRc2nn4IU .mbr-overlay {
  background: #000000;
  opacity: 0.7;
}
.cid-tqRc2osYZ7 {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tqRc2osYZ7 .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-tqRc2osYZ7 .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tqRc2osYZ7 .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tqRc2osYZ7 .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tqRc2osYZ7 .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-tqRc2osYZ7 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tqRc2osYZ7 .mbr-section-subtitle {
  margin-bottom: 21px;
}
.cid-tqRc2pwP3O {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tqRc2pwP3O .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-tqRc2pwP3O .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tqRc2pwP3O .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tqRc2pwP3O .content-wrapper {
    padding: 2rem;
  }
}
.cid-tqRc2pwP3O .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tqRc2pwP3O .mbr-section-subtitle {
  margin-bottom: 21px;
}
.cid-tqRfSyQbyX {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("https://cdn.centrestack.com/amp/sunlight-meeting-1200x630-tiny-2-1200x630.jpg");
}
.cid-tqRfSyQbyX .mbr-overlay {
  background: #122947;
  opacity: 0.8;
}
.cid-tqRfSyQbyX H2 {
  position: relative;
  padding: 2rem 0 2rem 2rem;
}
.cid-tqRfSyQbyX H2::before,
.cid-tqRfSyQbyX H2::after {
  content: "";
  left: 0;
  display: block;
  position: absolute;
  border-bottom: .3125rem solid;
  color: inherit;
  width: 5.375rem;
}
.cid-tqRfSyQbyX H2::before {
  top: 0;
}
.cid-tqRfSyQbyX H2::after {
  bottom: 0;
}
.cid-tqRc2sO7oh {
  overflow: hidden;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-tqRc2sO7oh .iconfont-wrapper {
  display: inline-block;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.cid-tqRc2sO7oh .iconfont-wrapper:before {
  content: "";
  top: 0;
  left: 50%;
  bottom: 0;
  z-index: -1;
  width: 60px;
  position: absolute;
  background-color: rgba(86, 167, 0, 0.07);
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
}
.cid-tqRc2sO7oh .iconfont-wrapper .mbr-iconfont {
  color: #56a700;
  height: 75px;
  line-height: 75px;
  font-size: 46px;
  text-align: center;
}
.cid-tqRc2sO7oh .mbr-section-title {
  margin-bottom: 36px;
}
.cid-tqRc2sO7oh .mbr-text {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .cid-tqRc2sO7oh .column2 {
    margin-top: 100px;
  }
}
.cid-tqRc2sO7oh .card__block {
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.08);
  border-radius: 5px;
  padding: 45px 35px;
  margin-bottom: 40px;
  background: #ffffff;
}
.cid-tqRc2sO7oh .icon__card_wrap {
  width: 100%;
  margin-bottom: 25px;
}
.cid-tqRc2sO7oh .icon__card {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cid-tqRc2sO7oh .icon__card .mbr-iconfont {
  font-size: 48px;
  color: #ffffff;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}
.cid-tqRc2sO7oh .icon__card.color1 span {
  text-shadow: 0 14px 30px rgba(246, 142, 42, 0.4);
  background: -webkit-linear-gradient(40deg, #f68e2a 0%, rgba(246, 142, 42, 0.3) 100%);
}
.cid-tqRc2sO7oh .icon__card.color2 span {
  text-shadow: 0 14px 30px rgba(86, 167, 0, 0.4);
  background: -webkit-linear-gradient(40deg, #56a700 0%, rgba(86, 167, 0, 0.3) 100%);
}
.cid-tqRc2sO7oh .icon__card.color3 span {
  text-shadow: 0 14px 30px rgba(69, 39, 160, 0.4);
  background: -webkit-linear-gradient(40deg, #4527a0 0%, rgba(69, 39, 160, 0.3) 100%);
}
.cid-tqRc2sO7oh .icon__card.color4 span {
  text-shadow: 0 14px 30px rgba(118, 118, 118, 0.4);
  background: -webkit-linear-gradient(40deg, #767676 0%, rgba(118, 118, 118, 0.3) 100%);
}
.cid-tqRc2sO7oh .card__title {
  margin-bottom: 15px;
  color: #1565c0;
}
.cid-tqRc2sO7oh .card__text {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-tqRc2sO7oh .title__block {
    text-align: center;
  }
  .cid-tqRc2sO7oh .iconfont-wrapper {
    margin-bottom: 30px;
  }
  .cid-tqRc2sO7oh .mbr-sectioin-title {
    margin-bottom: 22px;
  }
  .cid-tqRc2sO7oh .mbr-text {
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .cid-tqRc2sO7oh .card__block {
    padding: 35px 30px;
    margin-top: 40px;
    margin-bottom: 0;
  }
}
.cid-tGBRo53f0B {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e3f2fd;
}
.cid-tGBRo53f0B .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGBRo53f0B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGBRo53f0B .row {
  justify-content: flex-start;
}
.cid-tGBRo53f0B .mbr-text {
  margin-top: 36px;
}
@media (max-width: 991px) {
  .cid-tGBRo53f0B .mbr-text {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .cid-tGBRo53f0B .mbr-text {
    margin-top: 20px;
  }
}
.cid-tGBRo53f0B .mbr-section-btn {
  margin-top: 50px;
}
@media (max-width: 991px) {
  .cid-tGBRo53f0B .mbr-section-btn {
    margin-top: 46px;
  }
}
.cid-tqRc2ALDvT {
  padding-top: 0;
  padding-bottom: 0;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-tqRc2ALDvT .container {
    max-width: 1400px;
  }
}
.cid-tqRc2ALDvT .img-wrap {
  display: block;
}
.cid-tqRc2ALDvT .img-wrap img {
  max-width: 100%;
  max-height: 600px;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.cid-tqRc2ALDvT .card-wrapper {
  background-position: center;
  border-radius: 4px;
  padding: 0;
  transition: all 0.3s;
  background-size: cover;
  display: flex !important;
  flex-direction: row !important;
  justify-content: center !important;
  align-items: flex-start;
}
.cid-tqRc2ALDvT .card-wrapper .mbr-iconfont {
  font-size: 50px;
  color: #f68e2a;
  margin-right: 25px;
}
@media (max-width: 768px) {
  .cid-tqRc2ALDvT .card-wrapper .mbr-iconfont {
    font-size: 30px;
  }
}
.cid-tqRc2ALDvT .card-wrapper .card-box {
  height: 100%;
}
.cid-tqRc2ALDvT .card-wrapper .card-box .card-title {
  margin-bottom: 12px;
}
.cid-tqRc2ALDvT .card-wrapper .card-box .card-title.display-7 {
  line-height: 1.3;
}
.cid-tqRc2ALDvT .card-wrapper .card-box .link-wrap {
  width: 100%;
}
.cid-tqRc2ALDvT .card-wrapper .card-box .link-wrap .link {
  display: inline-block;
}
.cid-tqRc2ALDvT .card-wrapper .card-box .link-wrap .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 0.6rem;
}
.cid-tqRc2ALDvT .card-wrapper .card-box .link-wrap .link a:before {
  position: absolute;
  transition: all 0.3s;
  right: 0px;
  top: 55%;
  opacity: 0;
  transform: translateY(-50%);
  content: "\e909";
  font-family: "Moririse2" !important;
  color: currentColor;
  font-size: 0.6rem;
}
.cid-tqRc2ALDvT .card-wrapper .card-box .link-wrap .link a:hover:before {
  opacity: 1;
  transform: translateX(8px) translateY(-50%);
}
.cid-tqRc2ALDvT .mbr-section-btn {
  text-align: center;
}
.cid-tqRc2ALDvT .mbr-section-btn .btn {
  padding: 18px 26px;
}
.cid-tqRc2ALDvT .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.5px;
}
.cid-tqRc2ALDvT .mbr-section-btn .btn-secondary:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
@media (max-width: 992px) {
  .cid-tqRc2ALDvT img {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .cid-tqRc2ALDvT .card-box .card-title,
  .cid-tqRc2ALDvT .card-box .mbr-text {
    text-align: left;
  }
}
.cid-tGBUVDIa2K {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-tGBUVDIa2K .container {
    max-width: 1400px;
  }
}
.cid-tGBUVDIa2K .row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-tGBUVDIa2K .img-wrap {
  display: block;
}
.cid-tGBUVDIa2K .img-wrap img {
  max-width: 100%;
  max-height: 600px;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.cid-tGBUVDIa2K .card-wrapper {
  background-position: center;
  border-radius: 4px;
  padding: 0;
  transition: all 0.3s;
  background-size: cover;
  display: flex !important;
  flex-direction: row !important;
  justify-content: center !important;
  align-items: flex-start;
}
.cid-tGBUVDIa2K .card-wrapper .mbr-iconfont {
  font-size: 50px;
  color: #f68e2a;
  margin-right: 25px;
}
@media (max-width: 768px) {
  .cid-tGBUVDIa2K .card-wrapper .mbr-iconfont {
    font-size: 30px;
  }
}
.cid-tGBUVDIa2K .card-wrapper .card-box {
  height: 100%;
}
.cid-tGBUVDIa2K .card-wrapper .card-box .card-title {
  margin-bottom: 12px;
}
.cid-tGBUVDIa2K .card-wrapper .card-box .card-title.display-7 {
  line-height: 1.3;
}
.cid-tGBUVDIa2K .card-wrapper .card-box .link-wrap {
  width: 100%;
}
.cid-tGBUVDIa2K .card-wrapper .card-box .link-wrap .link {
  display: inline-block;
}
.cid-tGBUVDIa2K .card-wrapper .card-box .link-wrap .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 0.6rem;
}
.cid-tGBUVDIa2K .card-wrapper .card-box .link-wrap .link a:before {
  position: absolute;
  transition: all 0.3s;
  right: 0px;
  top: 55%;
  opacity: 0;
  transform: translateY(-50%);
  content: "\e909";
  font-family: "Moririse2" !important;
  color: currentColor;
  font-size: 0.6rem;
}
.cid-tGBUVDIa2K .card-wrapper .card-box .link-wrap .link a:hover:before {
  opacity: 1;
  transform: translateX(8px) translateY(-50%);
}
.cid-tGBUVDIa2K .mbr-section-btn {
  text-align: center;
}
.cid-tGBUVDIa2K .mbr-section-btn .btn {
  padding: 18px 26px;
}
.cid-tGBUVDIa2K .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.5px;
}
.cid-tGBUVDIa2K .mbr-section-btn .btn-secondary:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
@media (max-width: 992px) {
  .cid-tGBUVDIa2K img {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .cid-tGBUVDIa2K .card-box .card-title,
  .cid-tGBUVDIa2K .card-box .mbr-text {
    text-align: left;
  }
}
.cid-tGBVrNeNHD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e3f2fd;
}
.cid-tGBVrNeNHD .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGBVrNeNHD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGBVrNeNHD .row {
  justify-content: flex-start;
}
.cid-tGBVrNeNHD .mbr-text {
  margin-top: 36px;
}
@media (max-width: 991px) {
  .cid-tGBVrNeNHD .mbr-text {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .cid-tGBVrNeNHD .mbr-text {
    margin-top: 20px;
  }
}
.cid-tGBVrNeNHD .mbr-section-btn {
  margin-top: 50px;
}
@media (max-width: 991px) {
  .cid-tGBVrNeNHD .mbr-section-btn {
    margin-top: 46px;
  }
}
.cid-tqRc2tVItV {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tqRc2tVItV .row {
  padding: 0 1rem;
}
@media (max-width: 991px) {
  .cid-tqRc2tVItV .row {
    padding: 0 0.75rem;
  }
}
.cid-tqRc2tVItV .text-container {
  margin-bottom: 20px;
  padding: 0 !important;
}
.cid-tqRc2tVItV .mbr-section-title {
  margin: 0 auto;
  padding-bottom: 20px;
}
.cid-tqRc2tVItV .cards-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
}
.cid-tqRc2tVItV .card {
  padding: 15px;
}
@media (max-width: 767px) {
  .cid-tqRc2tVItV .card {
    padding: 0;
  }
}
.cid-tqRc2tVItV .card-wrapper {
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 30px;
  border: 1px solid #EEEEEE;
  border-radius: 5px;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s, -webkit-border-radius 0.3s, -webkit-box-shadow 0.3s;
}
@media (max-width: 767px) {
  .cid-tqRc2tVItV .card-wrapper {
    margin-bottom: 30px;
    max-width: 522px;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-tqRc2tVItV .card-wrapper:hover {
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.07);
}
.cid-tqRc2tVItV .mbr-iconfont {
  font-size: 50px;
  color: #ff9966;
}
.cid-tqRc2tVItV .icon-box {
  width: 100%;
  margin-bottom: 20px;
}
.cid-tqRc2tVItV .card-title {
  padding-bottom: 10px;
}
.cid-tqRPPtC6qc {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("https://cdn.centrestack.com/fb/business-man-happy1-1200x630-tiny.jpg");
}
@media (max-width: 768px) {
  .cid-tqRPPtC6qc {
    padding-top: 5rem;
  }
}
.cid-tqRPPtC6qc .mbr-overlay {
  background: #000000;
  opacity: 0.7;
}
.cid-tqRPPuH9JY {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tqRPPuH9JY .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-tqRPPuH9JY .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tqRPPuH9JY .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tqRPPuH9JY .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tqRPPuH9JY .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-tqRPPuH9JY .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tqRPPuH9JY .mbr-section-subtitle {
  margin-bottom: 21px;
}
.cid-tqRPPvOLVg {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tqRPPvOLVg .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-tqRPPvOLVg .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tqRPPvOLVg .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tqRPPvOLVg .content-wrapper {
    padding: 2rem;
  }
}
.cid-tqRPPvOLVg .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tqRPPvOLVg .mbr-section-subtitle {
  margin-bottom: 21px;
}
.cid-tqRUNrCq1i {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("https://cdn.centrestack.com/amp/sunlight-meeting-1200x630-tiny-2-1200x630.jpg");
}
.cid-tqRUNrCq1i .mbr-overlay {
  background: #122947;
  opacity: 0.8;
}
.cid-tqRUNrCq1i H2 {
  position: relative;
  padding: 2rem 0 2rem 2rem;
}
.cid-tqRUNrCq1i H2::before,
.cid-tqRUNrCq1i H2::after {
  content: "";
  left: 0;
  display: block;
  position: absolute;
  border-bottom: .3125rem solid;
  color: inherit;
  width: 5.375rem;
}
.cid-tqRUNrCq1i H2::before {
  top: 0;
}
.cid-tqRUNrCq1i H2::after {
  bottom: 0;
}
.cid-tqRVgX7cLh {
  overflow: hidden;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tqRVgX7cLh .iconfont-wrapper {
  display: inline-block;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.cid-tqRVgX7cLh .iconfont-wrapper:before {
  content: "";
  top: 0;
  left: 50%;
  bottom: 0;
  z-index: -1;
  width: 60px;
  position: absolute;
  background-color: rgba(86, 167, 0, 0.07);
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
}
.cid-tqRVgX7cLh .iconfont-wrapper .mbr-iconfont {
  color: #56a700;
  height: 75px;
  line-height: 75px;
  font-size: 46px;
  text-align: center;
}
.cid-tqRVgX7cLh .mbr-section-title {
  margin-bottom: 36px;
}
.cid-tqRVgX7cLh .mbr-text {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .cid-tqRVgX7cLh .column2 {
    margin-top: 100px;
  }
}
.cid-tqRVgX7cLh .card__block {
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.08);
  border-radius: 5px;
  padding: 45px 35px;
  margin-bottom: 40px;
  background: #ffffff;
}
.cid-tqRVgX7cLh .icon__card_wrap {
  width: 100%;
  margin-bottom: 25px;
}
.cid-tqRVgX7cLh .icon__card {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cid-tqRVgX7cLh .icon__card .mbr-iconfont {
  font-size: 48px;
  color: #ffffff;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}
.cid-tqRVgX7cLh .icon__card.color1 span {
  text-shadow: 0 14px 30px rgba(246, 142, 42, 0.4);
  background: -webkit-linear-gradient(40deg, #f68e2a 0%, rgba(246, 142, 42, 0.3) 100%);
}
.cid-tqRVgX7cLh .icon__card.color2 span {
  text-shadow: 0 14px 30px rgba(86, 167, 0, 0.4);
  background: -webkit-linear-gradient(40deg, #56a700 0%, rgba(86, 167, 0, 0.3) 100%);
}
.cid-tqRVgX7cLh .icon__card.color3 span {
  text-shadow: 0 14px 30px rgba(69, 39, 160, 0.4);
  background: -webkit-linear-gradient(40deg, #4527a0 0%, rgba(69, 39, 160, 0.3) 100%);
}
.cid-tqRVgX7cLh .icon__card.color4 span {
  text-shadow: 0 14px 30px rgba(118, 118, 118, 0.4);
  background: -webkit-linear-gradient(40deg, #767676 0%, rgba(118, 118, 118, 0.3) 100%);
}
.cid-tqRVgX7cLh .card__title {
  margin-bottom: 15px;
  color: #1565c0;
}
.cid-tqRVgX7cLh .card__text {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-tqRVgX7cLh .title__block {
    text-align: center;
  }
  .cid-tqRVgX7cLh .iconfont-wrapper {
    margin-bottom: 30px;
  }
  .cid-tqRVgX7cLh .mbr-sectioin-title {
    margin-bottom: 22px;
  }
  .cid-tqRVgX7cLh .mbr-text {
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .cid-tqRVgX7cLh .card__block {
    padding: 35px 30px;
    margin-top: 40px;
    margin-bottom: 0;
  }
}
.cid-tqRWu6vvyO {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tGCr9xeBiP {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-tGCr9xeBiP .container {
    max-width: 1400px;
  }
}
.cid-tGCr9xeBiP .img-wrap {
  display: block;
}
.cid-tGCr9xeBiP .img-wrap img {
  max-width: 100%;
  max-height: 600px;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.cid-tGCr9xeBiP .card-wrapper {
  background-position: center;
  border-radius: 4px;
  padding: 0;
  transition: all 0.3s;
  background-size: cover;
  display: flex !important;
  flex-direction: row !important;
  justify-content: center !important;
  align-items: flex-start;
}
.cid-tGCr9xeBiP .card-wrapper .mbr-iconfont {
  font-size: 50px;
  color: #f68e2a;
  margin-right: 25px;
}
@media (max-width: 768px) {
  .cid-tGCr9xeBiP .card-wrapper .mbr-iconfont {
    font-size: 30px;
  }
}
.cid-tGCr9xeBiP .card-wrapper .card-box {
  height: 100%;
}
.cid-tGCr9xeBiP .card-wrapper .card-box .card-title {
  margin-bottom: 12px;
}
.cid-tGCr9xeBiP .card-wrapper .card-box .card-title.display-7 {
  line-height: 1.3;
}
.cid-tGCr9xeBiP .card-wrapper .card-box .link-wrap {
  width: 100%;
}
.cid-tGCr9xeBiP .card-wrapper .card-box .link-wrap .link {
  display: inline-block;
}
.cid-tGCr9xeBiP .card-wrapper .card-box .link-wrap .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 0.6rem;
}
.cid-tGCr9xeBiP .card-wrapper .card-box .link-wrap .link a:before {
  position: absolute;
  transition: all 0.3s;
  right: 0px;
  top: 55%;
  opacity: 0;
  transform: translateY(-50%);
  content: "\e909";
  font-family: "Moririse2" !important;
  color: currentColor;
  font-size: 0.6rem;
}
.cid-tGCr9xeBiP .card-wrapper .card-box .link-wrap .link a:hover:before {
  opacity: 1;
  transform: translateX(8px) translateY(-50%);
}
.cid-tGCr9xeBiP .mbr-section-btn {
  text-align: center;
}
.cid-tGCr9xeBiP .mbr-section-btn .btn {
  padding: 18px 26px;
}
.cid-tGCr9xeBiP .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.5px;
}
.cid-tGCr9xeBiP .mbr-section-btn .btn-secondary:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
@media (max-width: 992px) {
  .cid-tGCr9xeBiP img {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .cid-tGCr9xeBiP .card-box .card-title,
  .cid-tGCr9xeBiP .card-box .mbr-text {
    text-align: left;
  }
}
.cid-tGCrJONaTC {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-tGCrJONaTC .container {
    max-width: 1400px;
  }
}
.cid-tGCrJONaTC .row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-tGCrJONaTC .img-wrap {
  display: block;
}
.cid-tGCrJONaTC .img-wrap img {
  max-width: 100%;
  max-height: 600px;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.cid-tGCrJONaTC .card-wrapper {
  background-position: center;
  border-radius: 4px;
  padding: 0;
  transition: all 0.3s;
  background-size: cover;
  display: flex !important;
  flex-direction: row !important;
  justify-content: center !important;
  align-items: flex-start;
}
.cid-tGCrJONaTC .card-wrapper .mbr-iconfont {
  font-size: 50px;
  color: #f68e2a;
  margin-right: 25px;
}
@media (max-width: 768px) {
  .cid-tGCrJONaTC .card-wrapper .mbr-iconfont {
    font-size: 30px;
  }
}
.cid-tGCrJONaTC .card-wrapper .card-box {
  height: 100%;
}
.cid-tGCrJONaTC .card-wrapper .card-box .card-title {
  margin-bottom: 12px;
}
.cid-tGCrJONaTC .card-wrapper .card-box .card-title.display-7 {
  line-height: 1.3;
}
.cid-tGCrJONaTC .card-wrapper .card-box .link-wrap {
  width: 100%;
}
.cid-tGCrJONaTC .card-wrapper .card-box .link-wrap .link {
  display: inline-block;
}
.cid-tGCrJONaTC .card-wrapper .card-box .link-wrap .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 0.6rem;
}
.cid-tGCrJONaTC .card-wrapper .card-box .link-wrap .link a:before {
  position: absolute;
  transition: all 0.3s;
  right: 0px;
  top: 55%;
  opacity: 0;
  transform: translateY(-50%);
  content: "\e909";
  font-family: "Moririse2" !important;
  color: currentColor;
  font-size: 0.6rem;
}
.cid-tGCrJONaTC .card-wrapper .card-box .link-wrap .link a:hover:before {
  opacity: 1;
  transform: translateX(8px) translateY(-50%);
}
.cid-tGCrJONaTC .mbr-section-btn {
  text-align: center;
}
.cid-tGCrJONaTC .mbr-section-btn .btn {
  padding: 18px 26px;
}
.cid-tGCrJONaTC .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.5px;
}
.cid-tGCrJONaTC .mbr-section-btn .btn-secondary:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
@media (max-width: 992px) {
  .cid-tGCrJONaTC img {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .cid-tGCrJONaTC .card-box .card-title,
  .cid-tGCrJONaTC .card-box .mbr-text {
    text-align: left;
  }
}
.cid-tGCrSCjzZr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e3f2fd;
}
.cid-tGCrSCjzZr .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGCrSCjzZr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGCrSCjzZr .row {
  justify-content: flex-start;
}
.cid-tGCrSCjzZr .mbr-text {
  margin-top: 36px;
}
@media (max-width: 991px) {
  .cid-tGCrSCjzZr .mbr-text {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .cid-tGCrSCjzZr .mbr-text {
    margin-top: 20px;
  }
}
.cid-tGCrSCjzZr .mbr-section-btn {
  margin-top: 50px;
}
@media (max-width: 991px) {
  .cid-tGCrSCjzZr .mbr-section-btn {
    margin-top: 46px;
  }
}
.cid-tqRPPzWI4C {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tqRPPzWI4C .row {
  padding: 0 1rem;
}
@media (max-width: 991px) {
  .cid-tqRPPzWI4C .row {
    padding: 0 0.75rem;
  }
}
.cid-tqRPPzWI4C .text-container {
  margin-bottom: 20px;
  padding: 0 !important;
}
.cid-tqRPPzWI4C .mbr-section-title {
  margin: 0 auto;
  padding-bottom: 20px;
}
.cid-tqRPPzWI4C .cards-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
}
.cid-tqRPPzWI4C .card {
  padding: 15px;
}
@media (max-width: 767px) {
  .cid-tqRPPzWI4C .card {
    padding: 0;
  }
}
.cid-tqRPPzWI4C .card-wrapper {
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 30px;
  border: 1px solid #EEEEEE;
  border-radius: 5px;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s, -webkit-border-radius 0.3s, -webkit-box-shadow 0.3s;
}
@media (max-width: 767px) {
  .cid-tqRPPzWI4C .card-wrapper {
    margin-bottom: 30px;
    max-width: 522px;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-tqRPPzWI4C .card-wrapper:hover {
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.07);
}
.cid-tqRPPzWI4C .mbr-iconfont {
  font-size: 50px;
  color: #ff9966;
}
.cid-tqRPPzWI4C .icon-box {
  width: 100%;
  margin-bottom: 20px;
}
.cid-tqRPPzWI4C .card-title {
  text-align: left;
  padding-bottom: 10px;
}
.cid-tr8zuUfVbw {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("https://cdn.centrestack.com/mobi5/web/gladinet/images/office-2000x1333-tiny-2000x1333.jpg");
}
@media (max-width: 768px) {
  .cid-tr8zuUfVbw {
    padding-top: 5rem;
  }
}
.cid-tr8zuUfVbw .mbr-overlay {
  background: #000000;
  opacity: 0.7;
}
.cid-tr8FY6M3tq {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tr8zuVwu8T {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tr8zuVwu8T .mbr-overlay {
  background: #ffffff;
  opacity: 0.9;
}
.cid-tr8zuVwu8T .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-tr8zuVwu8T .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tr8zuVwu8T .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tr8zuVwu8T .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tr8zuVwu8T .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-tr8zuVwu8T .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tr8zuVwu8T .mbr-section-subtitle {
  margin-bottom: 21px;
}
.cid-tEyf0jDl1I {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e3f2fd;
}
.cid-tEyf0jDl1I .mbr-overlay {
  background: #ffffff;
  opacity: 0.5;
}
.cid-tEyf0jDl1I .mbr-fallback-image.disabled {
  display: none;
}
.cid-tEyf0jDl1I .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tEyf0jDl1I .row {
  justify-content: flex-start;
}
.cid-tEyf0jDl1I .mbr-text {
  margin-top: 36px;
}
@media (max-width: 991px) {
  .cid-tEyf0jDl1I .mbr-text {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .cid-tEyf0jDl1I .mbr-text {
    margin-top: 20px;
  }
}
.cid-tEyf0jDl1I .mbr-section-btn {
  margin-top: 50px;
}
@media (max-width: 991px) {
  .cid-tEyf0jDl1I .mbr-section-btn {
    margin-top: 46px;
  }
}
.cid-tEyf0jDl1I .mbr-section-btn .btn-white {
  color: #45494E !important;
  border: 1px solid #45494E !important;
  background-color: transparent !important;
}
.cid-tEyf0jDl1I .mbr-section-btn .btn-white:hover {
  color: #FFFFFF !important;
  border: 1px solid #45494E !important;
  background-color: #45494E !important;
}
.cid-tr8zuW6QeO {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tr8zuW6QeO .mbr-overlay {
  background: #ffffff;
  opacity: 0.9;
}
.cid-tr8zuW6QeO .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-tr8zuW6QeO .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tr8zuW6QeO .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tr8zuW6QeO .content-wrapper {
    padding: 2rem;
  }
}
.cid-tr8zuW6QeO .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tr8zuW6QeO .mbr-section-subtitle {
  margin-bottom: 21px;
}
.cid-tr8zuZtNi1 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-tr8zuZtNi1 img,
.cid-tr8zuZtNi1 .item-img {
  width: 100%;
}
.cid-tr8zuZtNi1 .item:focus,
.cid-tr8zuZtNi1 span:focus {
  outline: none;
}
.cid-tr8zuZtNi1 .item {
  margin-bottom: 2rem;
}
.cid-tr8zuZtNi1 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tr8zuZtNi1 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tr8zuZtNi1 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tr8zuZtNi1 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tr8zuX4kNG {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-tr8zuX4kNG img,
.cid-tr8zuX4kNG .item-img {
  width: 100%;
}
.cid-tr8zuX4kNG .item:focus,
.cid-tr8zuX4kNG span:focus {
  outline: none;
}
.cid-tr8zuX4kNG .item {
  margin-bottom: 2rem;
}
.cid-tr8zuX4kNG .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tr8zuX4kNG .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tr8zuX4kNG .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tr8zuX4kNG .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tr8zuX4kNG .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tr8zuX4kNG .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tEyjwdFIZp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e3f2fd;
}
.cid-tEyjwdFIZp .mbr-overlay {
  background: #ffffff;
  opacity: 0.5;
}
.cid-tEyjwdFIZp .mbr-fallback-image.disabled {
  display: none;
}
.cid-tEyjwdFIZp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tEyjwdFIZp .row {
  justify-content: flex-start;
}
.cid-tEyjwdFIZp .mbr-text {
  margin-top: 36px;
}
@media (max-width: 991px) {
  .cid-tEyjwdFIZp .mbr-text {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .cid-tEyjwdFIZp .mbr-text {
    margin-top: 20px;
  }
}
.cid-tEyjwdFIZp .mbr-section-btn {
  margin-top: 50px;
}
@media (max-width: 991px) {
  .cid-tEyjwdFIZp .mbr-section-btn {
    margin-top: 46px;
  }
}
.cid-tEyjwdFIZp .mbr-section-btn .btn-white {
  color: #45494E !important;
  border: 1px solid #45494E !important;
  background-color: transparent !important;
}
.cid-tEyjwdFIZp .mbr-section-btn .btn-white:hover {
  color: #FFFFFF !important;
  border: 1px solid #45494E !important;
  background-color: #45494E !important;
}
.cid-tr8zuUYaci {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tr8zuUYaci .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-tr8zuUYaci .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-tr8zuUYaci .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #1565c0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 0;
  content: "✓";
}
.cid-tr8zuWBFOt {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f7f7f7;
}
.cid-tr8zuWBFOt .mbr-overlay {
  background: #ffffff;
  opacity: 0.9;
}
.cid-tr8zuWBFOt .content-wrapper {
  background: #f7f7f7;
}
@media (max-width: 991px) {
  .cid-tr8zuWBFOt .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tr8zuWBFOt .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tr8zuWBFOt .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tr8zuWBFOt .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-tr8zuWBFOt .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tr8zuWBFOt .mbr-section-subtitle {
  margin-bottom: 21px;
}
.cid-tEyfpvzLh5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f9f9fc;
}
.cid-tEyfpvzLh5 .mbr-overlay {
  background: #ffffff;
  opacity: 0.7;
}
.cid-tEyfpvzLh5 .cards {
  padding-right: 35px;
}
@media (max-width: 1200px) {
  .cid-tEyfpvzLh5 .cards {
    padding: 0 0 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-tEyfpvzLh5 .cards {
    padding: 0 12px;
  }
}
.cid-tEyfpvzLh5 .cards-wrapper {
  justify-content: center;
}
.cid-tEyfpvzLh5 .card {
  padding: 0 10px;
  margin-bottom: 20px;
}
@media (max-width: 1200px) {
  .cid-tEyfpvzLh5 .card {
    padding: 0 5px;
    margin-bottom: 10px;
  }
}
@media (max-width: 992px) {
  .cid-tEyfpvzLh5 .card {
    padding: 0 10px;
    margin-bottom: 20px;
  }
}
.cid-tEyfpvzLh5 .card .card-wrapper {
  padding: 16px 15px 43px 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #fff3e0;
  border: 1px solid #fafafa;
}
.cid-tEyfpvzLh5 .card .card-wrapper .mbr-card-title {
  margin: 0 0 8px 0;
}
.cid-tEyfpvzLh5 .card .card-wrapper .mbr-card-desc {
  margin: 0;
}
.cid-tEyfpvzLh5 .features-content {
  padding-left: 85px;
}
@media (max-width: 992px) {
  .cid-tEyfpvzLh5 .features-content {
    padding: 0 12px;
  }
}
.cid-tEyfpvzLh5 .mbr-section-subtitle {
  margin-bottom: 27px;
  letter-spacing: .13em;
}
.cid-tEyfpvzLh5 .mbr-section-title {
  margin: 29px 0 13.5px 0;
}
.cid-tEyfpvzLh5 .mbr-text {
  margin-bottom: 38px;
}
.cid-tEyfpvzLh5 .btn {
  height: 55px;
  min-width: 170px;
  box-shadow: none;
  margin-top: 0;
}
.cid-tEyfpvzLh5 .btn:hover {
  box-shadow: none;
}
.cid-tEyfpvzLh5 .icon__card {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: 25px 0;
}
.cid-tEyfpvzLh5 .icon__card .mbr-iconfont {
  font-size: 48px;
  color: #f68e2a;
}
.cid-tDYbS5cP4y {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("https://cdn.centrestack.com/amp/image-4-1920x583.jpg");
}
.cid-trelwZVPUT {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("https://cdn.centrestack.com/fb/web-file-manager-1200x630.jpg");
}
@media (max-width: 768px) {
  .cid-trelwZVPUT {
    padding-top: 5rem;
  }
}
.cid-trelwZVPUT .mbr-overlay {
  background: #000000;
  opacity: 0.7;
}
.cid-tstubEQINk {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tstubEQINk ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-tstubEQINk li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-tstubEQINk ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #1565c0;
  font-size: 3rem;
}
@media (min-width: 768px) {
  .cid-tstubEQINk ul li::before {
    top: -1.2rem;
  }
}
.cid-tstubEQINk .mbr-fallback-image.disabled {
  display: none;
}
.cid-tstubEQINk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-tstubEQINk .mbr-text {
    margin-top: 24px;
  }
}
.cid-tsKWMpyBJA {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tsKWMpyBJA img {
  width: 120px;
  padding: 5px;
  margin: auto;
}
.cid-tsKWMpyBJA .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
}
@media (min-width: 992px) {
  .cid-tsKWMpyBJA .card {
    max-width: 12.5%;
  }
}
.cid-tsKWMpyBJA .mbr-section-title {
  padding-bottom: 33px;
}
.cid-tsKWMpyBJA .mbr-section-subtitle {
  padding-bottom: 12px;
}
.cid-tsKWMpyBJA .row {
  justify-content: space-between;
}
@media (min-width: 575px) and (max-width: 990px) {
  .cid-tsKWMpyBJA .row {
    justify-content: center;
  }
}
.cid-tsKWNinSQq {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tsKWNinSQq .card {
  padding: 3rem;
  background: transparent;
  border-radius: 0;
  display: flex;
  flex-direction: column;
  border: 1px solid #B2B2B2;
}
.cid-tsKWNinSQq .mbr-iconfont {
  font-size: 50px;
  color: #f68e2a;
}
.cid-tsKWNinSQq .iconfont-wrapper {
  padding-bottom: 10px;
  text-align: right;
}
.cid-tsKWNinSQq img {
  height: 100px;
  width: auto;
}
.cid-tsKWNinSQq .user_image {
  margin-left: 6px;
}
.cid-tsKWNinSQq .title {
  text-align: left;
  margin-bottom: 0;
}
.cid-tsKWNinSQq .mbr-section-subtitle {
  text-align: left;
  padding-bottom: 5px;
  margin-bottom: 0;
}
.cid-tsKWNinSQq .row {
  align-items: center;
}
.cid-tsKWNinSQq .top {
  margin-top: 40px;
}
.cid-tsKWNinSQq .small {
  padding-left: 15px;
}
.cid-tsKWNinSQq .no-padding {
  padding: 0 7px;
}
@media (max-width: 690px) {
  .cid-tsKWNinSQq .iconfont-wrapper {
    margin-top: 30px;
  }
  .cid-tsKWNinSQq .card {
    padding: 1rem;
  }
  .cid-tsKWNinSQq .quote-mark {
    display: none;
  }
  .cid-tsKWNinSQq .mbr-section-subtitle {
    margin-bottom: 10px;
  }
}
.cid-trelx3a8r6 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-trelx3a8r6 img,
.cid-trelx3a8r6 .item-img {
  width: 100%;
}
.cid-trelx3a8r6 .item:focus,
.cid-trelx3a8r6 span:focus {
  outline: none;
}
.cid-trelx3a8r6 .item {
  margin-bottom: 2rem;
}
.cid-trelx3a8r6 .item-wrapper {
  position: relative;
  border-radius: 4px;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.08);
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-trelx3a8r6 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-trelx3a8r6 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-trelx3a8r6 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tstzIMz2p6 {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tstzIMz2p6 blockquote {
  border-color: #1565c0;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-tres0FGywq {
  overflow: hidden;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tres0FGywq .iconfont-wrapper {
  display: inline-block;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.cid-tres0FGywq .iconfont-wrapper:before {
  content: "";
  top: 0;
  left: 50%;
  bottom: 0;
  z-index: -1;
  width: 60px;
  position: absolute;
  background-color: rgba(86, 167, 0, 0.07);
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
}
.cid-tres0FGywq .iconfont-wrapper .mbr-iconfont {
  color: #56a700;
  height: 75px;
  line-height: 75px;
  font-size: 46px;
  text-align: center;
}
.cid-tres0FGywq .mbr-section-title {
  margin-bottom: 36px;
}
.cid-tres0FGywq .mbr-text {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .cid-tres0FGywq .column2 {
    margin-top: 100px;
  }
}
.cid-tres0FGywq .card__block {
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.08);
  border-radius: 5px;
  padding: 45px 35px;
  margin-bottom: 40px;
  background: #ffffff;
}
.cid-tres0FGywq .icon__card_wrap {
  width: 100%;
  margin-bottom: 25px;
}
.cid-tres0FGywq .icon__card {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cid-tres0FGywq .icon__card .mbr-iconfont {
  font-size: 48px;
  color: #ffffff;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}
.cid-tres0FGywq .icon__card.color1 span {
  text-shadow: 0 14px 30px rgba(246, 142, 42, 0.4);
  background: -webkit-linear-gradient(40deg, #f68e2a 0%, rgba(246, 142, 42, 0.3) 100%);
}
.cid-tres0FGywq .icon__card.color2 span {
  text-shadow: 0 14px 30px rgba(86, 167, 0, 0.4);
  background: -webkit-linear-gradient(40deg, #56a700 0%, rgba(86, 167, 0, 0.3) 100%);
}
.cid-tres0FGywq .icon__card.color3 span {
  text-shadow: 0 14px 30px rgba(69, 39, 160, 0.4);
  background: -webkit-linear-gradient(40deg, #4527a0 0%, rgba(69, 39, 160, 0.3) 100%);
}
.cid-tres0FGywq .icon__card.color4 span {
  text-shadow: 0 14px 30px rgba(118, 118, 118, 0.4);
  background: -webkit-linear-gradient(40deg, #767676 0%, rgba(118, 118, 118, 0.3) 100%);
}
.cid-tres0FGywq .card__title {
  margin-bottom: 15px;
  color: #1565c0;
}
.cid-tres0FGywq .card__text {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-tres0FGywq .title__block {
    text-align: center;
  }
  .cid-tres0FGywq .iconfont-wrapper {
    margin-bottom: 30px;
  }
  .cid-tres0FGywq .mbr-sectioin-title {
    margin-bottom: 22px;
  }
  .cid-tres0FGywq .mbr-text {
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .cid-tres0FGywq .card__block {
    padding: 35px 30px;
    margin-top: 40px;
    margin-bottom: 0;
  }
}
.cid-tretemRvgR {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-tretemRvgR .container {
    max-width: 1400px;
  }
}
.cid-tretemRvgR .row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-tretemRvgR .mbr-section-subtitle {
  margin-bottom: 21px;
}
.cid-tretemRvgR .mbr-section-subtitle.display-4 {
  line-height: 1.375;
}
.cid-tretemRvgR .main-title {
  margin-bottom: 56px;
}
.cid-tretemRvgR .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #f68e2a;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 26px;
}
.cid-tretemRvgR .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-tretemRvgR .img-wrap {
  display: block;
}
.cid-tretemRvgR .img-wrap img {
  max-width: 100%;
  max-height: 600px;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.cid-tretemRvgR .card-wrapper {
  background-position: center;
  border-radius: 4px;
  padding: 0;
  transition: all 0.3s;
  background-size: cover;
  display: flex !important;
  flex-direction: row !important;
  justify-content: center !important;
  align-items: flex-start;
}
.cid-tretemRvgR .card-wrapper .mbr-iconfont {
  font-size: 50px;
  color: #f68e2a;
  margin-right: 25px;
}
@media (max-width: 768px) {
  .cid-tretemRvgR .card-wrapper .mbr-iconfont {
    font-size: 30px;
  }
}
.cid-tretemRvgR .card-wrapper .card-box {
  height: 100%;
}
.cid-tretemRvgR .card-wrapper .card-box .card-title {
  margin-bottom: 12px;
}
.cid-tretemRvgR .card-wrapper .card-box .link-wrap {
  width: 100%;
}
.cid-tretemRvgR .card-wrapper .card-box .link-wrap .link {
  display: inline-block;
}
.cid-tretemRvgR .card-wrapper .card-box .link-wrap .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 0.6rem;
}
.cid-tretemRvgR .card-wrapper .card-box .link-wrap .link a:before {
  position: absolute;
  transition: all 0.3s;
  right: 0px;
  top: 55%;
  opacity: 0;
  transform: translateY(-50%);
  content: "\e909";
  font-family: "Moririse2" !important;
  color: currentColor;
  font-size: 0.6rem;
}
.cid-tretemRvgR .card-wrapper .card-box .link-wrap .link a:hover:before {
  opacity: 1;
  transform: translateX(8px) translateY(-50%);
}
.cid-tretemRvgR .mbr-section-btn {
  text-align: center;
}
.cid-tretemRvgR .mbr-section-btn .btn {
  padding: 18px 26px;
}
.cid-tretemRvgR .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.5px;
}
.cid-tretemRvgR .mbr-section-btn .btn-secondary:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
@media (max-width: 992px) {
  .cid-tretemRvgR img {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .cid-tretemRvgR .card-box .card-title,
  .cid-tretemRvgR .card-box .mbr-text {
    text-align: left;
  }
}
.cid-treuc3SJSO {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-treuc3SJSO .container {
    max-width: 1400px;
  }
}
.cid-treuc3SJSO .mbr-section-subtitle {
  margin-bottom: 21px;
}
.cid-treuc3SJSO .main-title {
  margin-bottom: 56px;
}
.cid-treuc3SJSO .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #f68e2a;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 26px;
}
.cid-treuc3SJSO .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-treuc3SJSO .img-wrap {
  display: block;
}
.cid-treuc3SJSO .img-wrap img {
  max-width: 100%;
  max-height: 600px;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.cid-treuc3SJSO .card-wrapper {
  background-position: center;
  border-radius: 4px;
  padding: 0;
  transition: all 0.3s;
  background-size: cover;
  display: flex !important;
  flex-direction: row !important;
  justify-content: center !important;
  align-items: flex-start;
}
.cid-treuc3SJSO .card-wrapper .mbr-iconfont {
  font-size: 50px;
  color: #f68e2a;
  margin-right: 25px;
}
@media (max-width: 768px) {
  .cid-treuc3SJSO .card-wrapper .mbr-iconfont {
    font-size: 30px;
  }
}
.cid-treuc3SJSO .card-wrapper .card-box {
  height: 100%;
}
.cid-treuc3SJSO .card-wrapper .card-box .card-title {
  margin-bottom: 12px;
}
.cid-treuc3SJSO .card-wrapper .card-box .link-wrap {
  width: 100%;
}
.cid-treuc3SJSO .card-wrapper .card-box .link-wrap .link {
  display: inline-block;
}
.cid-treuc3SJSO .card-wrapper .card-box .link-wrap .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 0.6rem;
}
.cid-treuc3SJSO .card-wrapper .card-box .link-wrap .link a:before {
  position: absolute;
  transition: all 0.3s;
  right: 0px;
  top: 55%;
  opacity: 0;
  transform: translateY(-50%);
  content: "\e909";
  font-family: "Moririse2" !important;
  color: currentColor;
  font-size: 0.6rem;
}
.cid-treuc3SJSO .card-wrapper .card-box .link-wrap .link a:hover:before {
  opacity: 1;
  transform: translateX(8px) translateY(-50%);
}
.cid-treuc3SJSO .mbr-section-btn {
  text-align: center;
}
.cid-treuc3SJSO .mbr-section-btn .btn {
  padding: 18px 26px;
}
.cid-treuc3SJSO .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.5px;
}
.cid-treuc3SJSO .mbr-section-btn .btn-secondary:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
@media (max-width: 992px) {
  .cid-treuc3SJSO img {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .cid-treuc3SJSO .card-box .card-title,
  .cid-treuc3SJSO .card-box .mbr-text {
    text-align: left;
  }
}
.cid-trevjALKjP {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-trevjALKjP .title__block {
  margin-bottom: 55px;
  width: 100%;
}
.cid-trevjALKjP .mbr-section-title {
  margin-bottom: 16px;
}
.cid-trevjALKjP .card__wrap {
  margin-bottom: 60px;
  display: flex;
}
.cid-trevjALKjP .card__image {
  display: block;
  max-width: 150px;
  width: 100%;
  text-align: center;
}
.cid-trevjALKjP .card__image img {
  width: 45%;
  object-fit: cover;
}
.cid-trevjALKjP .mbr-iconfont {
  font-size: 50px;
  color: #f68e2a;
  margin-right: 25px;
}
@media (max-width: 768px) {
  .cid-trevjALKjP .mbr-iconfont {
    font-size: 30px;
  }
}
.cid-trevjALKjP .card__content {
  display: block;
  width: 100%;
}
.cid-trevjALKjP .card__title {
  margin-bottom: 15px;
}
.cid-trevjALKjP .card__text {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-trevjALKjP .mbr-section-title {
    margin-bottom: 20px;
  }
  .cid-trevjALKjP .card__wrap {
    margin-bottom: 40px;
  }
  .cid-trevjALKjP .card__title {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 10px;
  }
}
@media (max-width: 575px) {
  .cid-trevjALKjP .card__image {
    max-width: 90px;
  }
  .cid-trevjALKjP .card__image img {
    width: 70%;
  }
}
.cid-treyu310Tv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}
.cid-trezSyqxtj {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("https://cdn.centrestack.com/fb/dfs-replacement-1200x630.jpg");
  background-position: top;
}
@media (max-width: 768px) {
  .cid-trezSyqxtj {
    padding-top: 5rem;
  }
}
.cid-trezSyqxtj .mbr-overlay {
  background: #000000;
  opacity: 0.7;
}
.cid-tGIEkhegeM {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tGIEkhegeM img {
  width: 120px;
  padding: 5px;
  margin: auto;
}
.cid-tGIEkhegeM .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
}
@media (min-width: 992px) {
  .cid-tGIEkhegeM .card {
    max-width: 12.5%;
  }
}
.cid-tGIEkhegeM .mbr-section-title {
  padding-bottom: 33px;
}
.cid-tGIEkhegeM .mbr-section-subtitle {
  padding-bottom: 12px;
}
.cid-tGIEkhegeM .row {
  justify-content: space-between;
}
@media (min-width: 575px) and (max-width: 990px) {
  .cid-tGIEkhegeM .row {
    justify-content: center;
  }
}
.cid-treACaUKru {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-trezSz19aF {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-trezSz19aF .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-trezSz19aF .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-trezSz19aF .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-trezSz19aF .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-trezSz19aF .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-trezSz19aF .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-trezSz19aF .mbr-section-subtitle {
  margin-bottom: 21px;
}
.cid-treBiInRAQ {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("https://cdn.centrestack.com/amp/sunlight-meeting-1200x630-tiny-2-1200x630.jpg");
}
.cid-treBiInRAQ .mbr-overlay {
  background: #122947;
  opacity: 0.8;
}
.cid-treBiInRAQ H2 {
  position: relative;
  padding: 2rem 0 2rem 2rem;
}
.cid-treBiInRAQ H2::before,
.cid-treBiInRAQ H2::after {
  content: "";
  left: 0;
  display: block;
  position: absolute;
  border-bottom: .3125rem solid;
  color: inherit;
  width: 5.375rem;
}
.cid-treBiInRAQ H2::before {
  top: 0;
}
.cid-treBiInRAQ H2::after {
  bottom: 0;
}
.cid-trezSzzJOb {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-trezSzzJOb .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-trezSzzJOb .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-trezSzzJOb .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-trezSzzJOb .content-wrapper {
    padding: 2rem;
  }
}
.cid-trezSzzJOb .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-trezSzzJOb .mbr-section-subtitle {
  margin-bottom: 21px;
}
.cid-trezSBdU6A {
  overflow: hidden;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-trezSBdU6A .iconfont-wrapper {
  display: inline-block;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.cid-trezSBdU6A .iconfont-wrapper:before {
  content: "";
  top: 0;
  left: 50%;
  bottom: 0;
  z-index: -1;
  width: 60px;
  position: absolute;
  background-color: rgba(86, 167, 0, 0.07);
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
}
.cid-trezSBdU6A .iconfont-wrapper .mbr-iconfont {
  color: #56a700;
  height: 75px;
  line-height: 75px;
  font-size: 46px;
  text-align: center;
}
.cid-trezSBdU6A .mbr-section-title {
  margin-bottom: 36px;
}
.cid-trezSBdU6A .mbr-text {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .cid-trezSBdU6A .column2 {
    margin-top: 100px;
  }
}
.cid-trezSBdU6A .card__block {
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.08);
  border-radius: 5px;
  padding: 45px 35px;
  margin-bottom: 40px;
  background: #ffffff;
}
.cid-trezSBdU6A .icon__card_wrap {
  width: 100%;
  margin-bottom: 25px;
}
.cid-trezSBdU6A .icon__card {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cid-trezSBdU6A .icon__card .mbr-iconfont {
  font-size: 48px;
  color: #ffffff;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}
.cid-trezSBdU6A .icon__card.color1 span {
  text-shadow: 0 14px 30px rgba(246, 142, 42, 0.4);
  background: -webkit-linear-gradient(40deg, #f68e2a 0%, rgba(246, 142, 42, 0.3) 100%);
}
.cid-trezSBdU6A .icon__card.color2 span {
  text-shadow: 0 14px 30px rgba(86, 167, 0, 0.4);
  background: -webkit-linear-gradient(40deg, #56a700 0%, rgba(86, 167, 0, 0.3) 100%);
}
.cid-trezSBdU6A .icon__card.color3 span {
  text-shadow: 0 14px 30px rgba(69, 39, 160, 0.4);
  background: -webkit-linear-gradient(40deg, #4527a0 0%, rgba(69, 39, 160, 0.3) 100%);
}
.cid-trezSBdU6A .icon__card.color4 span {
  text-shadow: 0 14px 30px rgba(118, 118, 118, 0.4);
  background: -webkit-linear-gradient(40deg, #767676 0%, rgba(118, 118, 118, 0.3) 100%);
}
.cid-trezSBdU6A .card__title {
  margin-bottom: 15px;
  color: #1565c0;
}
.cid-trezSBdU6A .card__text {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-trezSBdU6A .title__block {
    text-align: center;
  }
  .cid-trezSBdU6A .iconfont-wrapper {
    margin-bottom: 30px;
  }
  .cid-trezSBdU6A .mbr-sectioin-title {
    margin-bottom: 22px;
  }
  .cid-trezSBdU6A .mbr-text {
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .cid-trezSBdU6A .card__block {
    padding: 35px 30px;
    margin-top: 40px;
    margin-bottom: 0;
  }
}
.cid-trezSG4psl {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-trezSG4psl .container {
    max-width: 1400px;
  }
}
.cid-trezSG4psl .mbr-section-subtitle {
  margin-bottom: 21px;
}
.cid-trezSG4psl .main-title {
  margin-bottom: 56px;
}
.cid-trezSG4psl .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #f68e2a;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 26px;
}
.cid-trezSG4psl .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-trezSG4psl .img-wrap {
  display: block;
}
.cid-trezSG4psl .img-wrap img {
  max-width: 100%;
  max-height: 600px;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.cid-trezSG4psl .card-wrapper {
  background-position: center;
  border-radius: 4px;
  padding: 0;
  transition: all 0.3s;
  background-size: cover;
  display: flex !important;
  flex-direction: row !important;
  justify-content: center !important;
  align-items: flex-start;
}
.cid-trezSG4psl .card-wrapper .mbr-iconfont {
  font-size: 50px;
  color: #f68e2a;
  margin-right: 25px;
}
@media (max-width: 768px) {
  .cid-trezSG4psl .card-wrapper .mbr-iconfont {
    font-size: 30px;
  }
}
.cid-trezSG4psl .card-wrapper .card-box {
  height: 100%;
}
.cid-trezSG4psl .card-wrapper .card-box .card-title {
  margin-bottom: 12px;
}
.cid-trezSG4psl .card-wrapper .card-box .link-wrap {
  width: 100%;
}
.cid-trezSG4psl .card-wrapper .card-box .link-wrap .link {
  display: inline-block;
}
.cid-trezSG4psl .card-wrapper .card-box .link-wrap .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 0.6rem;
}
.cid-trezSG4psl .card-wrapper .card-box .link-wrap .link a:before {
  position: absolute;
  transition: all 0.3s;
  right: 0px;
  top: 55%;
  opacity: 0;
  transform: translateY(-50%);
  content: "\e909";
  font-family: "Moririse2" !important;
  color: currentColor;
  font-size: 0.6rem;
}
.cid-trezSG4psl .card-wrapper .card-box .link-wrap .link a:hover:before {
  opacity: 1;
  transform: translateX(8px) translateY(-50%);
}
.cid-trezSG4psl .mbr-section-btn {
  text-align: center;
}
.cid-trezSG4psl .mbr-section-btn .btn {
  padding: 18px 26px;
}
.cid-trezSG4psl .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.5px;
}
.cid-trezSG4psl .mbr-section-btn .btn-secondary:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
@media (max-width: 992px) {
  .cid-trezSG4psl img {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .cid-trezSG4psl .card-box .card-title,
  .cid-trezSG4psl .card-box .mbr-text {
    text-align: left;
  }
}
.cid-trezSH0TtR {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-trezSH0TtR .container {
    max-width: 1400px;
  }
}
.cid-trezSH0TtR .row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-trezSH0TtR .mbr-section-subtitle {
  margin-bottom: 21px;
}
.cid-trezSH0TtR .main-title {
  margin-bottom: 56px;
}
.cid-trezSH0TtR .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #f68e2a;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 26px;
}
.cid-trezSH0TtR .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-trezSH0TtR .img-wrap {
  display: block;
}
.cid-trezSH0TtR .img-wrap img {
  max-width: 100%;
  max-height: 600px;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.cid-trezSH0TtR .card-wrapper {
  background-position: center;
  border-radius: 4px;
  padding: 0;
  transition: all 0.3s;
  background-size: cover;
  display: flex !important;
  flex-direction: row !important;
  justify-content: center !important;
  align-items: flex-start;
}
.cid-trezSH0TtR .card-wrapper .mbr-iconfont {
  font-size: 50px;
  color: #f68e2a;
  margin-right: 25px;
}
@media (max-width: 768px) {
  .cid-trezSH0TtR .card-wrapper .mbr-iconfont {
    font-size: 30px;
  }
}
.cid-trezSH0TtR .card-wrapper .card-box {
  height: 100%;
}
.cid-trezSH0TtR .card-wrapper .card-box .card-title {
  margin-bottom: 12px;
}
.cid-trezSH0TtR .card-wrapper .card-box .link-wrap {
  width: 100%;
}
.cid-trezSH0TtR .card-wrapper .card-box .link-wrap .link {
  display: inline-block;
}
.cid-trezSH0TtR .card-wrapper .card-box .link-wrap .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 0.6rem;
}
.cid-trezSH0TtR .card-wrapper .card-box .link-wrap .link a:before {
  position: absolute;
  transition: all 0.3s;
  right: 0px;
  top: 55%;
  opacity: 0;
  transform: translateY(-50%);
  content: "\e909";
  font-family: "Moririse2" !important;
  color: currentColor;
  font-size: 0.6rem;
}
.cid-trezSH0TtR .card-wrapper .card-box .link-wrap .link a:hover:before {
  opacity: 1;
  transform: translateX(8px) translateY(-50%);
}
.cid-trezSH0TtR .mbr-section-btn {
  text-align: center;
}
.cid-trezSH0TtR .mbr-section-btn .btn {
  padding: 18px 26px;
}
.cid-trezSH0TtR .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.5px;
}
.cid-trezSH0TtR .mbr-section-btn .btn-secondary:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
@media (max-width: 992px) {
  .cid-trezSH0TtR img {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .cid-trezSH0TtR .card-box .card-title,
  .cid-trezSH0TtR .card-box .mbr-text {
    text-align: left;
  }
}
.cid-treJNnnixH {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-treJNnnixH img,
.cid-treJNnnixH .item-img {
  width: 100%;
}
.cid-treJNnnixH .item:focus,
.cid-treJNnnixH span:focus {
  outline: none;
}
.cid-treJNnnixH .item {
  margin-bottom: 2rem;
}
.cid-treJNnnixH .item-wrapper {
  position: relative;
  border-radius: 4px;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.08);
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-treJNnnixH .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-treJNnnixH .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-treJNnnixH .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tGIFo4zOoQ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tGIFo4zOoQ .cards {
  padding-right: 35px;
}
@media (max-width: 1200px) {
  .cid-tGIFo4zOoQ .cards {
    padding: 0 0 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-tGIFo4zOoQ .cards {
    padding: 0 12px;
  }
}
.cid-tGIFo4zOoQ .card {
  padding: 0 10px;
  margin-bottom: 20px;
}
@media (max-width: 1200px) {
  .cid-tGIFo4zOoQ .card {
    padding: 0 5px;
    margin-bottom: 10px;
  }
}
@media (max-width: 992px) {
  .cid-tGIFo4zOoQ .card {
    padding: 0 10px;
    margin-bottom: 20px;
  }
}
.cid-tGIFo4zOoQ .card .card-wrapper {
  padding: 16px 15px 43px 15px;
  display: flex;
  flex-direction: column;
  background: #fff3e0;
  border: 1px solid #fafafa;
}
.cid-tGIFo4zOoQ .card .card-wrapper .mbr-card-title {
  margin: 0 0 8px 0;
}
.cid-tGIFo4zOoQ .card .card-wrapper .mbr-card-desc {
  margin: 0;
}
.cid-tGIFo4zOoQ .features-content {
  padding-left: 85px;
}
@media (max-width: 992px) {
  .cid-tGIFo4zOoQ .features-content {
    padding: 0 12px;
  }
}
.cid-tGIFo4zOoQ .mbr-section-subtitle {
  margin-bottom: 27px;
  letter-spacing: .13em;
}
.cid-tGIFo4zOoQ .mbr-section-title {
  margin: 29px 0 13.5px 0;
}
.cid-tGIFo4zOoQ .mbr-text {
  margin-bottom: 38px;
}
.cid-tGIFo4zOoQ .btn {
  height: 55px;
  min-width: 170px;
  box-shadow: none;
  margin-top: 0;
}
.cid-tGIFo4zOoQ .btn:hover {
  box-shadow: none;
}
.cid-tGIFo4zOoQ .icon__card {
  display: inline-flex;
  margin: 25px 0;
}
.cid-tGIFo4zOoQ .icon__card .mbr-iconfont {
  font-size: 48px;
  color: #f68e2a;
}
.cid-tGIFo4zOoQ .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tGIG5R1w6l {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e3f2fd;
}
.cid-tGIG5R1w6l .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGIG5R1w6l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGIG5R1w6l .row {
  justify-content: flex-start;
}
.cid-tGIG5R1w6l .mbr-text {
  margin-top: 36px;
}
@media (max-width: 991px) {
  .cid-tGIG5R1w6l .mbr-text {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .cid-tGIG5R1w6l .mbr-text {
    margin-top: 20px;
  }
}
.cid-tGIG5R1w6l .mbr-section-btn {
  margin-top: 50px;
}
@media (max-width: 991px) {
  .cid-tGIG5R1w6l .mbr-section-btn {
    margin-top: 46px;
  }
}
.cid-trezSIMm9s {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-trezSIMm9s .title__block {
  margin-bottom: 55px;
  width: 100%;
}
.cid-trezSIMm9s .mbr-section-title {
  margin-bottom: 16px;
}
.cid-trezSIMm9s .card__wrap {
  margin-bottom: 60px;
  display: flex;
}
.cid-trezSIMm9s .card__image {
  display: block;
  max-width: 150px;
  width: 100%;
  text-align: center;
}
.cid-trezSIMm9s .card__image img {
  width: 45%;
  object-fit: cover;
}
.cid-trezSIMm9s .mbr-iconfont {
  font-size: 50px;
  color: #f68e2a;
  margin-right: 25px;
}
@media (max-width: 768px) {
  .cid-trezSIMm9s .mbr-iconfont {
    font-size: 30px;
  }
}
.cid-trezSIMm9s .card__content {
  display: block;
  width: 100%;
}
.cid-trezSIMm9s .card__title {
  margin-bottom: 15px;
}
.cid-trezSIMm9s .card__text {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-trezSIMm9s .mbr-section-title {
    margin-bottom: 20px;
  }
  .cid-trezSIMm9s .card__wrap {
    margin-bottom: 40px;
  }
  .cid-trezSIMm9s .card__title {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 10px;
  }
}
@media (max-width: 575px) {
  .cid-trezSIMm9s .card__image {
    max-width: 90px;
  }
  .cid-trezSIMm9s .card__image img {
    width: 70%;
  }
}
.cid-trf3oChWkC {
    padding-top: 10rem;
    padding-bottom: 10rem;
    background-image: url("https://cdn.centrestack.com/mobi5/web/gladinet/images/fb/work-together8-bg-1200x630-tiny.jpg");
}
@media (max-width: 768px) {
  .cid-trf3oChWkC {
    padding-top: 5rem;
  }
}
.cid-trf3oChWkC .mbr-overlay {
  background: #000000;
  opacity: 0.7;
}
.cid-tGYVPTKw7t {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tGYVPTKw7t img {
  width: 120px;
  padding: 5px;
  margin: auto;
}
.cid-tGYVPTKw7t .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
}
@media (min-width: 992px) {
  .cid-tGYVPTKw7t .card {
    max-width: 12.5%;
  }
}
.cid-tGYVPTKw7t .mbr-section-title {
  padding-bottom: 33px;
}
.cid-tGYVPTKw7t .mbr-section-subtitle {
  padding-bottom: 12px;
}
.cid-tGYVPTKw7t .row {
  justify-content: space-between;
}
@media (min-width: 575px) and (max-width: 990px) {
  .cid-tGYVPTKw7t .row {
    justify-content: center;
  }
}
.cid-tGYW0zaGDJ {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("https://cdn.centrestack.com/amp/cstack/211101-triofox-demo-testimonial-back-1366x340.png");
}
.cid-tGYW0zaGDJ .user_image {
  width: 128px;
  height: 128px;
  overflow: hidden;
  display: flex;
}
.cid-tGYW0zaGDJ .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-tGYW0zaGDJ .mbr-iconfont {
  font-size: 3rem;
}
.cid-tGYW0zaGDJ .mbri-quote-left {
  color: #f68e2a;
}
.cid-tGYW0zaGDJ .mbri-quote-right {
  color: #1565c0;
  position: absolute;
  bottom: 1rem;
  right: 0;
}
@media (max-width: 230px) {
  .cid-tGYW0zaGDJ .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-trf3oJwegk {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-trf3oJwegk .container {
    max-width: 1400px;
  }
}
.cid-trf3oJwegk .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #f68e2a;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 26px;
}
.cid-trf3oJwegk .img-wrap {
  display: block;
}
.cid-trf3oJwegk .img-wrap img {
  max-width: 100%;
  max-height: 600px;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.cid-trf3oJwegk .card-wrapper {
  background-position: center;
  border-radius: 4px;
  padding: 0;
  transition: all 0.3s;
  background-size: cover;
  display: flex !important;
  flex-direction: row !important;
  justify-content: center !important;
  align-items: flex-start;
}
.cid-trf3oJwegk .card-wrapper .mbr-iconfont {
  font-size: 50px;
  color: #f68e2a;
  margin-right: 25px;
}
@media (max-width: 768px) {
  .cid-trf3oJwegk .card-wrapper .mbr-iconfont {
    font-size: 30px;
  }
}
.cid-trf3oJwegk .card-wrapper .card-box {
  height: 100%;
}
.cid-trf3oJwegk .card-wrapper .card-box .card-title {
  margin-bottom: 12px;
}
.cid-trf3oJwegk .card-wrapper .card-box .link-wrap {
  width: 100%;
}
.cid-trf3oJwegk .card-wrapper .card-box .link-wrap .link {
  display: inline-block;
}
.cid-trf3oJwegk .card-wrapper .card-box .link-wrap .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 0.6rem;
}
.cid-trf3oJwegk .card-wrapper .card-box .link-wrap .link a:before {
  position: absolute;
  transition: all 0.3s;
  right: 0px;
  top: 55%;
  opacity: 0;
  transform: translateY(-50%);
  content: "\e909";
  font-family: "Moririse2" !important;
  color: currentColor;
  font-size: 0.6rem;
}
.cid-trf3oJwegk .card-wrapper .card-box .link-wrap .link a:hover:before {
  opacity: 1;
  transform: translateX(8px) translateY(-50%);
}
.cid-trf3oJwegk .mbr-section-btn {
  text-align: center;
}
.cid-trf3oJwegk .mbr-section-btn .btn {
  padding: 18px 26px;
}
.cid-trf3oJwegk .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.5px;
}
.cid-trf3oJwegk .mbr-section-btn .btn-secondary:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
@media (max-width: 992px) {
  .cid-trf3oJwegk img {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .cid-trf3oJwegk .card-box .card-title,
  .cid-trf3oJwegk .card-box .mbr-text {
    text-align: left;
  }
}
.cid-tGYXPsSUSU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e3f2fd;
}
.cid-tGYXPsSUSU .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGYXPsSUSU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGYXPsSUSU .row {
  justify-content: flex-start;
}
.cid-tGYXPsSUSU .mbr-text {
  margin-top: 36px;
}
@media (max-width: 991px) {
  .cid-tGYXPsSUSU .mbr-text {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .cid-tGYXPsSUSU .mbr-text {
    margin-top: 20px;
  }
}
.cid-tGYXPsSUSU .mbr-section-btn {
  margin-top: 50px;
}
@media (max-width: 991px) {
  .cid-tGYXPsSUSU .mbr-section-btn {
    margin-top: 46px;
  }
}
.cid-trf3oFGc4Z {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-trf3oFGc4Z .row {
  padding: 0 1rem;
}
@media (max-width: 991px) {
  .cid-trf3oFGc4Z .row {
    padding: 0 0.75rem;
  }
}
.cid-trf3oFGc4Z .text-container {
  margin-bottom: 20px;
  padding: 0 !important;
}
.cid-trf3oFGc4Z .mbr-section-title {
  margin: 0 auto;
  padding-bottom: 20px;
}
.cid-trf3oFGc4Z .cards-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
}
.cid-trf3oFGc4Z .card {
  padding: 15px;
}
@media (max-width: 767px) {
  .cid-trf3oFGc4Z .card {
    padding: 0;
  }
}
.cid-trf3oFGc4Z .card-wrapper {
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 30px;
  border: 1px solid #EEEEEE;
  border-radius: 5px;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s, -webkit-border-radius 0.3s, -webkit-box-shadow 0.3s;
}
@media (max-width: 767px) {
  .cid-trf3oFGc4Z .card-wrapper {
    margin-bottom: 30px;
    max-width: 522px;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-trf3oFGc4Z .card-wrapper:hover {
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.07);
}
.cid-trf3oFGc4Z .mbr-iconfont {
  font-size: 50px;
}
.cid-trf3oFGc4Z .icon-box {
  width: 100%;
  margin-bottom: 20px;
}
.cid-trf3oFGc4Z .card-title {
  text-align: left;
  padding-bottom: 10px;
}
.cid-trfnl0Pjp3 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-trfnl0Pjp3 img,
.cid-trfnl0Pjp3 .item-img {
  width: 100%;
}
.cid-trfnl0Pjp3 .item:focus,
.cid-trfnl0Pjp3 span:focus {
  outline: none;
}
.cid-trfnl0Pjp3 .item {
  margin-bottom: 2rem;
}
.cid-trfnl0Pjp3 .item-wrapper {
  position: relative;
  border-radius: 4px;
  box-shadow: inset 0 0 0 1px #ebebf0, 0 15px 30px 0 rgba(0, 0, 0, 0.15);
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-trfnl0Pjp3 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-trfnl0Pjp3 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-trfnl0Pjp3 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-trfp4qkCcg {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("https://cdn.centrestack.com/mobi5/web/102221/images/fb/covid-19-work-from-home-1200x630-tiny.jpg");
  background-position: top;
}
@media (max-width: 768px) {
  .cid-trfp4qkCcg {
    padding-top: 5rem;
  }
}
.cid-trfp4qkCcg .mbr-overlay {
  background: #000000;
  opacity: 0.7;
}
.cid-trfsM6BHCm {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-trfsM6BHCm .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-trfsM6BHCm .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-trfsM6BHCm .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-trfsM6BHCm .content-wrapper {
    padding: 2rem;
  }
}
.cid-trfsM6BHCm .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-trfsM6BHCm .mbr-section-subtitle {
  margin-bottom: 21px;
}
.cid-trftGitkCY {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-trftmosAyO {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-trftmosAyO .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-trftmosAyO .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-trftmosAyO .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-trftmosAyO .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-trftmosAyO .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-trftmosAyO .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-trfuvs6nX3 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-trfuvs6nX3 .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-trfuvs6nX3 .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-trfuvs6nX3 .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-trfuvs6nX3 .content-wrapper {
    padding: 2rem;
  }
}
.cid-trfuvs6nX3 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-trrywRSmgR {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tHai7penQr {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tHai7penQr .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-tHai7penQr .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tHai7penQr .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tHai7penQr .content-wrapper {
    padding: 2rem;
  }
}
.cid-tHai7penQr .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tHai7penQr .mbr-section-subtitle {
  margin-bottom: 21px;
}
.cid-tHai8jXUDj {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tHai8jXUDj .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-tHai8jXUDj .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tHai8jXUDj .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tHai8jXUDj .content-wrapper {
    padding: 2rem;
  }
}
.cid-tHai8jXUDj .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tHai8jXUDj .mbr-section-subtitle {
  margin-bottom: 21px;
}
.cid-tHai8RcKH0 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tHai8RcKH0 .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-tHai8RcKH0 .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tHai8RcKH0 .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tHai8RcKH0 .content-wrapper {
    padding: 2rem;
  }
}
.cid-tHai8RcKH0 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tHai8RcKH0 .mbr-section-subtitle {
  margin-bottom: 21px;
}
.cid-trwAo8jHlB {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("https://cdn.centrestack.com/intense/images/solbg002.jpg");
}
@media (max-width: 768px) {
  .cid-trwAo8jHlB {
    padding-top: 5rem;
  }
}
.cid-trwAo8jHlB .mbr-overlay {
  background: #000000;
  opacity: 0.7;
}
.cid-tGZoeKB9Al {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tGZoeKB9Al img {
  width: 120px;
  padding: 5px;
  margin: auto;
}
.cid-tGZoeKB9Al .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
}
@media (min-width: 992px) {
  .cid-tGZoeKB9Al .card {
    max-width: 12.5%;
  }
}
.cid-tGZoeKB9Al .mbr-section-title {
  padding-bottom: 33px;
}
.cid-tGZoeKB9Al .mbr-section-subtitle {
  padding-bottom: 12px;
}
.cid-tGZoeKB9Al .row {
  justify-content: space-between;
}
@media (min-width: 575px) and (max-width: 990px) {
  .cid-tGZoeKB9Al .row {
    justify-content: center;
  }
}
.cid-tGZoi8rjqL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e3f2fd;
}
.cid-tGZoi8rjqL .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGZoi8rjqL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGZoi8rjqL .row {
  justify-content: flex-start;
}
.cid-tGZoi8rjqL .mbr-text {
  margin-top: 36px;
}
@media (max-width: 991px) {
  .cid-tGZoi8rjqL .mbr-text {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .cid-tGZoi8rjqL .mbr-text {
    margin-top: 20px;
  }
}
.cid-tGZoi8rjqL .mbr-section-btn {
  margin-top: 50px;
}
@media (max-width: 991px) {
  .cid-tGZoi8rjqL .mbr-section-btn {
    margin-top: 46px;
  }
}
.cid-trx5TcfrJ7 {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-trx5TcfrJ7 li {
  padding-bottom: 1.5rem;
}
.cid-trx5TcfrJ7 img {
  width: 100%;
}
.cid-trx5TcfrJ7 .text-wrapper {
  z-index: 11;
}
.cid-trx5TcfrJ7 .wrapper {
  display: flex;
}
.cid-trx5TcfrJ7 .row {
  align-items: center;
}
.cid-trx5TcfrJ7 .animate__fadeInUp:before {
  background: #ffffff;
}
.cid-trx5TcfrJ7 .mbr-iconfont {
  display: block;
  font-size: 3rem;
  color: #f68e2a;
  margin-right: 1.5rem;
}
@media (max-width: 767px) {
  .cid-trx5TcfrJ7 .wrapper {
    flex-direction: column;
  }
  .cid-trx5TcfrJ7 .iconfont-wrapper {
    margin: auto;
  }
  .cid-trx5TcfrJ7 .mbr-iconfont {
    margin-right: 0rem;
    margin-bottom: 2rem;
  }
}
.cid-trwAocPo6L {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-trwAocPo6L .row {
  padding: 0 1rem;
}
@media (max-width: 991px) {
  .cid-trwAocPo6L .row {
    padding: 0 0.75rem;
  }
}
.cid-trwAocPo6L .text-container {
  margin-bottom: 20px;
  padding: 0 !important;
}
.cid-trwAocPo6L .mbr-section-title {
  margin: 0 auto;
}
.cid-trwAocPo6L .cards-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
}
.cid-trwAocPo6L .card {
  padding: 15px;
}
@media (max-width: 767px) {
  .cid-trwAocPo6L .card {
    padding: 0;
  }
}
.cid-trwAocPo6L .card-wrapper {
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 30px;
  border: 1px solid #EEEEEE;
  border-radius: 5px;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s, -webkit-border-radius 0.3s, -webkit-box-shadow 0.3s;
}
@media (max-width: 767px) {
  .cid-trwAocPo6L .card-wrapper {
    margin-bottom: 30px;
    max-width: 522px;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-trwAocPo6L .card-wrapper:hover {
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.07);
}
.cid-trwAocPo6L .mbr-iconfont {
  font-size: 50px;
  color: #ff9966;
}
.cid-trwAocPo6L .icon-box {
  width: 100%;
  margin-bottom: 20px;
}
.cid-trwAocPo6L .card-title {
  text-align: left;
  padding-bottom: 10px;
}
.cid-trx9kMPt4B {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-trx9kMPt4B img {
  width: 100%;
  border-radius: 50px;
  margin-bottom: 20px;
  max-height: ;
}
.cid-trx9kMPt4B .card {
  margin-bottom: 130px !important;
}
.cid-trx9kMPt4B .card .img-wrapper {
  overflow: hidden;
}
.cid-trx9kMPt4B .card:hover img {
  transform: scale(1.05);
}
.cid-trx9kMPt4B .card:hover .img-wrapper {
  box-shadow: 0 30px 30px -20px rgba(50, 50, 50, 0.3);
}
@media (max-width: 1200px) {
  .cid-trx9kMPt4B .card {
    margin-bottom: 50px !important;
  }
}
.cid-trx9kMPt4B .card .card-wrapper {
  text-align: left;
}
.cid-trx9kMPt4B .card .card-wrapper .mbr-iconfont {
  font-size: 41px;
  color: #f68e2a;
  display: block;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in-out;
  padding-bottom: 14px;
  margin-right: 14px;
}
@media (min-width: 1400px) {
  .cid-trx9kMPt4B .card.left-box {
    right: 105px !important;
  }
  .cid-trx9kMPt4B .card.right-box {
    left: 97px !important;
  }
}
.cid-tt8MTDfIB5 {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-trxesyu1Dx {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-trxesyu1Dx .mbr-fallback-image.disabled {
  display: none;
}
.cid-trxesyu1Dx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-trxesyu1Dx .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-trxesyu1Dx .row {
  flex-direction: row-reverse;
}
.cid-trxesyu1Dx img {
  width: 100%;
}
.cid-trxeZIVaEF {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-trwAo9zTYV {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-trwAo9zTYV .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-trwAo9zTYV .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-trwAo9zTYV .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-trwAo9zTYV .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-trwAo9zTYV .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-trwAo9zTYV .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-trwAo9zTYV .mbr-section-subtitle {
  margin-bottom: 21px;
}
.cid-trwAoaieD8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-trwAoaieD8 .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-trwAoaieD8 .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-trwAoaieD8 .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-trwAoaieD8 .content-wrapper {
    padding: 2rem;
  }
}
.cid-trwAoaieD8 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-trwAoaieD8 .mbr-section-subtitle {
  margin-bottom: 21px;
}
.cid-trwAoaYWwJ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-trwAoaYWwJ .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-trwAoaYWwJ .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-trwAoaYWwJ .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-trwAoaYWwJ .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-trwAoaYWwJ .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-trwAoaYWwJ .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-trwAoaYWwJ .mbr-section-subtitle {
  margin-bottom: 21px;
}
.cid-trwAobuUTt {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-trwAobuUTt .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-trwAobuUTt .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-trwAobuUTt .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-trwAobuUTt .content-wrapper {
    padding: 2rem;
  }
}
.cid-trwAobuUTt .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-trwAobuUTt .mbr-section-subtitle {
  margin-bottom: 21px;
}
.cid-trxhQHOSUx {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("https://cdn.centrestack.com/mobi5/web/gladinet/images/fb/owncloud-alternative-1200x630-tiny.jpg");
}
@media (max-width: 768px) {
  .cid-trxhQHOSUx {
    padding-top: 5rem;
  }
}
.cid-trxhQHOSUx .mbr-overlay {
  background: #000000;
  opacity: 0.7;
}
.cid-tH5kUhIfBk {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tH5kUhIfBk img {
  width: 120px;
  padding: 5px;
  margin: auto;
}
.cid-tH5kUhIfBk .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
}
@media (min-width: 992px) {
  .cid-tH5kUhIfBk .card {
    max-width: 12.5%;
  }
}
.cid-tH5kUhIfBk .mbr-section-title {
  padding-bottom: 33px;
}
.cid-tH5kUhIfBk .mbr-section-subtitle {
  padding-bottom: 12px;
}
.cid-tH5kUhIfBk .row {
  justify-content: space-between;
}
@media (min-width: 575px) and (max-width: 990px) {
  .cid-tH5kUhIfBk .row {
    justify-content: center;
  }
}
.cid-tH5kWRLWpr {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("https://cdn.centrestack.com/amp/cstack/211101-triofox-demo-testimonial-back-1366x340.png");
}
.cid-tH5kWRLWpr .user_image {
  width: 128px;
  height: 128px;
  overflow: hidden;
  display: flex;
}
.cid-tH5kWRLWpr .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-tH5kWRLWpr .mbr-iconfont {
  font-size: 3rem;
}
.cid-tH5kWRLWpr .mbri-quote-left {
  color: #f68e2a;
}
.cid-tH5kWRLWpr .mbri-quote-right {
  color: #1565c0;
  position: absolute;
  bottom: 1rem;
  right: 0;
}
@media (max-width: 230px) {
  .cid-tH5kWRLWpr .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-tH5l05bp3j {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e3f2fd;
}
.cid-tH5l05bp3j .mbr-fallback-image.disabled {
  display: none;
}
.cid-tH5l05bp3j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tH5l05bp3j .row {
  justify-content: flex-start;
}
.cid-tH5l05bp3j .mbr-text {
  margin-top: 36px;
}
@media (max-width: 991px) {
  .cid-tH5l05bp3j .mbr-text {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .cid-tH5l05bp3j .mbr-text {
    margin-top: 20px;
  }
}
.cid-tH5l05bp3j .mbr-section-btn {
  margin-top: 50px;
}
@media (max-width: 991px) {
  .cid-tH5l05bp3j .mbr-section-btn {
    margin-top: 46px;
  }
}
.cid-trxhQItKSr {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-trxhQItKSr .mbr-overlay {
  background: #ffffff;
  opacity: 0.9;
}
.cid-trxhQItKSr li {
  padding-bottom: 1.5rem;
}
.cid-trxhQItKSr img {
  width: 100%;
}
.cid-trxhQItKSr .text-wrapper {
  z-index: 11;
}
.cid-trxhQItKSr .wrapper {
  display: flex;
}
.cid-trxhQItKSr .row {
  align-items: center;
}
.cid-trxhQItKSr .animate__fadeInUp:before {
  background: #ffffff;
}
.cid-trxhQItKSr .mbr-iconfont {
  display: block;
  font-size: 3rem;
  color: #f68e2a;
  margin-right: 1.5rem;
}
@media (max-width: 767px) {
  .cid-trxhQItKSr .wrapper {
    flex-direction: column;
  }
  .cid-trxhQItKSr .iconfont-wrapper {
    margin: auto;
  }
  .cid-trxhQItKSr .mbr-iconfont {
    margin-right: 0rem;
    margin-bottom: 2rem;
  }
}
.cid-tH5nwvZshl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tH5nwvZshl .card {
  background: transparent;
  padding: 16px;
}
.cid-tH5nwvZshl img,
.cid-tH5nwvZshl .item-img {
  width: 100%;
  height: 100%;
  height: 230px;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tH5nwvZshl img,
  .cid-tH5nwvZshl .item-img {
    max-height: 250px;
  }
}
.cid-tH5nwvZshl .card-body {
  border: 1px solid #EEEEEE;
  padding: 0;
}
.cid-tH5nwvZshl .card-body p:after {
  content: "";
  width: 30%;
  height: 2px;
  display: block;
  margin: 0.5rem auto auto;
  background-color: #000;
}
.cid-tH5nwvZshl .mbr-fallback-image.disabled {
  display: none;
}
.cid-tH5nwvZshl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tH5ovyy6Yt {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tH5ovyy6Yt .container-fluid {
  max-width: 1200px;
  padding: 0 1.5rem;
}
.cid-tH5ovyy6Yt .mbr-section-subtitle {
  margin-top: 2rem;
}
.cid-tH5ovyy6Yt .wrapper-row {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.cid-tH5ovyy6Yt .column-1 {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.cid-tH5ovyy6Yt .card {
  display: flex;
  flex-direction: row;
  margin-bottom: 1rem;
}
.cid-tH5ovyy6Yt .card:hover .card-title {
  color: #1565c0;
}
.cid-tH5ovyy6Yt .card .mbr-iconfont {
  font-size: 50px;
  color: #1565c0;
  display: block;
}
.cid-tH5ovyy6Yt .card-title {
  min-width: 135px;
}
.cid-tH5ovyy6Yt .circle-img {
  width: 80%;
  margin: auto;
}
.cid-tH5ovyy6Yt .imageContainer {
  width: 100%;
}
@media (min-width: 767px) {
  .cid-tH5ovyy6Yt .card-box1 {
    text-align: right;
    margin-right: 2rem;
  }
  .cid-tH5ovyy6Yt .card-box2 {
    margin-left: 2rem;
    text-align: left;
  }
  .cid-tH5ovyy6Yt .card-left {
    margin-right: -3rem;
  }
  .cid-tH5ovyy6Yt .card-right {
    margin-left: -3rem;
  }
}
.cid-tH5ovyy6Yt .last-text {
  margin-bottom: 0rem;
}
@media (max-width: 767px) {
  .cid-tH5ovyy6Yt {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .cid-tH5ovyy6Yt .container-fluid {
    padding: 0 1rem;
  }
  .cid-tH5ovyy6Yt .wrapper-row {
    flex-direction: column;
  }
  .cid-tH5ovyy6Yt .card-box1 {
    order: 2;
  }
  .cid-tH5ovyy6Yt .imageContainer {
    margin-top: 0.5rem;
    margin-bottom: 2rem;
  }
  .cid-tH5ovyy6Yt .card {
    flex-direction: column;
    text-align: center;
  }
  .cid-tH5ovyy6Yt .card-title {
    margin-top: 2rem;
  }
}
.cid-tH5rHQTxzM {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tH5rHQTxzM .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-tH5rHQTxzM .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tH5rHQTxzM .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tH5rHQTxzM .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tH5rHQTxzM .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-tH5rHQTxzM .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tH5rHQTxzM .mbr-section-subtitle {
  margin-bottom: 21px;
}
.cid-tH5rHQTxzM li {
  line-height: 2;
}
.cid-trxhQN27Vz {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-trxhQN27Vz .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-trxhQN27Vz .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-trxhQN27Vz .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-trxhQN27Vz .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-trxhQN27Vz .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-trxhQN27Vz .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-trxhQN27Vz .mbr-section-subtitle {
  margin-bottom: 21px;
}
.cid-trxhQNFTKM {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-trxhQNFTKM .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-trxhQNFTKM .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-trxhQNFTKM .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-trxhQNFTKM .content-wrapper {
    padding: 2rem;
  }
}
.cid-trxhQNFTKM .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-trxhQNFTKM .mbr-section-subtitle {
  margin-bottom: 21px;
}
.cid-trxhQOjr97 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-trxhQOjr97 .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-trxhQOjr97 .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-trxhQOjr97 .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-trxhQOjr97 .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-trxhQOjr97 .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-trxhQOjr97 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-trxhQOjr97 .mbr-section-subtitle {
  margin-bottom: 21px;
}
.cid-trxhQOYzLV {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-trxhQOYzLV .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-trxhQOYzLV .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-trxhQOYzLV .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-trxhQOYzLV .content-wrapper {
    padding: 2rem;
  }
}
.cid-trxhQOYzLV .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-trxhQOYzLV .mbr-section-subtitle {
  margin-bottom: 21px;
}
.cid-trTz3fPYH4 {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("https://cdn.centrestack.com/amp/construction-1200x800-tiny-1200x800.jpg");
}
@media (max-width: 768px) {
  .cid-trTz3fPYH4 {
    padding-top: 5rem;
  }
}
.cid-trTz3fPYH4 .mbr-overlay {
  background: #000000;
  opacity: 0.7;
}
.cid-tRJTTOD4VV {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tRJTTOD4VV img {
  width: 120px;
  padding: 5px;
  margin: auto;
}
.cid-tRJTTOD4VV .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
}
@media (min-width: 992px) {
  .cid-tRJTTOD4VV .card {
    max-width: 12.5%;
  }
}
.cid-tRJTTOD4VV .mbr-section-title {
  padding-bottom: 33px;
}
.cid-tRJTTOD4VV .mbr-section-subtitle {
  font-style: italic;
  padding-bottom: 12px;
}
.cid-tRJTTOD4VV .row {
  justify-content: space-between;
}
@media (min-width: 575px) and (max-width: 990px) {
  .cid-tRJTTOD4VV .row {
    justify-content: center;
  }
}
.cid-tRJTTOD4VV h2 {
  padding-left: 100px;
  padding-right: 100px;
}
.cid-tRKdOee4K0 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("https://cdn.centrestack.com/mobi5/web/102221/images/211101-triofox-demo-testimonial-back-1366x340-1366x340.png");
}
.cid-tRKdOee4K0 .user_image {
  width: 128px;
  height: 128px;
  overflow: hidden;
  display: flex;
}
.cid-tRKdOee4K0 .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-tRKdOee4K0 .mbr-iconfont {
  font-size: 3rem;
}
.cid-tRKdOee4K0 .mbri-quote-left {
  color: #f68e2a;
}
.cid-tRKdOee4K0 .mbri-quote-right {
  color: #1565c0;
  position: absolute;
  bottom: 1rem;
  right: 0;
}
@media (max-width: 230px) {
  .cid-tRKdOee4K0 .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-trTz3gmx7Q {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-trTz3gmx7Q .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-trTz3gmx7Q .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-trTz3gmx7Q .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-trTz3gmx7Q .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-trTz3gmx7Q .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-trTz3gmx7Q .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-trTz3gmx7Q .mbr-section-subtitle {
  margin-bottom: 21px;
}
.cid-trTz3gSy6h {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-trTz3gSy6h .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-trTz3gSy6h .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-trTz3gSy6h .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-trTz3gSy6h .content-wrapper {
    padding: 2rem;
  }
}
.cid-trTz3gSy6h .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-trTz3gSy6h .mbr-section-subtitle {
  margin-bottom: 21px;
}
.cid-trTC7GWqW2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("https://cdn.centrestack.com/amp/sunlight-meeting-1200x630-tiny-2-1200x630.jpg");
}
.cid-trTC7GWqW2 .mbr-overlay {
  background: #122947;
  opacity: 0.8;
}
.cid-trTC7GWqW2 h2 {
  position: relative;
  padding: 2rem 0 2rem 2rem;
}
.cid-trTC7GWqW2 h2::before,
.cid-trTC7GWqW2 h2::after {
  content: "";
  left: 0;
  display: block;
  position: absolute;
  border-bottom: .3125rem solid;
  color: inherit;
  width: 5.375rem;
}
.cid-trTC7GWqW2 h2::before {
  top: 0;
}
.cid-trTC7GWqW2 h2::after {
  bottom: 0;
}
.cid-trTCZtbWL3 {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-trTCZtbWL3 .row {
  flex-direction: row-reverse;
}
.cid-trTCZtbWL3 .top {
  z-index: 5;
}
.cid-trTCZtbWL3 .img-col {
  position: relative;
}
.cid-trTCZtbWL3 .img1 {
  position: absolute;
  max-width: 60%;
  bottom: 0rem;
  right: 0.5rem;
}
.cid-trTCZtbWL3 .img2 {
  max-width: 80%;
  padding-bottom: 10rem;
}
@media (max-width: 767px) {
  .cid-trTCZtbWL3 .img2 {
    padding-bottom: 3rem;
  }
}
.cid-trTCZtbWL3 img {
  width: 100%;
}
.cid-trTCZtbWL3 .text-wrapper {
  z-index: 11;
}
.cid-trTCZtbWL3 .wrapper {
  display: flex;
}
.cid-trTCZtbWL3 .animate__fadeInUp:before {
  background: #ffffff;
}
.cid-trTCZtbWL3 .mbr-iconfont {
  display: block;
  font-size: 3rem;
  color: #f68e2a;
  margin-right: 1.5rem;
}
@media (max-width: 767px) {
  .cid-trTCZtbWL3 .wrapper {
    flex-direction: column;
  }
  .cid-trTCZtbWL3 .iconfont-wrapper {
    margin: auto;
  }
  .cid-trTCZtbWL3 .mbr-iconfont {
    margin-right: 0rem;
    margin-bottom: 2rem;
  }
}
.cid-trTCZtbWL3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-trTCZtbWL3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-trTz3ix6fX {
  overflow: hidden;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-trTz3ix6fX .iconfont-wrapper {
  display: inline-block;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.cid-trTz3ix6fX .iconfont-wrapper:before {
  content: "";
  top: 0;
  left: 50%;
  bottom: 0;
  z-index: -1;
  width: 60px;
  position: absolute;
  background-color: rgba(86, 167, 0, 0.07);
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
}
.cid-trTz3ix6fX .iconfont-wrapper .mbr-iconfont {
  color: #56a700;
  height: 75px;
  line-height: 75px;
  font-size: 46px;
  text-align: center;
}
.cid-trTz3ix6fX .mbr-section-title {
  margin-bottom: 36px;
}
.cid-trTz3ix6fX .mbr-text {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .cid-trTz3ix6fX .column2 {
    margin-top: 100px;
  }
}
.cid-trTz3ix6fX .card__block {
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.08);
  border-radius: 5px;
  padding: 45px 35px;
  margin-bottom: 40px;
  background: #ffffff;
}
.cid-trTz3ix6fX .icon__card_wrap {
  width: 100%;
  margin-bottom: 25px;
}
.cid-trTz3ix6fX .icon__card {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cid-trTz3ix6fX .icon__card .mbr-iconfont {
  font-size: 48px;
  color: #ffffff;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}
.cid-trTz3ix6fX .icon__card.color1 span {
  text-shadow: 0 14px 30px rgba(246, 142, 42, 0.4);
  background: -webkit-linear-gradient(40deg, #f68e2a 0%, rgba(246, 142, 42, 0.3) 100%);
}
.cid-trTz3ix6fX .icon__card.color2 span {
  text-shadow: 0 14px 30px rgba(86, 167, 0, 0.4);
  background: -webkit-linear-gradient(40deg, #56a700 0%, rgba(86, 167, 0, 0.3) 100%);
}
.cid-trTz3ix6fX .icon__card.color3 span {
  text-shadow: 0 14px 30px rgba(69, 39, 160, 0.4);
  background: -webkit-linear-gradient(40deg, #4527a0 0%, rgba(69, 39, 160, 0.3) 100%);
}
.cid-trTz3ix6fX .icon__card.color4 span {
  text-shadow: 0 14px 30px rgba(118, 118, 118, 0.4);
  background: -webkit-linear-gradient(40deg, #767676 0%, rgba(118, 118, 118, 0.3) 100%);
}
.cid-trTz3ix6fX .card__title {
  margin-bottom: 15px;
  color: #1565c0;
}
.cid-trTz3ix6fX .card__text {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-trTz3ix6fX .title__block {
    text-align: center;
  }
  .cid-trTz3ix6fX .iconfont-wrapper {
    margin-bottom: 30px;
  }
  .cid-trTz3ix6fX .mbr-sectioin-title {
    margin-bottom: 22px;
  }
  .cid-trTz3ix6fX .mbr-text {
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .cid-trTz3ix6fX .card__block {
    padding: 35px 30px;
    margin-top: 40px;
    margin-bottom: 0;
  }
}
.cid-trTz3jXFq0 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("https://cdn.centrestack.com/amp/background13-1920x1163-tiny-1-1920x1163.jpg");
}
.cid-trTz3jXFq0 .mbr-overlay {
  background: #dedede;
  opacity: 0.8;
}
.cid-trTz3jXFq0 .card-wrapper {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 3rem 3rem;
  margin: 0;
  overflow: visible;
  position: relative;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-trTz3jXFq0 .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-trTz3jXFq0 .card-wrapper:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  border: 2px solid white;
  border-radius: 30px;
  pointer-events: none;
}
.cid-trTz3hZlQK {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-trTz3hZlQK .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-trTz3hZlQK .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-trTz3hZlQK .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-trTz3hZlQK .content-wrapper {
    padding: 2rem;
  }
}
.cid-trTz3hZlQK .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-trTz3hZlQK .mbr-section-subtitle {
  margin-bottom: 21px;
}
.cid-trTz3kvzQk {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-trTz3kvzQk .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-trTz3kvzQk .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-trTz3kvzQk .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-trTz3kvzQk .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-trTz3kvzQk .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-trTz3kvzQk .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-trTz3kvzQk .mbr-section-subtitle {
  margin-bottom: 21px;
}
.cid-trTz3l3Hcx {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-trTz3l3Hcx .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-trTz3l3Hcx .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-trTz3l3Hcx .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-trTz3l3Hcx .content-wrapper {
    padding: 2rem;
  }
}
.cid-trTz3l3Hcx .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-trTz3l3Hcx .mbr-section-subtitle {
  margin-bottom: 21px;
}
.cid-trTz3lCI6R {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-trTz3lCI6R .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-trTz3lCI6R .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-trTz3lCI6R .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-trTz3lCI6R .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-trTz3lCI6R .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-trTz3lCI6R .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-trTz3lCI6R .mbr-section-subtitle {
  margin-bottom: 21px;
}
.cid-trUOXouK2b {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-trUOXouK2b .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-trUOXouK2b .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-trUOXouK2b .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-trUOXouK2b .content-wrapper {
    padding: 2rem;
  }
}
.cid-trUOXouK2b .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-trUOXouK2b .mbr-section-subtitle {
  margin-bottom: 21px;
}
.cid-trTz3pPyJ8 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-trTz3pPyJ8 .title__block {
  margin-bottom: 55px;
  width: 100%;
}
.cid-trTz3pPyJ8 .mbr-section-title {
  margin-bottom: 16px;
}
.cid-trTz3pPyJ8 .card__wrap {
  margin-bottom: 60px;
  display: flex;
}
.cid-trTz3pPyJ8 .card__image {
  display: block;
  max-width: 150px;
  width: 100%;
  text-align: center;
}
.cid-trTz3pPyJ8 .card__image img {
  width: 45%;
  object-fit: cover;
}
.cid-trTz3pPyJ8 .mbr-iconfont {
  font-size: 50px;
  color: #f68e2a;
  margin-right: 25px;
}
@media (max-width: 768px) {
  .cid-trTz3pPyJ8 .mbr-iconfont {
    font-size: 30px;
  }
}
.cid-trTz3pPyJ8 .card__content {
  display: block;
  width: 100%;
}
.cid-trTz3pPyJ8 .card__title {
  margin-bottom: 15px;
}
.cid-trTz3pPyJ8 .card__text {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-trTz3pPyJ8 .mbr-section-title {
    margin-bottom: 20px;
  }
  .cid-trTz3pPyJ8 .card__wrap {
    margin-bottom: 40px;
  }
  .cid-trTz3pPyJ8 .card__title {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 10px;
  }
}
@media (max-width: 575px) {
  .cid-trTz3pPyJ8 .card__image {
    max-width: 90px;
  }
  .cid-trTz3pPyJ8 .card__image img {
    width: 70%;
  }
}
.cid-trUR3s2IZq {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("https://cdn.centrestack.com/fb/dfs-replacement-1200x630.jpg");
}
@media (max-width: 768px) {
  .cid-trUR3s2IZq {
    padding-top: 5rem;
  }
}
.cid-trUR3s2IZq .mbr-overlay {
  background: #000000;
  opacity: 0.7;
}
.cid-trUR3sCyoa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-trUR3sCyoa .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-trUR3sCyoa .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-trUR3sCyoa .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #f68e2a;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 0;
  background: none;
  border: 1px solid #f68e2a;
  color: #f68e2a;
  content: "✓";
}
.cid-trUSjwcr5l {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("https://cdn.centrestack.com/amp/sunlight-meeting-1200x630-tiny-2-1200x630.jpg");
}
.cid-trUSjwcr5l .mbr-overlay {
  background: #122947;
  opacity: 0.8;
}
.cid-trUSjwcr5l H2 {
  position: relative;
  padding: 2rem 0 2rem 2rem;
}
.cid-trUSjwcr5l H2::before,
.cid-trUSjwcr5l H2::after {
  content: "";
  left: 0;
  display: block;
  position: absolute;
  border-bottom: .3125rem solid;
  color: inherit;
  width: 5.375rem;
}
.cid-trUSjwcr5l H2::before {
  top: 0;
}
.cid-trUSjwcr5l H2::after {
  bottom: 0;
}
.cid-tGZODPEgzM {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #e3f2fd;
}
.cid-tGZODPEgzM .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGZODPEgzM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGZODPEgzM .row {
  justify-content: flex-start;
}
.cid-tGZODPEgzM .mbr-text {
  margin-top: 36px;
}
@media (max-width: 991px) {
  .cid-tGZODPEgzM .mbr-text {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .cid-tGZODPEgzM .mbr-text {
    margin-top: 20px;
  }
}
.cid-tGZODPEgzM .mbr-section-btn {
  margin-top: 50px;
}
@media (max-width: 991px) {
  .cid-tGZODPEgzM .mbr-section-btn {
    margin-top: 46px;
  }
}
.cid-trUR3t7Vrj {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-trUR3t7Vrj .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-trUR3t7Vrj .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-trUR3t7Vrj .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-trUR3t7Vrj .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-trUR3t7Vrj .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-trUR3t7Vrj .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-trUR3t7Vrj .mbr-section-subtitle {
  margin-bottom: 21px;
}
.cid-trUR3tFJRA {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-trUR3tFJRA .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-trUR3tFJRA .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-trUR3tFJRA .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-trUR3tFJRA .content-wrapper {
    padding: 2rem;
  }
}
.cid-trUR3tFJRA .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-trUR3tFJRA .mbr-section-subtitle {
  margin-bottom: 21px;
}
.cid-trUR3vkYTK {
  overflow: hidden;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-trUR3vkYTK .iconfont-wrapper {
  display: inline-block;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.cid-trUR3vkYTK .iconfont-wrapper:before {
  content: "";
  top: 0;
  left: 50%;
  bottom: 0;
  z-index: -1;
  width: 60px;
  position: absolute;
  background-color: rgba(86, 167, 0, 0.07);
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
}
.cid-trUR3vkYTK .iconfont-wrapper .mbr-iconfont {
  color: #56a700;
  height: 75px;
  line-height: 75px;
  font-size: 46px;
  text-align: center;
}
.cid-trUR3vkYTK .mbr-section-title {
  margin-bottom: 36px;
}
.cid-trUR3vkYTK .mbr-text {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .cid-trUR3vkYTK .column2 {
    margin-top: 100px;
  }
}
.cid-trUR3vkYTK .card__block {
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.08);
  border-radius: 5px;
  padding: 45px 35px;
  margin-bottom: 40px;
  background: #ffffff;
}
.cid-trUR3vkYTK .icon__card_wrap {
  width: 100%;
  margin-bottom: 25px;
}
.cid-trUR3vkYTK .icon__card {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cid-trUR3vkYTK .icon__card .mbr-iconfont {
  font-size: 48px;
  color: #ffffff;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}
.cid-trUR3vkYTK .icon__card.color1 span {
  text-shadow: 0 14px 30px rgba(246, 142, 42, 0.4);
  background: -webkit-linear-gradient(40deg, #f68e2a 0%, rgba(246, 142, 42, 0.3) 100%);
}
.cid-trUR3vkYTK .icon__card.color2 span {
  text-shadow: 0 14px 30px rgba(86, 167, 0, 0.4);
  background: -webkit-linear-gradient(40deg, #56a700 0%, rgba(86, 167, 0, 0.3) 100%);
}
.cid-trUR3vkYTK .icon__card.color3 span {
  text-shadow: 0 14px 30px rgba(69, 39, 160, 0.4);
  background: -webkit-linear-gradient(40deg, #4527a0 0%, rgba(69, 39, 160, 0.3) 100%);
}
.cid-trUR3vkYTK .icon__card.color4 span {
  text-shadow: 0 14px 30px rgba(118, 118, 118, 0.4);
  background: -webkit-linear-gradient(40deg, #767676 0%, rgba(118, 118, 118, 0.3) 100%);
}
.cid-trUR3vkYTK .card__title {
  margin-bottom: 15px;
  color: #1565c0;
}
.cid-trUR3vkYTK .card__text {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-trUR3vkYTK .title__block {
    text-align: center;
  }
  .cid-trUR3vkYTK .iconfont-wrapper {
    margin-bottom: 30px;
  }
  .cid-trUR3vkYTK .mbr-sectioin-title {
    margin-bottom: 22px;
  }
  .cid-trUR3vkYTK .mbr-text {
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .cid-trUR3vkYTK .card__block {
    padding: 35px 30px;
    margin-top: 40px;
    margin-bottom: 0;
  }
}
.cid-trUR3udX4F {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-trUR3udX4F .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-trUR3udX4F .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-trUR3udX4F .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-trUR3udX4F .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-trUR3udX4F .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-trUR3udX4F .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-trUR3udX4F .mbr-section-subtitle {
  margin-bottom: 21px;
}
.cid-trUR3uJlo4 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-trUR3uJlo4 .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-trUR3uJlo4 .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-trUR3uJlo4 .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-trUR3uJlo4 .content-wrapper {
    padding: 2rem;
  }
}
.cid-trUR3uJlo4 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-trUR3uJlo4 .mbr-section-subtitle {
  margin-bottom: 21px;
}
.cid-trVhnCAQ6w {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-trVijh9SsF {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-trVijh9SsF .title__block {
  margin-bottom: 55px;
  width: 100%;
}
.cid-trVijh9SsF .card__wrap {
  margin-bottom: 60px;
  display: flex;
}
.cid-trVijh9SsF .card__image {
  display: block;
  max-width: 150px;
  width: 100%;
  text-align: center;
}
.cid-trVijh9SsF .card__image img {
  width: 45%;
  object-fit: cover;
}
.cid-trVijh9SsF .mbr-iconfont {
  font-size: 50px;
  color: #f68e2a;
  margin-right: 25px;
}
@media (max-width: 768px) {
  .cid-trVijh9SsF .mbr-iconfont {
    font-size: 30px;
  }
}
.cid-trVijh9SsF .card__content {
  display: block;
  width: 100%;
}
.cid-trVijh9SsF .card__title {
  margin-bottom: 15px;
}
.cid-trVijh9SsF .card__text {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-trVijh9SsF .mbr-section-title {
    margin-bottom: 20px;
  }
  .cid-trVijh9SsF .card__wrap {
    margin-bottom: 40px;
  }
  .cid-trVijh9SsF .card__title {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 10px;
  }
}
@media (max-width: 575px) {
  .cid-trVijh9SsF .card__image {
    max-width: 90px;
  }
  .cid-trVijh9SsF .card__image img {
    width: 70%;
  }
}
.cid-trVreJDK1h {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("https://cdn.centrestack.com/fb/file-server-migration-1200x630.jpg");
}
@media (max-width: 768px) {
  .cid-trVreJDK1h {
    padding-top: 5rem;
  }
}
.cid-trVreJDK1h .mbr-overlay {
  background: #000000;
  opacity: 0.7;
}
.cid-tsaY6Nemss {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tsaY6Nemss blockquote {
  border-color: #1565c0;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-tsaZRQBoWG {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-tsaZRQBoWG img,
.cid-tsaZRQBoWG .item-img {
  width: 100%;
}
.cid-tsaZRQBoWG .item:focus,
.cid-tsaZRQBoWG span:focus {
  outline: none;
}
.cid-tsaZRQBoWG .item {
  margin-bottom: 2rem;
}
.cid-tsaZRQBoWG .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tsaZRQBoWG .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tsaZRQBoWG .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tsaZRQBoWG .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tsaZRQBoWG .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tsaZRQBoWG .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tsaZRQBoWG .mbr-section-title {
  color: #3f485d;
  text-align: center;
}
.cid-tsaZRQBoWG .mbr-text,
.cid-tsaZRQBoWG .mbr-section-btn {
  text-align: left;
  color: #3f485d;
}
.cid-tsaZRQBoWG .item-title {
  text-align: left;
  color: #3f485d;
}
.cid-tsaZRQBoWG .item-subtitle {
  text-align: left;
}
.cid-tsaZRQBoWG .mbr-section-subtitle {
  text-align: left;
  color: #3f485d;
}
.cid-tsb27JJYpz {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tsb27JJYpz blockquote {
  border-color: #1565c0;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-ts5NW1otfW {
  padding-top: 15px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-ts5NW1otfW {
    padding-bottom: 270px;
  }
}
.cid-ts5NW1otfW .mbr-overlay {
  background: #ffffff;
  opacity: 0.9;
}
.cid-ts5NW1otfW .feature {
  position: relative;
}
.cid-ts5NW1otfW .feature img {
  width: 100%;
  z-index: 1;
}
.cid-ts5NW1otfW .feature .card {
  z-index: 2;
  border-radius: 0;
}
@media (min-width: 992px) {
  .cid-ts5NW1otfW .feature .card {
    position: absolute;
    width: 120%;
    left: -500px;
    top: 180px;
  }
}
.cid-ts5NW1otfW .feature .card > * {
  padding: 2rem;
  background-color: #efefef;
}
.cid-ts5NW1otfW .feature .card .mbr-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-ts5NW1otfW .content {
    padding-top: 50px;
  }
}
.cid-ts6k0MXF2c {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("https://cdn.centrestack.com/amp/sunlight-meeting-1200x630-tiny-2-1200x630.jpg");
}
.cid-ts6k0MXF2c .mbr-overlay {
  background: #122947;
  opacity: 0.8;
}
.cid-ts6k0MXF2c h2 {
  position: relative;
  padding: 2rem 0 2rem 2rem;
}
.cid-ts6k0MXF2c h2::before,
.cid-ts6k0MXF2c h2::after {
  content: "";
  left: 0;
  display: block;
  position: absolute;
  border-bottom: .3125rem solid;
  color: inherit;
  width: 5.375rem;
}
.cid-ts6k0MXF2c h2::before {
  top: 0;
}
.cid-ts6k0MXF2c h2::after {
  bottom: 0;
}
.cid-trVreM6HYN {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-trVreM6HYN img,
.cid-trVreM6HYN .item-img {
  width: 100%;
}
.cid-trVreM6HYN .item:focus,
.cid-trVreM6HYN span:focus {
  outline: none;
}
.cid-trVreM6HYN .item {
  margin-bottom: 2rem;
}
.cid-trVreM6HYN .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-trVreM6HYN .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-trVreM6HYN .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-trVreM6HYN .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tsbzAqNE57 {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tsbzAqNE57 blockquote {
  border-color: #1565c0;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-tsbzKnvbMP {
  overflow: hidden;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-tsbzKnvbMP .mbr-overlay {
  background: #ffffff;
  opacity: 0.9;
}
.cid-tsbzKnvbMP .iconfont-wrapper {
  display: inline-block;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.cid-tsbzKnvbMP .iconfont-wrapper:before {
  content: "";
  top: 0;
  left: 50%;
  bottom: 0;
  z-index: -1;
  width: 60px;
  position: absolute;
  background-color: rgba(86, 167, 0, 0.07);
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
}
.cid-tsbzKnvbMP .iconfont-wrapper .mbr-iconfont {
  color: #56a700;
  height: 75px;
  line-height: 75px;
  font-size: 46px;
  text-align: center;
}
.cid-tsbzKnvbMP .mbr-section-title {
  margin-bottom: 36px;
}
.cid-tsbzKnvbMP .mbr-text {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .cid-tsbzKnvbMP .column2 {
    margin-top: 100px;
  }
}
.cid-tsbzKnvbMP .card__block {
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.08);
  border-radius: 5px;
  padding: 45px 35px;
  margin-bottom: 40px;
  background: #ffffff;
}
.cid-tsbzKnvbMP .icon__card_wrap {
  width: 100%;
  margin-bottom: 25px;
}
.cid-tsbzKnvbMP .icon__card {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cid-tsbzKnvbMP .icon__card .mbr-iconfont {
  font-size: 48px;
  color: #ffffff;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}
.cid-tsbzKnvbMP .icon__card.color1 span {
  text-shadow: 0 14px 30px rgba(246, 142, 42, 0.4);
  background: -webkit-linear-gradient(40deg, #f68e2a 0%, rgba(246, 142, 42, 0.3) 100%);
}
.cid-tsbzKnvbMP .icon__card.color2 span {
  text-shadow: 0 14px 30px rgba(86, 167, 0, 0.4);
  background: -webkit-linear-gradient(40deg, #56a700 0%, rgba(86, 167, 0, 0.3) 100%);
}
.cid-tsbzKnvbMP .icon__card.color3 span {
  text-shadow: 0 14px 30px rgba(69, 39, 160, 0.4);
  background: -webkit-linear-gradient(40deg, #4527a0 0%, rgba(69, 39, 160, 0.3) 100%);
}
.cid-tsbzKnvbMP .icon__card.color4 span {
  text-shadow: 0 14px 30px rgba(118, 118, 118, 0.4);
  background: -webkit-linear-gradient(40deg, #767676 0%, rgba(118, 118, 118, 0.3) 100%);
}
.cid-tsbzKnvbMP .card__title {
  margin-bottom: 15px;
  color: #1565c0;
}
.cid-tsbzKnvbMP .card__text {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-tsbzKnvbMP .title__block {
    text-align: center;
  }
  .cid-tsbzKnvbMP .iconfont-wrapper {
    margin-bottom: 30px;
  }
  .cid-tsbzKnvbMP .mbr-sectioin-title {
    margin-bottom: 22px;
  }
  .cid-tsbzKnvbMP .mbr-text {
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .cid-tsbzKnvbMP .card__block {
    padding: 35px 30px;
    margin-top: 40px;
    margin-bottom: 0;
  }
}
.cid-trVreKFOgg {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-trVreKFOgg .mbr-overlay {
  background: #ffffff;
  opacity: 0.9;
}
.cid-trVreKFOgg .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-trVreKFOgg .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-trVreKFOgg .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-trVreKFOgg .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-trVreKFOgg .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-trVreKFOgg .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-trVreKFOgg .mbr-section-subtitle {
  margin-bottom: 21px;
}
.cid-trVreLaOVQ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-trVreLaOVQ .mbr-overlay {
  background: #ffffff;
  opacity: 0.9;
}
.cid-trVreLaOVQ .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-trVreLaOVQ .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-trVreLaOVQ .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-trVreLaOVQ .content-wrapper {
    padding: 2rem;
  }
}
.cid-trVreLaOVQ .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-trVreLaOVQ .mbr-section-subtitle {
  margin-bottom: 21px;
}
.cid-tsbB9UtilO {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-tsbB9UtilO img,
.cid-tsbB9UtilO .item-img {
  width: 100%;
}
.cid-tsbB9UtilO .item:focus,
.cid-tsbB9UtilO span:focus {
  outline: none;
}
.cid-tsbB9UtilO .item {
  margin-bottom: 2rem;
}
.cid-tsbB9UtilO .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tsbB9UtilO .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tsbB9UtilO .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tsbB9UtilO .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tsbCFBfvRq {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("https://cdn.centrestack.com/fb/data-sprawl-1200x630.jpg");
}
@media (max-width: 768px) {
  .cid-tsbCFBfvRq {
    padding-top: 5rem;
  }
}
.cid-tsbCFBfvRq .mbr-overlay {
  background: #000000;
  opacity: 0.7;
}
.cid-tsbCFC11xM {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tsbCFC11xM blockquote {
  border-color: #1565c0;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-tsbDHxYtqF {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tsbEabqFcD {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tsbEabqFcD .mbr-overlay {
  background: #ffffff;
  opacity: 0.9;
}
.cid-tsbEabqFcD .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-tsbEabqFcD .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tsbEabqFcD .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tsbEabqFcD .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tsbEabqFcD .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-tsbEabqFcD .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tsbEabqFcD .mbr-section-subtitle {
  margin-bottom: 21px;
}
.cid-tsbEowDRiA {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tsbEowDRiA .mbr-overlay {
  background: #ffffff;
  opacity: 0.9;
}
.cid-tsbEowDRiA .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-tsbEowDRiA .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tsbEowDRiA .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tsbEowDRiA .content-wrapper {
    padding: 2rem;
  }
}
.cid-tsbEowDRiA .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tsbEowDRiA .mbr-section-subtitle {
  margin-bottom: 21px;
}
.cid-tsbEJvjGaq {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tsbEJvjGaq .mbr-overlay {
  background: #ffffff;
  opacity: 0.9;
}
.cid-tsbEJvjGaq .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-tsbEJvjGaq .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tsbEJvjGaq .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tsbEJvjGaq .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tsbEJvjGaq .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-tsbEJvjGaq .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tsbEJvjGaq .mbr-section-subtitle {
  margin-bottom: 21px;
}
.cid-tsbEZVaLH3 {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tsbEZVaLH3 blockquote {
  border-color: #1565c0;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-tsbFcFCSMg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("https://cdn.centrestack.com/amp/sunlight-meeting-1200x630-tiny-2-1200x630.jpg");
}
.cid-tsbFcFCSMg .mbr-overlay {
  background: #122947;
  opacity: 0.8;
}
.cid-tsbFcFCSMg h2 {
  position: relative;
  padding: 2rem 0 2rem 2rem;
}
.cid-tsbFcFCSMg h2::before,
.cid-tsbFcFCSMg h2::after {
  content: "";
  left: 0;
  display: block;
  position: absolute;
  border-bottom: .3125rem solid;
  color: inherit;
  width: 5.375rem;
}
.cid-tsbFcFCSMg h2::before {
  top: 0;
}
.cid-tsbFcFCSMg h2::after {
  bottom: 0;
}
.cid-tsbFv7qKRY {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tsbFv7qKRY .mbr-overlay {
  background: #ffffff;
  opacity: 0.9;
}
.cid-tsbFv7qKRY .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-tsbFv7qKRY .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tsbFv7qKRY .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tsbFv7qKRY .content-wrapper {
    padding: 2rem;
  }
}
.cid-tsbFv7qKRY .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tsbFv7qKRY .mbr-section-subtitle {
  margin-bottom: 21px;
}
.cid-tsbFvPJSVX {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tsbFvPJSVX .mbr-overlay {
  background: #ffffff;
  opacity: 0.9;
}
.cid-tsbFvPJSVX .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-tsbFvPJSVX .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tsbFvPJSVX .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tsbFvPJSVX .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tsbFvPJSVX .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-tsbFvPJSVX .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tsbFvPJSVX .mbr-section-subtitle {
  margin-bottom: 21px;
}
.cid-tsbCFEuRZB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("https://cdn.centrestack.com/amp/sunlight-meeting-1200x630-tiny-2-1200x630.jpg");
}
.cid-tsbCFEuRZB .mbr-overlay {
  background: #122947;
  opacity: 0.8;
}
.cid-tsbCFEuRZB h2 {
  position: relative;
  padding: 2rem 0 2rem 2rem;
}
.cid-tsbCFEuRZB h2::before,
.cid-tsbCFEuRZB h2::after {
  content: "";
  left: 0;
  display: block;
  position: absolute;
  border-bottom: .3125rem solid;
  color: inherit;
  width: 5.375rem;
}
.cid-tsbCFEuRZB h2::before {
  top: 0;
}
.cid-tsbCFEuRZB h2::after {
  bottom: 0;
}
.cid-tsbCFGm8Wm {
  overflow: hidden;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-tsbCFGm8Wm .mbr-overlay {
  background: #ffffff;
  opacity: 0.9;
}
.cid-tsbCFGm8Wm .iconfont-wrapper {
  display: inline-block;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.cid-tsbCFGm8Wm .iconfont-wrapper:before {
  content: "";
  top: 0;
  left: 50%;
  bottom: 0;
  z-index: -1;
  width: 60px;
  position: absolute;
  background-color: rgba(86, 167, 0, 0.07);
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
}
.cid-tsbCFGm8Wm .iconfont-wrapper .mbr-iconfont {
  color: #56a700;
  height: 75px;
  line-height: 75px;
  font-size: 46px;
  text-align: center;
}
.cid-tsbCFGm8Wm .mbr-section-title {
  margin-bottom: 36px;
}
.cid-tsbCFGm8Wm .mbr-text {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .cid-tsbCFGm8Wm .column2 {
    margin-top: 100px;
  }
}
.cid-tsbCFGm8Wm .card__block {
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.08);
  border-radius: 5px;
  padding: 45px 35px;
  margin-bottom: 40px;
  background: #ffffff;
}
.cid-tsbCFGm8Wm .icon__card_wrap {
  width: 100%;
  margin-bottom: 25px;
}
.cid-tsbCFGm8Wm .icon__card {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cid-tsbCFGm8Wm .icon__card .mbr-iconfont {
  font-size: 48px;
  color: #ffffff;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}
.cid-tsbCFGm8Wm .icon__card.color1 span {
  text-shadow: 0 14px 30px rgba(246, 142, 42, 0.4);
  background: -webkit-linear-gradient(40deg, #f68e2a 0%, rgba(246, 142, 42, 0.3) 100%);
}
.cid-tsbCFGm8Wm .icon__card.color2 span {
  text-shadow: 0 14px 30px rgba(86, 167, 0, 0.4);
  background: -webkit-linear-gradient(40deg, #56a700 0%, rgba(86, 167, 0, 0.3) 100%);
}
.cid-tsbCFGm8Wm .icon__card.color3 span {
  text-shadow: 0 14px 30px rgba(69, 39, 160, 0.4);
  background: -webkit-linear-gradient(40deg, #4527a0 0%, rgba(69, 39, 160, 0.3) 100%);
}
.cid-tsbCFGm8Wm .icon__card.color4 span {
  text-shadow: 0 14px 30px rgba(118, 118, 118, 0.4);
  background: -webkit-linear-gradient(40deg, #767676 0%, rgba(118, 118, 118, 0.3) 100%);
}
.cid-tsbCFGm8Wm .card__title {
  margin-bottom: 15px;
  color: #1565c0;
}
.cid-tsbCFGm8Wm .card__text {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-tsbCFGm8Wm .title__block {
    text-align: center;
  }
  .cid-tsbCFGm8Wm .iconfont-wrapper {
    margin-bottom: 30px;
  }
  .cid-tsbCFGm8Wm .mbr-sectioin-title {
    margin-bottom: 22px;
  }
  .cid-tsbCFGm8Wm .mbr-text {
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .cid-tsbCFGm8Wm .card__block {
    padding: 35px 30px;
    margin-top: 40px;
    margin-bottom: 0;
  }
}
.cid-tsbCFH5KOe {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tsbCFH5KOe .mbr-overlay {
  background: #ffffff;
  opacity: 0.9;
}
.cid-tsbCFH5KOe .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-tsbCFH5KOe .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tsbCFH5KOe .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tsbCFH5KOe .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tsbCFH5KOe .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-tsbCFH5KOe .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tsbCFH5KOe .mbr-section-subtitle {
  margin-bottom: 21px;
}
.cid-tsbCFHI1pD {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tsbCFHI1pD .mbr-overlay {
  background: #ffffff;
  opacity: 0.9;
}
.cid-tsbCFHI1pD .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-tsbCFHI1pD .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tsbCFHI1pD .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tsbCFHI1pD .content-wrapper {
    padding: 2rem;
  }
}
.cid-tsbCFHI1pD .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tsbCFHI1pD .mbr-section-subtitle {
  margin-bottom: 21px;
}
.cid-tsbCFCuGX8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-tsbCFCuGX8 img,
.cid-tsbCFCuGX8 .item-img {
  width: 100%;
}
.cid-tsbCFCuGX8 .item:focus,
.cid-tsbCFCuGX8 span:focus {
  outline: none;
}
.cid-tsbCFCuGX8 .item {
  margin-bottom: 2rem;
}
.cid-tsbCFCuGX8 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tsbCFCuGX8 .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tsbCFCuGX8 .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tsbCFCuGX8 .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tsbCFCuGX8 .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tsbCFCuGX8 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tsbCFF62bG {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-tsbCFF62bG img,
.cid-tsbCFF62bG .item-img {
  width: 100%;
}
.cid-tsbCFF62bG .item:focus,
.cid-tsbCFF62bG span:focus {
  outline: none;
}
.cid-tsbCFF62bG .item {
  margin-bottom: 2rem;
}
.cid-tsbCFF62bG .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tsbCFF62bG .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tsbCFF62bG .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tsbCFF62bG .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tsbCFF62bG .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tsbCFF62bG .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tsbJFX99KE {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("https://cdn.centrestack.com/mobi5/web/gladinet/images/fb/google-drive-1200x630-tiny.jpg");
}
@media (max-width: 768px) {
  .cid-tsbJFX99KE {
    padding-top: 5rem;
  }
}
.cid-tsbJFX99KE .mbr-overlay {
  background: #000000;
  opacity: 0.7;
}
.cid-tsbJFXRrNi {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tsbJFXRrNi blockquote {
  border-color: #1565c0;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-tsbJFYZjy8 {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tsbJFYZjy8 .mbr-overlay {
  background: #ffffff;
  opacity: 0.9;
}
.cid-tsbJFYZjy8 .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-tsbJFYZjy8 .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tsbJFYZjy8 .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tsbJFYZjy8 .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tsbJFYZjy8 .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-tsbJFYZjy8 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tsbJFYZjy8 .mbr-section-subtitle {
  margin-bottom: 21px;
}
.cid-tsbLAgnizv {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tsbJFZyPLo {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tsbJFZyPLo .mbr-overlay {
  background: #ffffff;
  opacity: 0.9;
}
.cid-tsbJFZyPLo .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-tsbJFZyPLo .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tsbJFZyPLo .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tsbJFZyPLo .content-wrapper {
    padding: 2rem;
  }
}
.cid-tsbJFZyPLo .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tsbJFZyPLo .mbr-section-subtitle {
  margin-bottom: 21px;
}
.cid-tsbJG06EuP {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tsbJG06EuP .mbr-overlay {
  background: #ffffff;
  opacity: 0.9;
}
.cid-tsbJG06EuP .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-tsbJG06EuP .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tsbJG06EuP .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tsbJG06EuP .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tsbJG06EuP .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-tsbJG06EuP .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tsbJG06EuP .mbr-section-subtitle {
  margin-bottom: 21px;
}
.cid-tsbJG6iDym {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-tsbJG6iDym img,
.cid-tsbJG6iDym .item-img {
  width: 100%;
}
.cid-tsbJG6iDym .item:focus,
.cid-tsbJG6iDym span:focus {
  outline: none;
}
.cid-tsbJG6iDym .item {
  margin-bottom: 2rem;
}
.cid-tsbJG6iDym .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tsbJG6iDym .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tsbJG6iDym .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tsbJG6iDym .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tsbJG0EJuj {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tsbJG0EJuj blockquote {
  border-color: #1565c0;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-tsbQIgI615 {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tsbQIgI615 .mbr-overlay {
  background: #ffffff;
  opacity: 0.9;
}
.cid-tsbQIgI615 .row {
  padding: 0 1rem;
}
@media (max-width: 991px) {
  .cid-tsbQIgI615 .row {
    padding: 0 0.75rem;
  }
}
.cid-tsbQIgI615 .text-container {
  margin-bottom: 20px;
  padding: 0 !important;
}
.cid-tsbQIgI615 .mbr-section-title {
  margin: 0 auto;
  padding-bottom: 20px;
}
.cid-tsbQIgI615 .cards-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
}
.cid-tsbQIgI615 .card {
  padding: 15px;
}
@media (max-width: 767px) {
  .cid-tsbQIgI615 .card {
    padding: 0;
  }
}
.cid-tsbQIgI615 .card-wrapper {
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 30px;
  background-color: #e3f2fd;
  border: 1px solid #EEEEEE;
  border-radius: 5px;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s, -webkit-border-radius 0.3s, -webkit-box-shadow 0.3s;
}
@media (max-width: 767px) {
  .cid-tsbQIgI615 .card-wrapper {
    margin-bottom: 30px;
    max-width: 522px;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-tsbQIgI615 .card-wrapper:hover {
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.07);
}
.cid-tsbQIgI615 .mbr-iconfont {
  font-size: 50px;
  color: #ff9966;
}
.cid-tsbQIgI615 .icon-box {
  width: 100%;
  margin-bottom: 20px;
}
.cid-tsbQIgI615 .card-title {
  padding-bottom: 10px;
}
.cid-tsbJG1aeqK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("https://cdn.centrestack.com/amp/sunlight-meeting-1200x630-tiny-2-1200x630.jpg");
}
.cid-tsbJG1aeqK .mbr-overlay {
  background: #122947;
  opacity: 0.8;
}
.cid-tsbJG1aeqK h2 {
  position: relative;
  padding: 2rem 0 2rem 2rem;
}
.cid-tsbJG1aeqK h2::before,
.cid-tsbJG1aeqK h2::after {
  content: "";
  left: 0;
  display: block;
  position: absolute;
  border-bottom: .3125rem solid;
  color: inherit;
  width: 5.375rem;
}
.cid-tsbJG1aeqK h2::before {
  top: 0;
}
.cid-tsbJG1aeqK h2::after {
  bottom: 0;
}
.cid-tsbSpegGxY {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tsbSpegGxY blockquote {
  border-color: #1565c0;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-tsbJG3v5DD {
  overflow: hidden;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-tsbJG3v5DD .mbr-overlay {
  background: #ffffff;
  opacity: 0.9;
}
.cid-tsbJG3v5DD .iconfont-wrapper {
  display: inline-block;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.cid-tsbJG3v5DD .iconfont-wrapper:before {
  content: "";
  top: 0;
  left: 50%;
  bottom: 0;
  z-index: -1;
  width: 60px;
  position: absolute;
  background-color: rgba(86, 167, 0, 0.07);
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
}
.cid-tsbJG3v5DD .iconfont-wrapper .mbr-iconfont {
  color: #56a700;
  height: 75px;
  line-height: 75px;
  font-size: 46px;
  text-align: center;
}
.cid-tsbJG3v5DD .mbr-section-title {
  margin-bottom: 36px;
}
.cid-tsbJG3v5DD .mbr-text {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .cid-tsbJG3v5DD .column2 {
    margin-top: 100px;
  }
}
.cid-tsbJG3v5DD .card__block {
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.08);
  border-radius: 5px;
  padding: 45px 35px;
  margin-bottom: 40px;
  background: #ffffff;
}
.cid-tsbJG3v5DD .icon__card_wrap {
  width: 100%;
  margin-bottom: 25px;
}
.cid-tsbJG3v5DD .icon__card {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cid-tsbJG3v5DD .icon__card .mbr-iconfont {
  font-size: 48px;
  color: #ffffff;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}
.cid-tsbJG3v5DD .icon__card.color1 span {
  text-shadow: 0 14px 30px rgba(246, 142, 42, 0.4);
  background: -webkit-linear-gradient(40deg, #f68e2a 0%, rgba(246, 142, 42, 0.3) 100%);
}
.cid-tsbJG3v5DD .icon__card.color2 span {
  text-shadow: 0 14px 30px rgba(86, 167, 0, 0.4);
  background: -webkit-linear-gradient(40deg, #56a700 0%, rgba(86, 167, 0, 0.3) 100%);
}
.cid-tsbJG3v5DD .icon__card.color3 span {
  text-shadow: 0 14px 30px rgba(69, 39, 160, 0.4);
  background: -webkit-linear-gradient(40deg, #4527a0 0%, rgba(69, 39, 160, 0.3) 100%);
}
.cid-tsbJG3v5DD .icon__card.color4 span {
  text-shadow: 0 14px 30px rgba(118, 118, 118, 0.4);
  background: -webkit-linear-gradient(40deg, #767676 0%, rgba(118, 118, 118, 0.3) 100%);
}
.cid-tsbJG3v5DD .card__title {
  margin-bottom: 15px;
  color: #1565c0;
}
.cid-tsbJG3v5DD .card__text {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-tsbJG3v5DD .title__block {
    text-align: center;
  }
  .cid-tsbJG3v5DD .iconfont-wrapper {
    margin-bottom: 30px;
  }
  .cid-tsbJG3v5DD .mbr-sectioin-title {
    margin-bottom: 22px;
  }
  .cid-tsbJG3v5DD .mbr-text {
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .cid-tsbJG3v5DD .card__block {
    padding: 35px 30px;
    margin-top: 40px;
    margin-bottom: 0;
  }
}
.cid-tsbTp4WTwN {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tsbJG2laF0 {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tsbJG2laF0 .mbr-overlay {
  background: #ffffff;
  opacity: 0.9;
}
.cid-tsbJG2laF0 .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-tsbJG2laF0 .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tsbJG2laF0 .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tsbJG2laF0 .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tsbJG2laF0 .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-tsbJG2laF0 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tsbJG2laF0 .mbr-section-subtitle {
  margin-bottom: 21px;
}
.cid-tsbJG1LYtX {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tsbJG1LYtX .mbr-overlay {
  background: #ffffff;
  opacity: 0.9;
}
.cid-tsbJG1LYtX .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-tsbJG1LYtX .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tsbJG1LYtX .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tsbJG1LYtX .content-wrapper {
    padding: 2rem;
  }
}
.cid-tsbJG1LYtX .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tsbJG1LYtX .mbr-section-subtitle {
  margin-bottom: 21px;
}
.cid-tsbJG4dudf {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tsbJG4dudf .mbr-overlay {
  background: #ffffff;
  opacity: 0.9;
}
.cid-tsbJG4dudf .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-tsbJG4dudf .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tsbJG4dudf .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tsbJG4dudf .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tsbJG4dudf .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-tsbJG4dudf .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tsbJG4dudf .mbr-section-subtitle {
  margin-bottom: 21px;
}
.cid-tsbJG4TTlD {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tsbJG4TTlD .mbr-overlay {
  background: #ffffff;
  opacity: 0.9;
}
.cid-tsbJG4TTlD .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-tsbJG4TTlD .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tsbJG4TTlD .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tsbJG4TTlD .content-wrapper {
    padding: 2rem;
  }
}
.cid-tsbJG4TTlD .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tsbJG4TTlD .mbr-section-subtitle {
  margin-bottom: 21px;
}
.cid-tsbV1NziUP {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("https://cdn.centrestack.com/fb/real-estate-1200x630.jpg");
}
@media (max-width: 768px) {
  .cid-tsbV1NziUP {
    padding-top: 5rem;
  }
}
.cid-tsbV1NziUP .mbr-overlay {
  background: #000000;
  opacity: 0.7;
}
.cid-tsbW3aKtSO {
  padding-top: 60px;
  padding-bottom: 70px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-tsbW3aKtSO {
    padding-bottom: 210px;
  }
}
.cid-tsbW3aKtSO .feature {
  position: relative;
}
.cid-tsbW3aKtSO .feature img {
  width: 100%;
  z-index: 1;
}
.cid-tsbW3aKtSO .feature .card {
  z-index: 2;
  border-radius: 0;
}
@media (min-width: 992px) {
  .cid-tsbW3aKtSO .feature .card {
    position: absolute;
    width: 120%;
    left: -500px;
    top: 180px;
  }
}
.cid-tsbW3aKtSO .feature .card > * {
  padding: 2rem;
  background-color: #efefef;
}
.cid-tsbW3aKtSO .feature .card .mbr-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-tsbW3aKtSO .content {
    padding-top: 50px;
  }
}
.cid-tsbWxYaI3V {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tsbWxYaI3V ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-tsbWxYaI3V li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-tsbWxYaI3V ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #1565c0;
  font-size: 3rem;
}
@media (min-width: 768px) {
  .cid-tsbWxYaI3V ul li::before {
    top: -1.2rem;
  }
}
.cid-tsbWxYaI3V .mbr-fallback-image.disabled {
  display: none;
}
.cid-tsbWxYaI3V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-tsbWxYaI3V .mbr-text {
    margin-top: 24px;
  }
}
.cid-tsc4d9dTT1 {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tsc4d9dTT1 .wrapper {
  position: relative;
  height: 400px;
  display: flex;
  margin-top: 1rem;
}
.cid-tsc4d9dTT1 a {
  text-decoration: underline;
}
.cid-tsc4d9dTT1 .content {
  z-index: 99;
  position: relative;
  margin-bottom: 2rem;
  margin-top: auto;
  max-width: 700px;
}
.cid-tsc4d9dTT1 img {
  width: 40%;
  position: absolute;
  border-radius: 5%;
  object-fit: cover;
}
.cid-tsc4d9dTT1 .img1 {
  top: 4rem;
  right: 0;
  width: 40%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.cid-tsc4d9dTT1 .img2 {
  top: 6rem;
  left: 3rem;
  width: 40%;
  z-index: 2;
}
.cid-tsc4d9dTT1 .img3 {
  top: 10rem;
  right: 7rem;
  width: 40%;
  z-index: 3;
}
@media (max-width: 767px) {
  .cid-tsc4d9dTT1 .wrapper {
    height: 300px;
  }
}
.cid-tsbV1Of5Y1 {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tsbV1Of5Y1 blockquote {
  border-color: #1565c0;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-tsbV1Tf05O {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("https://cdn.centrestack.com/amp/sunlight-meeting-1200x630-tiny-2-1200x630.jpg");
}
.cid-tsbV1Tf05O .mbr-overlay {
  background: #122947;
  opacity: 0.8;
}
.cid-tsbV1Tf05O H2 {
  position: relative;
  padding: 2rem 0 2rem 2rem;
}
.cid-tsbV1Tf05O H2::before,
.cid-tsbV1Tf05O H2::after {
  content: "";
  left: 0;
  display: block;
  position: absolute;
  border-bottom: .3125rem solid;
  color: inherit;
  width: 5.375rem;
}
.cid-tsbV1Tf05O H2::before {
  top: 0;
}
.cid-tsbV1Tf05O H2::after {
  bottom: 0;
}
.cid-tsbV1UsQg5 {
  overflow: hidden;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-tsbV1UsQg5 .iconfont-wrapper {
  display: inline-block;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.cid-tsbV1UsQg5 .iconfont-wrapper:before {
  content: "";
  top: 0;
  left: 50%;
  bottom: 0;
  z-index: -1;
  width: 60px;
  position: absolute;
  background-color: rgba(86, 167, 0, 0.07);
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
}
.cid-tsbV1UsQg5 .iconfont-wrapper .mbr-iconfont {
  color: #56a700;
  height: 75px;
  line-height: 75px;
  font-size: 46px;
  text-align: center;
}
.cid-tsbV1UsQg5 .mbr-section-title {
  margin-bottom: 36px;
}
.cid-tsbV1UsQg5 .mbr-text {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .cid-tsbV1UsQg5 .column2 {
    margin-top: 100px;
  }
}
.cid-tsbV1UsQg5 .card__block {
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.08);
  border-radius: 5px;
  padding: 45px 35px;
  margin-bottom: 40px;
  background: #ffffff;
}
.cid-tsbV1UsQg5 .icon__card_wrap {
  width: 100%;
  margin-bottom: 25px;
}
.cid-tsbV1UsQg5 .icon__card {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cid-tsbV1UsQg5 .icon__card .mbr-iconfont {
  font-size: 48px;
  color: #ffffff;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}
.cid-tsbV1UsQg5 .icon__card.color1 span {
  text-shadow: 0 14px 30px rgba(246, 142, 42, 0.4);
  background: -webkit-linear-gradient(40deg, #f68e2a 0%, rgba(246, 142, 42, 0.3) 100%);
}
.cid-tsbV1UsQg5 .icon__card.color2 span {
  text-shadow: 0 14px 30px rgba(86, 167, 0, 0.4);
  background: -webkit-linear-gradient(40deg, #56a700 0%, rgba(86, 167, 0, 0.3) 100%);
}
.cid-tsbV1UsQg5 .icon__card.color3 span {
  text-shadow: 0 14px 30px rgba(69, 39, 160, 0.4);
  background: -webkit-linear-gradient(40deg, #4527a0 0%, rgba(69, 39, 160, 0.3) 100%);
}
.cid-tsbV1UsQg5 .icon__card.color4 span {
  text-shadow: 0 14px 30px rgba(118, 118, 118, 0.4);
  background: -webkit-linear-gradient(40deg, #767676 0%, rgba(118, 118, 118, 0.3) 100%);
}
.cid-tsbV1UsQg5 .card__title {
  margin-bottom: 15px;
  color: #1565c0;
}
.cid-tsbV1UsQg5 .card__text {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-tsbV1UsQg5 .title__block {
    text-align: center;
  }
  .cid-tsbV1UsQg5 .iconfont-wrapper {
    margin-bottom: 30px;
  }
  .cid-tsbV1UsQg5 .mbr-sectioin-title {
    margin-bottom: 22px;
  }
  .cid-tsbV1UsQg5 .mbr-text {
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .cid-tsbV1UsQg5 .card__block {
    padding: 35px 30px;
    margin-top: 40px;
    margin-bottom: 0;
  }
}
.cid-tsbV1RdtCG {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #eef3f9;
}
.cid-tsbV1RdtCG img,
.cid-tsbV1RdtCG .item-img {
  width: 100%;
}
.cid-tsbV1RdtCG .item:focus,
.cid-tsbV1RdtCG span:focus {
  outline: none;
}
.cid-tsbV1RdtCG .item {
  margin-bottom: 2rem;
}
.cid-tsbV1RdtCG .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tsbV1RdtCG .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tsbV1RdtCG .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tsbV1RdtCG .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tsiyMulIBt {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #eef3f9;
}
.cid-tsiBzpthit {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tsiBzpthit .content-wrapper {
  flex-direction: row-reverse;
}
.cid-tsiBzpthit .row {
  align-items: center;
  padding: 0;
}
.cid-tsiBzpthit .content-wrapper {
  display: flex;
  flex-wrap: wrap;
  border-radius: 10px;
}
.cid-tsiBzpthit .image-wrapper {
  padding: 1rem;
  flex-direction: column;
  justify-content: center;
  display: flex;
}
.cid-tsiBzpthit .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-tsiBzpthit .mbr-section-title {
  margin-bottom: 1.425rem;
  width: 100%;
}
.cid-tsiBzpthit .mbr-text {
  width: 100%;
  margin-bottom: 20px;
}
.cid-tsiBzpthit .item-container {
  margin-top: 32px;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-tsiBzpthit .item-container {
    margin-top: 0;
  }
}
.cid-tsiBzpthit .item {
  display: flex;
  margin-top: 32px;
}
.cid-tsiBzpthit .item:first-child {
  margin-top: 0;
}
@media (max-width: 767px) {
  .cid-tsiBzpthit .item {
    flex-direction: column;
  }
}
.cid-tsiBzpthit .icon-box {
  background: #1565c0;
  width: 50px;
  min-width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 24px;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-tsiBzpthit .icon-box {
    margin-right: 0;
  }
}
.cid-tsiBzpthit .text-box {
  flex-grow: 1;
}
.cid-tsiBzpthit .number-text {
  color: #ffffff;
}
.cid-tsiBzpthit .mbr-fallback-image.disabled {
  display: none;
}
.cid-tsiBzpthit .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tsbV1Sqazu {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tsbV1Sqazu .row {
  padding: 0 1rem;
}
@media (max-width: 991px) {
  .cid-tsbV1Sqazu .row {
    padding: 0 0.75rem;
  }
}
.cid-tsbV1Sqazu .text-container {
  margin-bottom: 20px;
  padding: 0 !important;
}
.cid-tsbV1Sqazu .mbr-section-title {
  margin: 0 auto;
  padding-bottom: 20px;
}
.cid-tsbV1Sqazu .cards-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
}
.cid-tsbV1Sqazu .card {
  padding: 15px;
}
@media (max-width: 767px) {
  .cid-tsbV1Sqazu .card {
    padding: 0;
  }
}
.cid-tsbV1Sqazu .card-wrapper {
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 30px;
  background-color: #e3f2fd;
  border: 1px solid #EEEEEE;
  border-radius: 5px;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s, -webkit-border-radius 0.3s, -webkit-box-shadow 0.3s;
}
@media (max-width: 767px) {
  .cid-tsbV1Sqazu .card-wrapper {
    margin-bottom: 30px;
    max-width: 522px;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-tsbV1Sqazu .card-wrapper:hover {
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.07);
}
.cid-tsbV1Sqazu .mbr-iconfont {
  font-size: 50px;
  color: #ff9966;
}
.cid-tsbV1Sqazu .icon-box {
  width: 100%;
  margin-bottom: 20px;
}
.cid-tsbV1Sqazu .card-title {
  text-align: left;
  padding-bottom: 10px;
}
.cid-tsiJgPZBpR {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("https://cdn.centrestack.com/fb/mobile_workforce_1200x630.jpg");
}
@media (max-width: 768px) {
  .cid-tsiJgPZBpR {
    padding-top: 5rem;
  }
}
.cid-tsiJgPZBpR .mbr-overlay {
  background: #000000;
  opacity: 0.7;
}
.cid-tsnCX66dLi {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tsnCX66dLi blockquote {
  border-color: #1565c0;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-tsnDl6HDjZ {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tsnDl6HDjZ .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-tsnDl6HDjZ .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tsnDl6HDjZ .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tsnDl6HDjZ .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tsnDl6HDjZ .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-tsnDl6HDjZ .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tsnDl6HDjZ .mbr-section-subtitle {
  margin-bottom: 21px;
}
.cid-tsnDrpoEiZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tsnDrpoEiZ ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-tsnDrpoEiZ li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-tsnDrpoEiZ ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #1565c0;
  font-size: 3rem;
}
@media (min-width: 768px) {
  .cid-tsnDrpoEiZ ul li::before {
    top: -1.2rem;
  }
}
.cid-tsnDrpoEiZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tsnDrpoEiZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-tsnDrpoEiZ .mbr-text {
    margin-top: 24px;
  }
}
.cid-tsnDt4yrZr {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tsnDt4yrZr .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-tsnDt4yrZr .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tsnDt4yrZr .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tsnDt4yrZr .content-wrapper {
    padding: 2rem;
  }
}
.cid-tsnDt4yrZr .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tsnDt4yrZr .mbr-section-subtitle {
  margin-bottom: 21px;
}
.cid-tsnDuVLsT5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tsnDuVLsT5 ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-tsnDuVLsT5 li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-tsnDuVLsT5 ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #1565c0;
  font-size: 3rem;
}
@media (min-width: 768px) {
  .cid-tsnDuVLsT5 ul li::before {
    top: -1.2rem;
  }
}
.cid-tsnDuVLsT5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tsnDuVLsT5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-tsnDuVLsT5 .mbr-text {
    margin-top: 24px;
  }
}
.cid-tsnDxKra11 {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tsnDxKra11 .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-tsnDxKra11 .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tsnDxKra11 .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tsnDxKra11 .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tsnDxKra11 .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-tsnDxKra11 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tsnDxKra11 .mbr-section-subtitle {
  margin-bottom: 21px;
}
.cid-tsnDA8ds0E {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("https://cdn.centrestack.com/amp/sunlight-meeting-1200x630-tiny-2-1200x630.jpg");
}
.cid-tsnDA8ds0E .mbr-overlay {
  background: #122947;
  opacity: 0.8;
}
.cid-tsnDA8ds0E H2 {
  position: relative;
  padding: 2rem 0 2rem 2rem;
}
.cid-tsnDA8ds0E H2::before,
.cid-tsnDA8ds0E H2::after {
  content: "";
  left: 0;
  display: block;
  position: absolute;
  border-bottom: .3125rem solid;
  color: inherit;
  width: 5.375rem;
}
.cid-tsnDA8ds0E H2::before {
  top: 0;
}
.cid-tsnDA8ds0E H2::after {
  bottom: 0;
}.cid-tsnDDLJfHp {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tsnDDLJfHp blockquote {
  border-color: #1565c0;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-tsiJgU3zOR {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-tsiJgU3zOR img,
.cid-tsiJgU3zOR .item-img {
  width: 100%;
}
.cid-tsiJgU3zOR .item:focus,
.cid-tsiJgU3zOR span:focus {
  outline: none;
}
.cid-tsiJgU3zOR .item {
  margin-bottom: 2rem;
}
.cid-tsiJgU3zOR .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tsiJgU3zOR .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tsiJgU3zOR .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tsiJgU3zOR .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tsnEh9LhrM {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tsnEh9LhrM ul {
  list-style: none;
  margin: 0;
  padding-left: 1.6rem;
}
.cid-tsnEh9LhrM li {
  position: relative;
  margin-bottom: 0.625rem;
  margin-top: 0.625rem;
}
.cid-tsnEh9LhrM ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "–";
}
.cid-tsnEh9LhrM .big-number {
  font-size: 120px;
  color: #f68e2a;
  display: inline;
  position: relative;
}
.cid-tsnEh9LhrM .plus {
  font-size: 40px;
  color: #f68e2a;
  vertical-align: top;
  display: inline;
  position: absolute;
  top: 0px;
}
.cid-tsnEh9LhrM .number-description {
  font-size: 22px;
  padding-top: 40px;
}
.cid-tsnEh9LhrM .mbr-section-subtitle {
  margin-bottom: 0.625rem;
}
.cid-tsnEh9LhrM .list {
  margin-top: 2.3125rem;
}
.cid-tsnEh9LhrM .icon-wrap {
  margin-bottom: 2rem;
}
@media (max-width: 546px) {
  .cid-tsnEh9LhrM .icon-wrap {
    width: 100% !important;
  }
}
.cid-tsnEh9LhrM .icons-wrap,
.cid-tsnEh9LhrM .icon-wrap {
  display: flex;
}
.cid-tsnEh9LhrM .mbr-icon-title {
  margin-top: 0.6875rem;
  margin-bottom: 0.375rem;
}
.cid-tsnEh9LhrM .mbr-iconfont {
  font-size: 3.5rem;
  color: #f68e2a;
}
@media (min-width: 546px) {
  .cid-tsnEh9LhrM .icons-wrap {
    border-left: 2px solid #f68e2a;
    padding-left: 1.8125rem !important;
  }
}
.cid-tsnEh9LhrM .mbr-text {
  margin-bottom: 0;
}
.cid-tsnEh9LhrM .mbr-section-btn {
  margin-top: 28px;
}
.cid-tsnEh9LhrM .mbr-section-btn a {
  margin-top: 0;
}
.cid-tsiJgW3YyI {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tsiJgW3YyI .row {
  padding: 0 1rem;
}
@media (max-width: 991px) {
  .cid-tsiJgW3YyI .row {
    padding: 0 0.75rem;
  }
}
.cid-tsiJgW3YyI .text-container {
  margin-bottom: 20px;
  padding: 0 !important;
}
.cid-tsiJgW3YyI .mbr-section-title {
  margin: 0 auto;
  padding-bottom: 20px;
}
.cid-tsiJgW3YyI .cards-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
}
.cid-tsiJgW3YyI .card {
  padding: 15px;
}
@media (max-width: 767px) {
  .cid-tsiJgW3YyI .card {
    padding: 0;
  }
}
.cid-tsiJgW3YyI .card-wrapper {
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 30px;
  background-color: #e3f2fd;
  border: 1px solid #EEEEEE;
  border-radius: 5px;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s, -webkit-border-radius 0.3s, -webkit-box-shadow 0.3s;
}
@media (max-width: 767px) {
  .cid-tsiJgW3YyI .card-wrapper {
    margin-bottom: 30px;
    max-width: 522px;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-tsiJgW3YyI .card-wrapper:hover {
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.07);
}
.cid-tsiJgW3YyI .mbr-iconfont {
  font-size: 50px;
  color: #ff9966;
}
.cid-tsiJgW3YyI .icon-box {
  width: 100%;
  margin-bottom: 20px;
}
.cid-tsiJgW3YyI .card-title {
  text-align: left;
  padding-bottom: 10px;
}
.cid-tsAtH3ceRh {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("https://cdn.centrestack.com/amp/autocad-file-locking-2313-tiny-2000x1125.jpg");
}
@media (max-width: 768px) {
  .cid-tsAtH3ceRh {
    padding-top: 5rem;
  }
}
.cid-tsAtH3ceRh .mbr-overlay {
  background: #000000;
  opacity: 0.7;
}
.cid-tsAtLiZHDQ {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tsAtLiZHDQ img {
  width: 120px;
  padding: 5px;
  margin: auto;
}
.cid-tsAtLiZHDQ .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
}
@media (min-width: 992px) {
  .cid-tsAtLiZHDQ .card {
    max-width: 12.5%;
  }
}
.cid-tsAtLiZHDQ .mbr-section-title {
  padding-bottom: 33px;
}
.cid-tsAtLiZHDQ .mbr-section-subtitle {
  padding-bottom: 12px;
}
.cid-tsAtLiZHDQ .row {
  justify-content: space-between;
}
@media (min-width: 575px) and (max-width: 990px) {
  .cid-tsAtLiZHDQ .row {
    justify-content: center;
  }
}
.cid-tsAtNHrdLb {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tsAtNHrdLb .card {
  padding: 3rem;
  background: transparent;
  border-radius: 0;
  display: flex;
  flex-direction: column;
  border: 1px solid #B2B2B2;
}
.cid-tsAtNHrdLb .mbr-iconfont {
  font-size: 50px;
  color: #f68e2a;
}
.cid-tsAtNHrdLb .iconfont-wrapper {
  padding-bottom: 10px;
  text-align: right;
}
.cid-tsAtNHrdLb img {
  height: 100px;
  width: auto;
}
.cid-tsAtNHrdLb .user_image {
  margin-left: 6px;
}
.cid-tsAtNHrdLb .title {
  margin-bottom: 0;
}
.cid-tsAtNHrdLb .mbr-section-subtitle {
  text-align: left;
  padding-bottom: 5px;
  margin-bottom: 0;
}
.cid-tsAtNHrdLb .row {
  align-items: center;
}
.cid-tsAtNHrdLb .top {
  margin-top: 40px;
}
.cid-tsAtNHrdLb .small {
  padding-left: 15px;
}
.cid-tsAtNHrdLb .no-padding {
  padding: 0 7px;
}
@media (max-width: 690px) {
  .cid-tsAtNHrdLb .iconfont-wrapper {
    margin-top: 30px;
  }
  .cid-tsAtNHrdLb .card {
    padding: 1rem;
  }
  .cid-tsAtNHrdLb .quote-mark {
    display: none;
  }
  .cid-tsAtNHrdLb .mbr-section-subtitle {
    margin-bottom: 10px;
  }
}
.cid-tsAtPOdJRj {
  overflow: visible !important;
  padding-top: 3rem;
  padding-bottom: 9rem;
  background-color: #ffffff;
}
@media (max-width: 1000px) {
  .cid-tsAtPOdJRj {
    padding-top: 1.5rem;
    padding-bottom: 4.5rem;
  }
}
@media (max-width: 768px) {
  .cid-tsAtPOdJRj {
    padding-top: 0.9rem;
    padding-bottom: 2.7rem;
  }
}
.cid-tsAtPOdJRj .f-row {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-tsAtPOdJRj .f-row {
    flex-direction: row;
    min-height: 650px;
  }
}
@media (min-width: 992px) {
  .cid-tsAtPOdJRj .image-wrapper {
    transform: translateX(20%);
    min-width: 770px;
    min-height: 500px;
    max-height: 500px;
  }
}
.cid-tsAtPOdJRj .image-wrapper img {
  min-height: 100%;
  max-height: 500px;
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-tsAtPOdJRj .text {
    min-width: 615px;
    transform: translate(-25%, 13rem);
  }
}
.cid-tsAtPOdJRj .text-wrapper {
  background: #efefef;
  padding: 1rem;
}
@media (min-width: 992px) {
  .cid-tsAtPOdJRj .text-wrapper {
    padding: 50px;
  }
}
.cid-tsAtPOdJRj .mbr-section-btn {
  background: #efefef;
  margin-left: 0;
  margin-right: 0;
}
.cid-tsAtPOdJRj .btn {
  box-shadow: none !important;
  border-radius: 0 !important;
  font-weight: 400;
  min-height: 72px;
  padding-right: 80px;
  padding-left: 80px;
  margin: 0;
}
.cid-tsAtPOdJRj .btn:hover {
  background: #BEE1E6 !important;
  border-color: #BEE1E6 !important;
  color: #18293D !important;
}
.cid-tsBgcgaGBn {
  overflow: visible !important;
  padding-top: 3rem;
  padding-bottom: 9rem;
  background-color: #ffffff;
}
@media (max-width: 1000px) {
  .cid-tsBgcgaGBn {
    padding-top: 1.5rem;
    padding-bottom: 4.5rem;
  }
}
@media (max-width: 768px) {
  .cid-tsBgcgaGBn {
    padding-top: 0.9rem;
    padding-bottom: 2.7rem;
  }
}
.cid-tsBgcgaGBn .f-row {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-tsBgcgaGBn .f-row {
    flex-direction: row;
    min-height: 650px;
  }
}
@media (min-width: 992px) {
  .cid-tsBgcgaGBn .image-wrapper {
    min-width: 770px;
    min-height: 500px;
    max-height: 500px;
    margin-right: 300px;
  }
}
.cid-tsBgcgaGBn .image-wrapper img {
  min-height: 100%;
  max-height: 500px;
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-tsBgcgaGBn .text {
    min-width: 615px;
    transform: translate(-25%, 13rem);
  }
}
.cid-tsBgcgaGBn .text-wrapper {
  background: #efefef;
  padding: 1rem;
}
@media (min-width: 992px) {
  .cid-tsBgcgaGBn .text-wrapper {
    padding: 50px;
    width: 100%;
    transform: translateX(40%);
    position: absolute;
    right: -200px;
  }
}
@media (min-width: 992px) {
  .cid-tsBgcgaGBn .display-1 {
    font-size: 65px;
  }
  .cid-tsBgcgaGBn .display-5 {
    font-size: 29px;
  }
}
.cid-tsBgcgaGBn .mbr-section-btn {
  background: #efefef;
  margin-left: 0;
  margin-right: 0;
}
.cid-tsBgcgaGBn .btn {
  box-shadow: none !important;
  border-radius: 0 !important;
  font-weight: 400;
  min-height: 72px;
  padding-right: 80px;
  padding-left: 80px;
  margin: 0;
}
.cid-tsBgcgaGBn .btn:hover {
  background: #BEE1E6 !important;
  border-color: #BEE1E6 !important;
  color: #18293D !important;
}
.cid-tsAtYOgUN6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tsAtYOgUN6 .counter-container ol {
  margin-bottom: 0;
  counter-reset: myCounter;
}
.cid-tsAtYOgUN6 .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-tsAtYOgUN6 .counter-container ol li {
  list-style: none;
  padding-left: 1rem;
  position: relative;
}
.cid-tsAtYOgUN6 .counter-container ol li:before {
  position: absolute;
  left: -40px;
  margin-top: 0;
  counter-increment: myCounter;
  content: counter(myCounter);
  line-height: 40px;
  transition: all .2s;
  color: #ffffff;
  background: #f68e2a;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tsAu3c3A8s {
  overflow: hidden;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tsAu3c3A8s .iconfont-wrapper {
  display: inline-block;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.cid-tsAu3c3A8s .iconfont-wrapper:before {
  content: "";
  top: 0;
  left: 50%;
  bottom: 0;
  z-index: -1;
  width: 60px;
  position: absolute;
  background-color: rgba(86, 167, 0, 0.07);
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
}
.cid-tsAu3c3A8s .iconfont-wrapper .mbr-iconfont {
  color: #56a700;
  height: 75px;
  line-height: 75px;
  font-size: 46px;
  text-align: center;
}
.cid-tsAu3c3A8s .mbr-section-title {
  margin-bottom: 36px;
}
.cid-tsAu3c3A8s .mbr-text {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .cid-tsAu3c3A8s .column2 {
    margin-top: 100px;
  }
}
.cid-tsAu3c3A8s .card__block {
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.08);
  border-radius: 5px;
  padding: 45px 35px;
  margin-bottom: 40px;
  background: #ffffff;
}
.cid-tsAu3c3A8s .icon__card_wrap {
  width: 100%;
  margin-bottom: 25px;
}
.cid-tsAu3c3A8s .icon__card {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cid-tsAu3c3A8s .icon__card .mbr-iconfont {
  font-size: 48px;
  color: #ffffff;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}
.cid-tsAu3c3A8s .icon__card.color1 span {
  text-shadow: 0 14px 30px rgba(246, 142, 42, 0.4);
  background: -webkit-linear-gradient(40deg, #f68e2a 0%, rgba(246, 142, 42, 0.3) 100%);
}
.cid-tsAu3c3A8s .icon__card.color2 span {
  text-shadow: 0 14px 30px rgba(86, 167, 0, 0.4);
  background: -webkit-linear-gradient(40deg, #56a700 0%, rgba(86, 167, 0, 0.3) 100%);
}
.cid-tsAu3c3A8s .icon__card.color3 span {
  text-shadow: 0 14px 30px rgba(69, 39, 160, 0.4);
  background: -webkit-linear-gradient(40deg, #4527a0 0%, rgba(69, 39, 160, 0.3) 100%);
}
.cid-tsAu3c3A8s .icon__card.color4 span {
  text-shadow: 0 14px 30px rgba(118, 118, 118, 0.4);
  background: -webkit-linear-gradient(40deg, #767676 0%, rgba(118, 118, 118, 0.3) 100%);
}
.cid-tsAu3c3A8s .card__title {
  margin-bottom: 15px;
  color: #1565c0;
}
.cid-tsAu3c3A8s .card__text {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-tsAu3c3A8s .title__block {
    text-align: center;
  }
  .cid-tsAu3c3A8s .iconfont-wrapper {
    margin-bottom: 30px;
  }
  .cid-tsAu3c3A8s .mbr-sectioin-title {
    margin-bottom: 22px;
  }
  .cid-tsAu3c3A8s .mbr-text {
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .cid-tsAu3c3A8s .card__block {
    padding: 35px 30px;
    margin-top: 40px;
    margin-bottom: 0;
  }
}
.cid-tsAu6chZAT {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tsBakTSAgw {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tsBakTSAgw .mbr-overlay {
  background: #ffffff;
  opacity: 0.9;
}
@media (max-width: 991px) {
  .cid-tsBakTSAgw .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tsBakTSAgw .row {
  flex-direction: row-reverse;
}
.cid-tsBakTSAgw img {
  width: 100%;
}
.cid-tsBauav9Xx {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tH4nuk966t {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tH4nuk966t .cards {
  padding-right: 35px;
}
@media (max-width: 1200px) {
  .cid-tH4nuk966t .cards {
    padding: 0 0 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-tH4nuk966t .cards {
    padding: 0 12px;
  }
}
.cid-tH4nuk966t .card {
  padding: 0 10px;
  margin-bottom: 20px;
}
@media (max-width: 1200px) {
  .cid-tH4nuk966t .card {
    padding: 0 5px;
    margin-bottom: 10px;
  }
}
@media (max-width: 992px) {
  .cid-tH4nuk966t .card {
    padding: 0 10px;
    margin-bottom: 20px;
  }
}
.cid-tH4nuk966t .card .card-wrapper {
  padding: 16px 15px 43px 15px;
  display: flex;
  flex-direction: column;
  background: #fff7f0;
  border: 1px solid #fff3e0;
}
.cid-tH4nuk966t .card .card-wrapper .mbr-card-title {
  margin: 0 0 8px 0;
}
.cid-tH4nuk966t .card .card-wrapper .mbr-card-desc {
  margin: 0;
}
.cid-tH4nuk966t .features-content {
  padding-left: 85px;
}
@media (max-width: 992px) {
  .cid-tH4nuk966t .features-content {
    padding: 0 12px;
  }
}
.cid-tH4nuk966t .mbr-section-subtitle {
  margin-bottom: 27px;
  letter-spacing: .13em;
}
.cid-tH4nuk966t .mbr-section-title {
  margin: 29px 0 13.5px 0;
}
.cid-tH4nuk966t .mbr-text {
  margin-bottom: 38px;
}
.cid-tH4nuk966t .btn {
  height: 55px;
  min-width: 170px;
  box-shadow: none;
  margin-top: 0;
}
.cid-tH4nuk966t .btn:hover {
  box-shadow: none;
}
.cid-tH4nuk966t .icon__card {
  display: inline-flex;
  margin: 25px 0;
}
.cid-tH4nuk966t .icon__card .mbr-iconfont {
  font-size: 48px;
  color: #f68e2a;
}
.cid-tH4nuk966t .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tH4qFyOZhd {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tH4qFyOZhd .cards {
  padding-right: 35px;
}
@media (max-width: 1200px) {
  .cid-tH4qFyOZhd .cards {
    padding: 0 0 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-tH4qFyOZhd .cards {
    padding: 0 12px;
  }
}
.cid-tH4qFyOZhd .card {
  padding: 0 10px;
  margin-bottom: 20px;
}
@media (max-width: 1200px) {
  .cid-tH4qFyOZhd .card {
    padding: 0 5px;
    margin-bottom: 10px;
  }
}
@media (max-width: 992px) {
  .cid-tH4qFyOZhd .card {
    padding: 0 10px;
    margin-bottom: 20px;
  }
}
.cid-tH4qFyOZhd .card .card-wrapper {
  padding: 16px 15px 43px 15px;
  display: flex;
  flex-direction: column;
  background: #fff7f0;
  border: 1px solid #fff3e0;
}
.cid-tH4qFyOZhd .card .card-wrapper .mbr-card-title {
  margin: 0 0 8px 0;
}
.cid-tH4qFyOZhd .card .card-wrapper .mbr-card-desc {
  margin: 0;
}
.cid-tH4qFyOZhd .features-content {
  padding-left: 85px;
}
@media (max-width: 992px) {
  .cid-tH4qFyOZhd .features-content {
    padding: 0 12px;
  }
}
.cid-tH4qFyOZhd .mbr-section-subtitle {
  margin-bottom: 27px;
  letter-spacing: .13em;
}
.cid-tH4qFyOZhd .mbr-section-title {
  margin: 29px 0 13.5px 0;
}
.cid-tH4qFyOZhd .mbr-text {
  margin-bottom: 38px;
}
.cid-tH4qFyOZhd .btn {
  height: 55px;
  min-width: 170px;
  box-shadow: none;
  margin-top: 0;
}
.cid-tH4qFyOZhd .btn:hover {
  box-shadow: none;
}
.cid-tH4qFyOZhd .icon__card {
  display: inline-flex;
  margin: 25px 0;
}
.cid-tH4qFyOZhd .icon__card .mbr-iconfont {
  font-size: 48px;
  color: #f68e2a;
}
.cid-tH4qFyOZhd .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tH4tkt3we4 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tH4tkt3we4 .cards {
  padding-right: 35px;
}
@media (max-width: 1200px) {
  .cid-tH4tkt3we4 .cards {
    padding: 0 0 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-tH4tkt3we4 .cards {
    padding: 0 12px;
  }
}
.cid-tH4tkt3we4 .card {
  padding: 0 10px;
  margin-bottom: 20px;
}
@media (max-width: 1200px) {
  .cid-tH4tkt3we4 .card {
    padding: 0 5px;
    margin-bottom: 10px;
  }
}
@media (max-width: 992px) {
  .cid-tH4tkt3we4 .card {
    padding: 0 10px;
    margin-bottom: 20px;
  }
}
.cid-tH4tkt3we4 .card .card-wrapper {
  padding: 16px 15px 43px 15px;
  display: flex;
  flex-direction: column;
  background: #fff7f0;
  border: 1px solid #fff3e0;
}
.cid-tH4tkt3we4 .card .card-wrapper .mbr-card-title {
  margin: 0 0 8px 0;
}
.cid-tH4tkt3we4 .card .card-wrapper .mbr-card-desc {
  margin: 0;
}
.cid-tH4tkt3we4 .features-content {
  padding-left: 85px;
}
@media (max-width: 992px) {
  .cid-tH4tkt3we4 .features-content {
    padding: 0 12px;
  }
}
.cid-tH4tkt3we4 .mbr-section-subtitle {
  margin-bottom: 27px;
  letter-spacing: .13em;
}
.cid-tH4tkt3we4 .mbr-section-title {
  margin: 29px 0 13.5px 0;
}
.cid-tH4tkt3we4 .mbr-text {
  margin-bottom: 38px;
}
.cid-tH4tkt3we4 .btn {
  height: 55px;
  min-width: 170px;
  box-shadow: none;
  margin-top: 0;
}
.cid-tH4tkt3we4 .btn:hover {
  box-shadow: none;
}
.cid-tH4tkt3we4 .icon__card {
  display: inline-flex;
  margin: 25px 0;
}
.cid-tH4tkt3we4 .icon__card .mbr-iconfont {
  font-size: 48px;
  color: #f68e2a;
}
.cid-tH4tkt3we4 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tH4tPa3K9s {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tH4tPa3K9s .cards {
  padding-right: 35px;
}
@media (max-width: 1200px) {
  .cid-tH4tPa3K9s .cards {
    padding: 0 0 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-tH4tPa3K9s .cards {
    padding: 0 12px;
  }
}
.cid-tH4tPa3K9s .card {
  padding: 0 10px;
  margin-bottom: 20px;
}
@media (max-width: 1200px) {
  .cid-tH4tPa3K9s .card {
    padding: 0 5px;
    margin-bottom: 10px;
  }
}
@media (max-width: 992px) {
  .cid-tH4tPa3K9s .card {
    padding: 0 10px;
    margin-bottom: 20px;
  }
}
.cid-tH4tPa3K9s .card .card-wrapper {
  padding: 16px 15px 43px 15px;
  display: flex;
  flex-direction: column;
  background: #fff7f0;
  border: 1px solid #fff3e0;
}
.cid-tH4tPa3K9s .card .card-wrapper .mbr-card-title {
  margin: 0 0 8px 0;
}
.cid-tH4tPa3K9s .card .card-wrapper .mbr-card-desc {
  margin: 0;
}
.cid-tH4tPa3K9s .features-content {
  padding-left: 85px;
}
@media (max-width: 992px) {
  .cid-tH4tPa3K9s .features-content {
    padding: 0 12px;
  }
}
.cid-tH4tPa3K9s .mbr-section-subtitle {
  margin-bottom: 27px;
  letter-spacing: .13em;
}
.cid-tH4tPa3K9s .mbr-section-title {
  margin: 29px 0 13.5px 0;
}
.cid-tH4tPa3K9s .mbr-text {
  margin-bottom: 38px;
}
.cid-tH4tPa3K9s .btn {
  height: 55px;
  min-width: 170px;
  box-shadow: none;
  margin-top: 0;
}
.cid-tH4tPa3K9s .btn:hover {
  box-shadow: none;
}
.cid-tH4tPa3K9s .icon__card {
  display: inline-flex;
  margin: 25px 0;
}
.cid-tH4tPa3K9s .icon__card .mbr-iconfont {
  font-size: 48px;
  color: #f68e2a;
}
.cid-tH4tPa3K9s .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tsKZhJx5jO {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("https://cdn.centrestack.com/amp/office-slow-link-2121w-tiny-2000x1143.jpg");
}
@media (max-width: 768px) {
  .cid-tsKZhJx5jO {
    padding-top: 5rem;
  }
}
.cid-tsKZhJx5jO .mbr-overlay {
  background: #000000;
  opacity: 0.7;
}
.cid-tsKZjIf107 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tsKZjIf107 img {
  width: 120px;
  padding: 5px;
  margin: auto;
}
.cid-tsKZjIf107 .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
}
@media (min-width: 992px) {
  .cid-tsKZjIf107 .card {
    max-width: 12.5%;
  }
}
.cid-tsKZjIf107 .row {
  justify-content: space-between;
}
@media (min-width: 575px) and (max-width: 990px) {
  .cid-tsKZjIf107 .row {
    justify-content: center;
  }
}
.cid-tsKZmukwCq {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tsKZmukwCq .card {
  padding: 3rem;
  background: transparent;
  border-radius: 0;
  display: flex;
  flex-direction: column;
  border: 1px solid #B2B2B2;
}
.cid-tsKZmukwCq .mbr-iconfont {
  font-size: 50px;
  color: #f68e2a;
}
.cid-tsKZmukwCq .iconfont-wrapper {
  padding-bottom: 10px;
  text-align: right;
}
.cid-tsKZmukwCq img {
  height: 100px;
  width: auto;
}
.cid-tsKZmukwCq .user_image {
  margin-left: 6px;
}
.cid-tsKZmukwCq .title {
  text-align: left;
  margin-bottom: 0;
}
.cid-tsKZmukwCq .mbr-section-subtitle {
  text-align: left;
  padding-bottom: 5px;
  margin-bottom: 0;
}
.cid-tsKZmukwCq .row {
  align-items: center;
}
.cid-tsKZmukwCq .top {
  margin-top: 40px;
}
.cid-tsKZmukwCq .small {
  padding-left: 15px;
}
.cid-tsKZmukwCq .no-padding {
  padding: 0 7px;
}
@media (max-width: 690px) {
  .cid-tsKZmukwCq .iconfont-wrapper {
    margin-top: 30px;
  }
  .cid-tsKZmukwCq .card {
    padding: 1rem;
  }
  .cid-tsKZmukwCq .quote-mark {
    display: none;
  }
  .cid-tsKZmukwCq .mbr-section-subtitle {
    margin-bottom: 10px;
  }
}
.cid-tsLFZnKXiJ {
  overflow: visible !important;
  padding-top: 3rem;
  padding-bottom: 20rem;
  background-color: #ffffff;
}
@media (max-width: 1000px) {
  .cid-tsLFZnKXiJ {
    padding-top: 1.5rem;
    padding-bottom: 10rem;
  }
}
@media (max-width: 768px) {
  .cid-tsLFZnKXiJ {
    padding-top: 0.9rem;
    padding-bottom: 6rem;
  }
}
.cid-tsLFZnKXiJ .f-row {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-tsLFZnKXiJ .f-row {
    flex-direction: row;
    min-height: 650px;
  }
}
@media (min-width: 992px) {
  .cid-tsLFZnKXiJ .image-wrapper {
    transform: translateX(15%);
    min-width: 770px;
    min-height: 500px;
    max-height: 500px;
  }
}
.cid-tsLFZnKXiJ .image-wrapper img {
  min-height: 100%;
  max-height: 600px;
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-tsLFZnKXiJ .text {
    min-width: 700px;
    transform: translate(-15%, 25rem);
  }
}
.cid-tsLFZnKXiJ .text-wrapper {
  background: #efefef;
  padding: 1rem;
}
@media (min-width: 992px) {
  .cid-tsLFZnKXiJ .text-wrapper {
    padding: 50px;
  }
}
.cid-tsLFZnKXiJ .mbr-section-btn {
  background: #efefef;
  margin-left: 0;
  margin-right: 0;
}
.cid-tsLFZnKXiJ .btn {
  box-shadow: none !important;
  border-radius: 0 !important;
  font-weight: 400;
  min-height: 72px;
  padding-right: 80px;
  padding-left: 80px;
  margin: 0;
}
.cid-tsLFZnKXiJ .btn:hover {
  background: #BEE1E6 !important;
  border-color: #BEE1E6 !important;
  color: #18293D !important;
}
.cid-tsKZvVh5xL {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tsKZXHtTUU {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tsKZXHtTUU .row {
  align-items: center;
  padding: 0;
}
.cid-tsKZXHtTUU .content-wrapper {
  display: flex;
  flex-wrap: wrap;
  border-radius: 10px;
  background-color: #ffffff;
}
.cid-tsKZXHtTUU .image-wrapper {
  padding: 3rem;
  flex-direction: column;
  justify-content: center;
  display: flex;
}
.cid-tsKZXHtTUU .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-tsKZXHtTUU .mbr-section-title {
  margin-bottom: 1.425rem;
  width: 100%;
}
.cid-tsKZXHtTUU .mbr-text {
  width: 100%;
  margin-bottom: 20px;
}
.cid-tsKZXHtTUU .item-container {
  margin-top: 32px;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-tsKZXHtTUU .item-container {
    margin-top: 0;
  }
}
.cid-tsKZXHtTUU .item {
  display: flex;
}
.cid-tsKZXHtTUU .item:first-child {
  margin-top: 0;
}
@media (max-width: 767px) {
  .cid-tsKZXHtTUU .item {
    flex-direction: column;
  }
}
.cid-tsKZXHtTUU .icon-box {
  background: #fff3e0;
  width: 50px;
  min-width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 24px;
  padding: 10px;
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-tsKZXHtTUU .icon-box {
    margin-right: 0;
  }
}
.cid-tsKZXHtTUU .text-box {
  flex-grow: 1;
}
.cid-tsKZXHtTUU .mbr-fallback-image.disabled {
  display: none;
}
.cid-tsKZXHtTUU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tsLZ7YjSPo {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tsLZ7YjSPo .content-wrapper {
  flex-direction: row-reverse;
}
.cid-tsLZ7YjSPo .row {
  align-items: center;
  padding: 0;
}
.cid-tsLZ7YjSPo .content-wrapper {
  display: flex;
  flex-wrap: wrap;
  border-radius: 10px;
  background-color: #ffffff;
}
.cid-tsLZ7YjSPo .image-wrapper {
  padding: 3rem;
  flex-direction: column;
  justify-content: center;
  display: flex;
}
.cid-tsLZ7YjSPo .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-tsLZ7YjSPo .mbr-section-title {
  margin-bottom: 1.425rem;
  width: 100%;
}
.cid-tsLZ7YjSPo .mbr-text {
  width: 100%;
  margin-bottom: 20px;
}
.cid-tsLZ7YjSPo .item-container {
  margin-top: 32px;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-tsLZ7YjSPo .item-container {
    margin-top: 0;
  }
}
.cid-tsLZ7YjSPo .item {
  display: flex;
}
.cid-tsLZ7YjSPo .item:first-child {
  margin-top: 0;
}
@media (max-width: 767px) {
  .cid-tsLZ7YjSPo .item {
    flex-direction: column;
  }
}
.cid-tsLZ7YjSPo .icon-box {
  background: #fff3e0;
  width: 50px;
  min-width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 24px;
  padding: 10px;
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-tsLZ7YjSPo .icon-box {
    margin-right: 0;
  }
}
.cid-tsLZ7YjSPo .text-box {
  flex-grow: 1;
}
.cid-tsLZ7YjSPo .mbr-fallback-image.disabled {
  display: none;
}
.cid-tsLZ7YjSPo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tsL0oz0NY1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tsL0oz0NY1 .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 3rem;
  margin-bottom: 2rem;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  border-radius: 50%;
  width: 75px;
  height: 75px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}
.cid-tsL0oz0NY1 .card-wrapper {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 3rem 3rem;
  margin: 0;
  overflow: visible;
  position: relative;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-tsL0oz0NY1 .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-tsL0oz0NY1 .card-wrapper:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  border: 2px solid white;
  border-radius: 30px;
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-tsL0oz0NY1 .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tsL0oz0NY1 .icon1 {
  color: #f68e2a;
}
.cid-tsL0oz0NY1 .icon2 {
  color: #1565c0;
}
.cid-tsL0oz0NY1 .icon3 {
  color: #f68e2a;
}
.cid-tsL0oz0NY1 .row {
  justify-content: center;
}
.cid-tsL0rtQfnF {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tsL0uot3CO {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tHbd3CegcJ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tHbd3CegcJ .cards {
  padding-right: 35px;
}
@media (max-width: 1200px) {
  .cid-tHbd3CegcJ .cards {
    padding: 0 0 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-tHbd3CegcJ .cards {
    padding: 0 12px;
  }
}
.cid-tHbd3CegcJ .card {
  padding: 0 10px;
  margin-bottom: 20px;
}
@media (max-width: 1200px) {
  .cid-tHbd3CegcJ .card {
    padding: 0 5px;
    margin-bottom: 10px;
  }
}
@media (max-width: 992px) {
  .cid-tHbd3CegcJ .card {
    padding: 0 10px;
    margin-bottom: 20px;
  }
}
.cid-tHbd3CegcJ .card .card-wrapper {
  padding: 16px 15px 43px 15px;
  display: flex;
  flex-direction: column;
  background: #fff7f0;
  border: 1px solid #fff3e0;
}
.cid-tHbd3CegcJ .card .card-wrapper .mbr-card-title {
  margin: 0 0 8px 0;
}
.cid-tHbd3CegcJ .card .card-wrapper .mbr-card-desc {
  margin: 0;
}
.cid-tHbd3CegcJ .features-content {
  padding-left: 85px;
}
@media (max-width: 992px) {
  .cid-tHbd3CegcJ .features-content {
    padding: 0 12px;
  }
}
.cid-tHbd3CegcJ .mbr-section-subtitle {
  margin-bottom: 27px;
  letter-spacing: .13em;
}
.cid-tHbd3CegcJ .mbr-section-title {
  margin: 29px 0 13.5px 0;
}
.cid-tHbd3CegcJ .mbr-text {
  margin-bottom: 38px;
}
.cid-tHbd3CegcJ .btn {
  height: 55px;
  min-width: 170px;
  box-shadow: none;
  margin-top: 0;
}
.cid-tHbd3CegcJ .btn:hover {
  box-shadow: none;
}
.cid-tHbd3CegcJ .icon__card {
  display: inline-flex;
  margin: 25px 0;
}
.cid-tHbd3CegcJ .icon__card .mbr-iconfont {
  font-size: 48px;
  color: #f68e2a;
}
.cid-tHbd3CegcJ .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tHbd4jeKHl {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tHbd4jeKHl .cards {
  padding-right: 35px;
}
@media (max-width: 1200px) {
  .cid-tHbd4jeKHl .cards {
    padding: 0 0 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-tHbd4jeKHl .cards {
    padding: 0 12px;
  }
}
.cid-tHbd4jeKHl .card {
  padding: 0 10px;
  margin-bottom: 20px;
}
@media (max-width: 1200px) {
  .cid-tHbd4jeKHl .card {
    padding: 0 5px;
    margin-bottom: 10px;
  }
}
@media (max-width: 992px) {
  .cid-tHbd4jeKHl .card {
    padding: 0 10px;
    margin-bottom: 20px;
  }
}
.cid-tHbd4jeKHl .card .card-wrapper {
  padding: 16px 15px 43px 15px;
  display: flex;
  flex-direction: column;
  background: #fff7f0;
  border: 1px solid #fff3e0;
}
.cid-tHbd4jeKHl .card .card-wrapper .mbr-card-title {
  margin: 0 0 8px 0;
}
.cid-tHbd4jeKHl .card .card-wrapper .mbr-card-desc {
  margin: 0;
}
.cid-tHbd4jeKHl .features-content {
  padding-left: 85px;
}
@media (max-width: 992px) {
  .cid-tHbd4jeKHl .features-content {
    padding: 0 12px;
  }
}
.cid-tHbd4jeKHl .mbr-section-subtitle {
  margin-bottom: 27px;
  letter-spacing: .13em;
}
.cid-tHbd4jeKHl .mbr-section-title {
  margin: 29px 0 13.5px 0;
}
.cid-tHbd4jeKHl .mbr-text {
  margin-bottom: 38px;
}
.cid-tHbd4jeKHl .btn {
  height: 55px;
  min-width: 170px;
  box-shadow: none;
  margin-top: 0;
}
.cid-tHbd4jeKHl .btn:hover {
  box-shadow: none;
}
.cid-tHbd4jeKHl .icon__card {
  display: inline-flex;
  margin: 25px 0;
}
.cid-tHbd4jeKHl .icon__card .mbr-iconfont {
  font-size: 48px;
  color: #f68e2a;
}
.cid-tHbd4jeKHl .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tHbd831QAg {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tHbd831QAg .cards {
  padding-right: 35px;
}
@media (max-width: 1200px) {
  .cid-tHbd831QAg .cards {
    padding: 0 0 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-tHbd831QAg .cards {
    padding: 0 12px;
  }
}
.cid-tHbd831QAg .card {
  padding: 0 10px;
  margin-bottom: 20px;
}
@media (max-width: 1200px) {
  .cid-tHbd831QAg .card {
    padding: 0 5px;
    margin-bottom: 10px;
  }
}
@media (max-width: 992px) {
  .cid-tHbd831QAg .card {
    padding: 0 10px;
    margin-bottom: 20px;
  }
}
.cid-tHbd831QAg .card .card-wrapper {
  padding: 16px 15px 43px 15px;
  display: flex;
  flex-direction: column;
  background: #fff7f0;
  border: 1px solid #fff3e0;
}
.cid-tHbd831QAg .card .card-wrapper .mbr-card-title {
  margin: 0 0 8px 0;
}
.cid-tHbd831QAg .card .card-wrapper .mbr-card-desc {
  margin: 0;
}
.cid-tHbd831QAg .features-content {
  padding-left: 85px;
}
@media (max-width: 992px) {
  .cid-tHbd831QAg .features-content {
    padding: 0 12px;
  }
}
.cid-tHbd831QAg .mbr-section-subtitle {
  margin-bottom: 27px;
  letter-spacing: .13em;
}
.cid-tHbd831QAg .mbr-section-title {
  margin: 29px 0 13.5px 0;
}
.cid-tHbd831QAg .mbr-text {
  margin-bottom: 38px;
}
.cid-tHbd831QAg .btn {
  height: 55px;
  min-width: 170px;
  box-shadow: none;
  margin-top: 0;
}
.cid-tHbd831QAg .btn:hover {
  box-shadow: none;
}
.cid-tHbd831QAg .icon__card {
  display: inline-flex;
  margin: 25px 0;
}
.cid-tHbd831QAg .icon__card .mbr-iconfont {
  font-size: 48px;
  color: #f68e2a;
}
.cid-tHbd831QAg .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tHbd9iYAbV {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tHbd9iYAbV .cards {
  padding-right: 35px;
}
@media (max-width: 1200px) {
  .cid-tHbd9iYAbV .cards {
    padding: 0 0 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-tHbd9iYAbV .cards {
    padding: 0 12px;
  }
}
.cid-tHbd9iYAbV .card {
  padding: 0 10px;
  margin-bottom: 20px;
}
@media (max-width: 1200px) {
  .cid-tHbd9iYAbV .card {
    padding: 0 5px;
    margin-bottom: 10px;
  }
}
@media (max-width: 992px) {
  .cid-tHbd9iYAbV .card {
    padding: 0 10px;
    margin-bottom: 20px;
  }
}
.cid-tHbd9iYAbV .card .card-wrapper {
  padding: 16px 15px 43px 15px;
  display: flex;
  flex-direction: column;
  background: #fff7f0;
  border: 1px solid #fff3e0;
}
.cid-tHbd9iYAbV .card .card-wrapper .mbr-card-title {
  margin: 0 0 8px 0;
}
.cid-tHbd9iYAbV .card .card-wrapper .mbr-card-desc {
  margin: 0;
}
.cid-tHbd9iYAbV .features-content {
  padding-left: 85px;
}
@media (max-width: 992px) {
  .cid-tHbd9iYAbV .features-content {
    padding: 0 12px;
  }
}
.cid-tHbd9iYAbV .mbr-section-subtitle {
  margin-bottom: 27px;
  letter-spacing: .13em;
}
.cid-tHbd9iYAbV .mbr-section-title {
  margin: 29px 0 13.5px 0;
}
.cid-tHbd9iYAbV .mbr-text {
  margin-bottom: 38px;
}
.cid-tHbd9iYAbV .btn {
  height: 55px;
  min-width: 170px;
  box-shadow: none;
  margin-top: 0;
}
.cid-tHbd9iYAbV .btn:hover {
  box-shadow: none;
}
.cid-tHbd9iYAbV .icon__card {
  display: inline-flex;
  margin: 25px 0;
}
.cid-tHbd9iYAbV .icon__card .mbr-iconfont {
  font-size: 48px;
  color: #f68e2a;
}
.cid-tHbd9iYAbV .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tsLripZs9O {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tsLripZs9O .row {
  align-items: center;
  padding: 0;
}
.cid-tsLripZs9O .content-wrapper {
  display: flex;
  flex-wrap: wrap;
  border-radius: 10px;
  background-color: #ffffff;
}
.cid-tsLripZs9O .image-wrapper {
  padding: 4rem;
  flex-direction: column;
  justify-content: center;
  display: flex;
}
.cid-tsLripZs9O .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-tsLripZs9O .mbr-section-title {
  margin-bottom: 1.425rem;
  width: 100%;
}
.cid-tsLripZs9O .mbr-text {
  width: 100%;
  margin-bottom: 20px;
}
.cid-tsLripZs9O .item-container {
  margin-top: 32px;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-tsLripZs9O .item-container {
    margin-top: 0;
  }
}
.cid-tsLripZs9O .item {
  display: flex;
  margin-top: 32px;
}
.cid-tsLripZs9O .item:first-child {
  margin-top: 0;
}
@media (max-width: 767px) {
  .cid-tsLripZs9O .item {
    flex-direction: column;
  }
}
.cid-tsLripZs9O .icon-box {
  background: #fff3e0;
  width: 50px;
  min-width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 24px;
  padding: 10px;
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-tsLripZs9O .icon-box {
    margin-right: 0;
  }
}
.cid-tsLripZs9O .text-box {
  flex-grow: 1;
}
.cid-tsLripZs9O .mbr-fallback-image.disabled {
  display: none;
}
.cid-tsLripZs9O .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tsLrPUS31Q {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tsLrPUS31Q .content-wrapper {
  flex-direction: row-reverse;
}
.cid-tsLrPUS31Q .row {
  align-items: center;
  padding: 0;
}
.cid-tsLrPUS31Q .content-wrapper {
  display: flex;
  flex-wrap: wrap;
  border-radius: 10px;
  background-color: #ffffff;
}
.cid-tsLrPUS31Q .image-wrapper {
  padding: 4rem;
  flex-direction: column;
  justify-content: center;
  display: flex;
}
.cid-tsLrPUS31Q .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-tsLrPUS31Q .mbr-section-title {
  margin-bottom: 1.425rem;
  width: 100%;
}
.cid-tsLrPUS31Q .mbr-text {
  width: 100%;
  margin-bottom: 20px;
}
.cid-tsLrPUS31Q .item-container {
  margin-top: 32px;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-tsLrPUS31Q .item-container {
    margin-top: 0;
  }
}
.cid-tsLrPUS31Q .item {
  display: flex;
  margin-top: 32px;
}
.cid-tsLrPUS31Q .item:first-child {
  margin-top: 0;
}
@media (max-width: 767px) {
  .cid-tsLrPUS31Q .item {
    flex-direction: column;
  }
}
.cid-tsLrPUS31Q .icon-box {
  background: #fff3e0;
  width: 50px;
  min-width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 24px;
  padding: 10px;
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-tsLrPUS31Q .icon-box {
    margin-right: 0;
  }
}
.cid-tsLrPUS31Q .text-box {
  flex-grow: 1;
}
.cid-tsLrPUS31Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-tsLrPUS31Q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tHbfqe3104 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tHbfqe3104 .card-wrapper {
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-tHbfqe3104 .card-wrapper {
    flex-wrap: wrap;
  }
}
.cid-tHbfqe3104 .card-box {
  width: 100%;
}
.cid-tHbfqe3104 .number {
  float: left;
  margin-top: 25px;
  margin-right: 25px;
  color: #efefef;
}
.cid-tHbfqe3104 .number div {
  font-size: 5rem;
  line-height: 7rem;
}
.cid-tsWwL0LfSu {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("https://cdn.centrestack.com/amp/office-slow-link-2121w-tiny-2000x1143.jpg");
}
@media (max-width: 768px) {
  .cid-tsWwL0LfSu {
    padding-top: 5rem;
  }
}
.cid-tsWwL0LfSu .mbr-overlay {
  background: #000000;
  opacity: 0.7;
}
.cid-tsWwMVUuNB {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tsWwThs4Wg {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tsWwThs4Wg .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-tsWwThs4Wg .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tsWwThs4Wg .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tsWwThs4Wg .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tsWwThs4Wg .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-tsWwThs4Wg .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tsWwThs4Wg .mbr-section-subtitle {
  margin-bottom: 21px;
}
.cid-tsWxRgNUQC {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #e3f2fd;
}
@media (max-width: 768px) {
  .cid-tsWxRgNUQC {
    padding-top: 2rem;
  }
}
.cid-tsWyokLryo {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tsWyokLryo .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-tsWyokLryo .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tsWyokLryo .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tsWyokLryo .content-wrapper {
    padding: 2rem;
  }
}
.cid-tsWyokLryo .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tsWyokLryo .mbr-section-subtitle {
  margin-bottom: 21px;
}
.cid-tsWyq0q2Hm {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tsWyswaFCl {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tsWyswaFCl .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tsWyswaFCl .row {
  flex-direction: row-reverse;
}
.cid-tsWyswaFCl img {
  width: 100%;
}
.cid-tH4C7PFHzQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e3f2fd;
}
.cid-tH4C7PFHzQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tH4C7PFHzQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tH4C7PFHzQ .row {
  justify-content: flex-start;
}
.cid-tH4C7PFHzQ .mbr-text {
  margin-top: 36px;
}
@media (max-width: 991px) {
  .cid-tH4C7PFHzQ .mbr-text {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .cid-tH4C7PFHzQ .mbr-text {
    margin-top: 20px;
  }
}
.cid-tH4C7PFHzQ .mbr-section-btn {
  margin-top: 50px;
}
@media (max-width: 991px) {
  .cid-tH4C7PFHzQ .mbr-section-btn {
    margin-top: 46px;
  }
}
.cid-tt3uWCnU1h {
  overflow: hidden;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tt3uWCnU1h .iconfont-wrapper {
  display: inline-block;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.cid-tt3uWCnU1h .iconfont-wrapper:before {
  content: "";
  top: 0;
  left: 50%;
  bottom: 0;
  z-index: -1;
  width: 60px;
  position: absolute;
  background-color: rgba(86, 167, 0, 0.07);
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
}
.cid-tt3uWCnU1h .iconfont-wrapper .mbr-iconfont {
  color: #56a700;
  height: 75px;
  line-height: 75px;
  font-size: 46px;
  text-align: center;
}
.cid-tt3uWCnU1h .mbr-section-title {
  margin-bottom: 36px;
}
.cid-tt3uWCnU1h .mbr-text {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .cid-tt3uWCnU1h .column2 {
    margin-top: 100px;
  }
}
.cid-tt3uWCnU1h .card__block {
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.08);
  border-radius: 5px;
  padding: 45px 35px;
  margin-bottom: 40px;
  background: #ffffff;
}
.cid-tt3uWCnU1h .icon__card_wrap {
  width: 100%;
  margin-bottom: 25px;
}
.cid-tt3uWCnU1h .icon__card {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cid-tt3uWCnU1h .icon__card .mbr-iconfont {
  font-size: 48px;
  color: #ffffff;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}
.cid-tt3uWCnU1h .icon__card.color1 span {
  text-shadow: 0 14px 30px rgba(246, 142, 42, 0.4);
  background: -webkit-linear-gradient(40deg, #f68e2a 0%, rgba(246, 142, 42, 0.3) 100%);
}
.cid-tt3uWCnU1h .icon__card.color2 span {
  text-shadow: 0 14px 30px rgba(86, 167, 0, 0.4);
  background: -webkit-linear-gradient(40deg, #56a700 0%, rgba(86, 167, 0, 0.3) 100%);
}
.cid-tt3uWCnU1h .icon__card.color3 span {
  text-shadow: 0 14px 30px rgba(69, 39, 160, 0.4);
  background: -webkit-linear-gradient(40deg, #4527a0 0%, rgba(69, 39, 160, 0.3) 100%);
}
.cid-tt3uWCnU1h .icon__card.color4 span {
  text-shadow: 0 14px 30px rgba(118, 118, 118, 0.4);
  background: -webkit-linear-gradient(40deg, #767676 0%, rgba(118, 118, 118, 0.3) 100%);
}
.cid-tt3uWCnU1h .card__title {
  margin-bottom: 15px;
  color: #1565c0;
}
.cid-tt3uWCnU1h .card__text {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-tt3uWCnU1h .title__block {
    text-align: center;
  }
  .cid-tt3uWCnU1h .iconfont-wrapper {
    margin-bottom: 30px;
  }
  .cid-tt3uWCnU1h .mbr-sectioin-title {
    margin-bottom: 22px;
  }
  .cid-tt3uWCnU1h .mbr-text {
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .cid-tt3uWCnU1h .card__block {
    padding: 35px 30px;
    margin-top: 40px;
    margin-bottom: 0;
  }
}
.cid-tsWyBRpHFI {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tH4CZfv9ii {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tH4CZfv9ii .cards {
  padding-right: 35px;
}
@media (max-width: 1200px) {
  .cid-tH4CZfv9ii .cards {
    padding: 0 0 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-tH4CZfv9ii .cards {
    padding: 0 12px;
  }
}
.cid-tH4CZfv9ii .card {
  padding: 0 10px;
  margin-bottom: 20px;
}
@media (max-width: 1200px) {
  .cid-tH4CZfv9ii .card {
    padding: 0 5px;
    margin-bottom: 10px;
  }
}
@media (max-width: 992px) {
  .cid-tH4CZfv9ii .card {
    padding: 0 10px;
    margin-bottom: 20px;
  }
}
.cid-tH4CZfv9ii .card .card-wrapper {
  padding: 16px 15px 43px 15px;
  display: flex;
  flex-direction: column;
  background: #fff7f0;
  border: 1px solid #fff3e0;
}
.cid-tH4CZfv9ii .card .card-wrapper .mbr-card-title {
  margin: 0 0 8px 0;
}
.cid-tH4CZfv9ii .card .card-wrapper .mbr-card-desc {
  margin: 0;
}
.cid-tH4CZfv9ii .features-content {
  padding-left: 85px;
}
@media (max-width: 992px) {
  .cid-tH4CZfv9ii .features-content {
    padding: 0 12px;
  }
}
.cid-tH4CZfv9ii .mbr-section-subtitle {
  margin-bottom: 27px;
  letter-spacing: .13em;
}
.cid-tH4CZfv9ii .mbr-section-title {
  margin: 29px 0 13.5px 0;
}
.cid-tH4CZfv9ii .mbr-text {
  margin-bottom: 38px;
}
.cid-tH4CZfv9ii .btn {
  height: 55px;
  min-width: 170px;
  box-shadow: none;
  margin-top: 0;
}
.cid-tH4CZfv9ii .btn:hover {
  box-shadow: none;
}
.cid-tH4CZfv9ii .icon__card {
  display: inline-flex;
  margin: 25px 0;
}
.cid-tH4CZfv9ii .icon__card .mbr-iconfont {
  font-size: 48px;
  color: #f68e2a;
}
.cid-tH4CZfv9ii .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tH4CZQb8Kk {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tH4CZQb8Kk .cards {
  padding-right: 35px;
}
@media (max-width: 1200px) {
  .cid-tH4CZQb8Kk .cards {
    padding: 0 0 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-tH4CZQb8Kk .cards {
    padding: 0 12px;
  }
}
.cid-tH4CZQb8Kk .card {
  padding: 0 10px;
  margin-bottom: 20px;
}
@media (max-width: 1200px) {
  .cid-tH4CZQb8Kk .card {
    padding: 0 5px;
    margin-bottom: 10px;
  }
}
@media (max-width: 992px) {
  .cid-tH4CZQb8Kk .card {
    padding: 0 10px;
    margin-bottom: 20px;
  }
}
.cid-tH4CZQb8Kk .card .card-wrapper {
  padding: 16px 15px 43px 15px;
  display: flex;
  flex-direction: column;
  background: #fff7f0;
  border: 1px solid #fff3e0;
}
.cid-tH4CZQb8Kk .card .card-wrapper .mbr-card-title {
  margin: 0 0 8px 0;
}
.cid-tH4CZQb8Kk .card .card-wrapper .mbr-card-desc {
  margin: 0;
}
.cid-tH4CZQb8Kk .features-content {
  padding-left: 85px;
}
@media (max-width: 992px) {
  .cid-tH4CZQb8Kk .features-content {
    padding: 0 12px;
  }
}
.cid-tH4CZQb8Kk .mbr-section-subtitle {
  margin-bottom: 27px;
  letter-spacing: .13em;
}
.cid-tH4CZQb8Kk .mbr-section-title {
  margin: 29px 0 13.5px 0;
}
.cid-tH4CZQb8Kk .mbr-text {
  margin-bottom: 38px;
}
.cid-tH4CZQb8Kk .btn {
  height: 55px;
  min-width: 170px;
  box-shadow: none;
  margin-top: 0;
}
.cid-tH4CZQb8Kk .btn:hover {
  box-shadow: none;
}
.cid-tH4CZQb8Kk .icon__card {
  display: inline-flex;
  margin: 25px 0;
}
.cid-tH4CZQb8Kk .icon__card .mbr-iconfont {
  font-size: 48px;
  color: #f68e2a;
}
.cid-tH4CZQb8Kk .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tH4D0ucIod {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tH4D0ucIod .cards {
  padding-right: 35px;
}
@media (max-width: 1200px) {
  .cid-tH4D0ucIod .cards {
    padding: 0 0 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-tH4D0ucIod .cards {
    padding: 0 12px;
  }
}
.cid-tH4D0ucIod .card {
  padding: 0 10px;
  margin-bottom: 20px;
}
@media (max-width: 1200px) {
  .cid-tH4D0ucIod .card {
    padding: 0 5px;
    margin-bottom: 10px;
  }
}
@media (max-width: 992px) {
  .cid-tH4D0ucIod .card {
    padding: 0 10px;
    margin-bottom: 20px;
  }
}
.cid-tH4D0ucIod .card .card-wrapper {
  padding: 16px 15px 43px 15px;
  display: flex;
  flex-direction: column;
  background: #fff7f0;
  border: 1px solid #fff3e0;
}
.cid-tH4D0ucIod .card .card-wrapper .mbr-card-title {
  margin: 0 0 8px 0;
}
.cid-tH4D0ucIod .card .card-wrapper .mbr-card-desc {
  margin: 0;
}
.cid-tH4D0ucIod .features-content {
  padding-left: 85px;
}
@media (max-width: 992px) {
  .cid-tH4D0ucIod .features-content {
    padding: 0 12px;
  }
}
.cid-tH4D0ucIod .mbr-section-subtitle {
  margin-bottom: 27px;
  letter-spacing: .13em;
}
.cid-tH4D0ucIod .mbr-section-title {
  margin: 29px 0 13.5px 0;
}
.cid-tH4D0ucIod .mbr-text {
  margin-bottom: 38px;
}
.cid-tH4D0ucIod .btn {
  height: 55px;
  min-width: 170px;
  box-shadow: none;
  margin-top: 0;
}
.cid-tH4D0ucIod .btn:hover {
  box-shadow: none;
}
.cid-tH4D0ucIod .icon__card {
  display: inline-flex;
  margin: 25px 0;
}
.cid-tH4D0ucIod .icon__card .mbr-iconfont {
  font-size: 48px;
  color: #f68e2a;
}
.cid-tH4D0ucIod .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tH4D11s4n1 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tH4D11s4n1 .cards {
  padding-right: 35px;
}
@media (max-width: 1200px) {
  .cid-tH4D11s4n1 .cards {
    padding: 0 0 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-tH4D11s4n1 .cards {
    padding: 0 12px;
  }
}
.cid-tH4D11s4n1 .card {
  padding: 0 10px;
  margin-bottom: 20px;
}
@media (max-width: 1200px) {
  .cid-tH4D11s4n1 .card {
    padding: 0 5px;
    margin-bottom: 10px;
  }
}
@media (max-width: 992px) {
  .cid-tH4D11s4n1 .card {
    padding: 0 10px;
    margin-bottom: 20px;
  }
}
.cid-tH4D11s4n1 .card .card-wrapper {
  padding: 16px 15px 43px 15px;
  display: flex;
  flex-direction: column;
  background: #fff7f0;
  border: 1px solid #fff3e0;
}
.cid-tH4D11s4n1 .card .card-wrapper .mbr-card-title {
  margin: 0 0 8px 0;
}
.cid-tH4D11s4n1 .card .card-wrapper .mbr-card-desc {
  margin: 0;
}
.cid-tH4D11s4n1 .features-content {
  padding-left: 85px;
}
@media (max-width: 992px) {
  .cid-tH4D11s4n1 .features-content {
    padding: 0 12px;
  }
}
.cid-tH4D11s4n1 .mbr-section-subtitle {
  margin-bottom: 27px;
  letter-spacing: .13em;
}
.cid-tH4D11s4n1 .mbr-section-title {
  margin: 29px 0 13.5px 0;
}
.cid-tH4D11s4n1 .mbr-text {
  margin-bottom: 38px;
}
.cid-tH4D11s4n1 .btn {
  height: 55px;
  min-width: 170px;
  box-shadow: none;
  margin-top: 0;
}
.cid-tH4D11s4n1 .btn:hover {
  box-shadow: none;
}
.cid-tH4D11s4n1 .icon__card {
  display: inline-flex;
  margin: 25px 0;
}
.cid-tH4D11s4n1 .icon__card .mbr-iconfont {
  font-size: 48px;
  color: #f68e2a;
}
.cid-tH4D11s4n1 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tt865d8ssX {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("https://cdn.centrestack.com/fb/newsmedia-1200x630.jpg");
}
@media (max-width: 768px) {
  .cid-tt865d8ssX {
    padding-top: 5rem;
  }
}
.cid-tt865d8ssX .mbr-overlay {
  background: #000000;
  opacity: 0.7;
}
.cid-tt86aGWCEu {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tt86d3Yn2t {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tt86d3Yn2t .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-tt86d3Yn2t .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tt86d3Yn2t .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tt86d3Yn2t .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tt86d3Yn2t .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-tt86d3Yn2t .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tt86d3Yn2t .mbr-section-subtitle {
  margin-bottom: 21px;
}
.cid-tFLjDFz5vY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e3f2fd;
}
.cid-tFLjDFz5vY .mbr-fallback-image.disabled {
  display: none;
}
.cid-tFLjDFz5vY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tFLjDFz5vY .row {
  justify-content: flex-start;
}
.cid-tFLjDFz5vY .mbr-text {
  margin-top: 36px;
}
@media (max-width: 991px) {
  .cid-tFLjDFz5vY .mbr-text {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .cid-tFLjDFz5vY .mbr-text {
    margin-top: 20px;
  }
}
.cid-tFLjDFz5vY .mbr-section-btn {
  margin-top: 50px;
}
@media (max-width: 991px) {
  .cid-tFLjDFz5vY .mbr-section-btn {
    margin-top: 46px;
  }
}
.cid-tFLjDFz5vY .mbr-section-btn .btn-white {
  color: #45494E !important;
  border: 1px solid #45494E !important;
  background-color: transparent !important;
}
.cid-tFLjDFz5vY .mbr-section-btn .btn-white:hover {
  color: #FFFFFF !important;
  border: 1px solid #45494E !important;
  background-color: #45494E !important;
}
.cid-tt8hLUAjnC {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-tt8hLUAjnC img,
.cid-tt8hLUAjnC .item-img {
  width: 100%;
}
.cid-tt8hLUAjnC .item:focus,
.cid-tt8hLUAjnC span:focus {
  outline: none;
}
.cid-tt8hLUAjnC .item {
  margin-bottom: 2rem;
}
.cid-tt8hLUAjnC .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tt8hLUAjnC .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tt8hLUAjnC .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tt8hLUAjnC .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tt86B3KSn8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-tt86B3KSn8 ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-tt86B3KSn8 li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-tt86B3KSn8 ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #1565c0;
  font-size: 3rem;
}
@media (min-width: 768px) {
  .cid-tt86B3KSn8 ul li::before {
    top: -1.2rem;
  }
}
.cid-tt86B3KSn8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tt86B3KSn8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-tt86B3KSn8 .mbr-text {
    margin-top: 24px;
  }
}
.cid-tt86vraDNj {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-tt86vraDNj img,
.cid-tt86vraDNj .item-img {
  width: 100%;
}
.cid-tt86vraDNj .item:focus,
.cid-tt86vraDNj span:focus {
  outline: none;
}
.cid-tt86vraDNj .item {
  margin-bottom: 2rem;
}
.cid-tt86vraDNj .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tt86vraDNj .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tt86vraDNj .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tt86vraDNj .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tt86PBrUdy {
  overflow: hidden;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-tt86PBrUdy .iconfont-wrapper {
  display: inline-block;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.cid-tt86PBrUdy .iconfont-wrapper:before {
  content: "";
  top: 0;
  left: 50%;
  bottom: 0;
  z-index: -1;
  width: 60px;
  position: absolute;
  background-color: rgba(86, 167, 0, 0.07);
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
}
.cid-tt86PBrUdy .iconfont-wrapper .mbr-iconfont {
  color: #56a700;
  height: 75px;
  line-height: 75px;
  font-size: 46px;
  text-align: center;
}
.cid-tt86PBrUdy .mbr-section-title {
  margin-bottom: 36px;
}
.cid-tt86PBrUdy .mbr-text {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .cid-tt86PBrUdy .column2 {
    margin-top: 100px;
  }
}
.cid-tt86PBrUdy .card__block {
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.08);
  border-radius: 5px;
  padding: 45px 35px;
  margin-bottom: 40px;
  background: #ffffff;
}
.cid-tt86PBrUdy .icon__card_wrap {
  width: 100%;
  margin-bottom: 25px;
}
.cid-tt86PBrUdy .icon__card {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cid-tt86PBrUdy .icon__card .mbr-iconfont {
  font-size: 48px;
  color: #ffffff;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}
.cid-tt86PBrUdy .icon__card.color1 span {
  text-shadow: 0 14px 30px rgba(246, 142, 42, 0.4);
  background: -webkit-linear-gradient(40deg, #f68e2a 0%, rgba(246, 142, 42, 0.3) 100%);
}
.cid-tt86PBrUdy .icon__card.color2 span {
  text-shadow: 0 14px 30px rgba(86, 167, 0, 0.4);
  background: -webkit-linear-gradient(40deg, #56a700 0%, rgba(86, 167, 0, 0.3) 100%);
}
.cid-tt86PBrUdy .icon__card.color3 span {
  text-shadow: 0 14px 30px rgba(69, 39, 160, 0.4);
  background: -webkit-linear-gradient(40deg, #4527a0 0%, rgba(69, 39, 160, 0.3) 100%);
}
.cid-tt86PBrUdy .icon__card.color4 span {
  text-shadow: 0 14px 30px rgba(118, 118, 118, 0.4);
  background: -webkit-linear-gradient(40deg, #767676 0%, rgba(118, 118, 118, 0.3) 100%);
}
.cid-tt86PBrUdy .card__title {
  margin-bottom: 15px;
  color: #1565c0;
}
.cid-tt86PBrUdy .card__text {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-tt86PBrUdy .title__block {
    text-align: center;
  }
  .cid-tt86PBrUdy .iconfont-wrapper {
    margin-bottom: 30px;
  }
  .cid-tt86PBrUdy .mbr-sectioin-title {
    margin-bottom: 22px;
  }
  .cid-tt86PBrUdy .mbr-text {
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .cid-tt86PBrUdy .card__block {
    padding: 35px 30px;
    margin-top: 40px;
    margin-bottom: 0;
  }
}
.cid-tFLkSs0Izj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-tFLkSs0Izj .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #f68e2a;
  margin-bottom: 2rem;
}
.cid-tFLkSs0Izj a {
  color: #f68e2a;
}
.cid-tFLkSs0Izj .link {
  opacity: 0;
  margin-top: 1rem;
  padding-bottom: 40px;
  transform: translate3d(0, 100%, 0);
  transition: all 0.3s;
}
.cid-tFLkSs0Izj .card:hover .link {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.cid-tFLkSs0Izj svg {
  padding-left: 15px;
  transition: 0.3s;
}
.cid-tFLkSs0Izj .link:hover svg {
  padding-left: 7px;
  transition: 0.3s;
}
@media (max-width: 600px) {
  .cid-tFLkSs0Izj .link {
    margin-top: 0rem;
    margin-bottom: 1rem;
    opacity: 1;
    transform: none;
  }
}
.cid-tFLmjDWau2 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-tFLmjDWau2 .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-tFLmjDWau2 .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tFLmjDWau2 .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tFLmjDWau2 .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tFLmjDWau2 .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-tFLmjDWau2 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tFLmjDWau2 .mbr-section-subtitle {
  margin-bottom: 21px;
}
.cid-tFLmjDWau2 li {
  line-height: 2;
}
.cid-tt8BZIfszT {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("https://cdn.centrestack.com/mobi5/web/gladinet/images/fb/amazon-s3-1200x630-tiny.jpg");
}
@media (max-width: 768px) {
  .cid-tt8BZIfszT {
    padding-top: 5rem;
  }
}
.cid-tt8BZIfszT .mbr-overlay {
  background: #000000;
  opacity: 0.7;
}
.cid-tt8BZIPjvY {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tt8BZIPjvY img {
  width: 120px;
  padding: 5px;
  margin: auto;
}
.cid-tt8BZIPjvY .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
}
@media (min-width: 992px) {
  .cid-tt8BZIPjvY .card {
    max-width: 12.5%;
  }
}
.cid-tt8BZIPjvY .row {
  justify-content: space-between;
}
@media (min-width: 575px) and (max-width: 990px) {
  .cid-tt8BZIPjvY .row {
    justify-content: center;
  }
}
.cid-tt8BZJvBgt {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tt8BZJvBgt .card {
  padding: 3rem;
  background: transparent;
  border-radius: 0;
  display: flex;
  flex-direction: column;
  border: 1px solid #B2B2B2;
}
.cid-tt8BZJvBgt .mbr-iconfont {
  font-size: 50px;
  color: #f68e2a;
}
.cid-tt8BZJvBgt .iconfont-wrapper {
  padding-bottom: 10px;
  text-align: right;
}
.cid-tt8BZJvBgt img {
  height: 100px;
  width: auto;
}
.cid-tt8BZJvBgt .user_image {
  margin-left: 6px;
}
.cid-tt8BZJvBgt .title {
  text-align: left;
  margin-bottom: 0;
}
.cid-tt8BZJvBgt .mbr-section-subtitle {
  text-align: left;
  padding-bottom: 5px;
  margin-bottom: 0;
}
.cid-tt8BZJvBgt .row {
  align-items: center;
}
.cid-tt8BZJvBgt .top {
  margin-top: 40px;
}
.cid-tt8BZJvBgt .small {
  padding-left: 15px;
}
.cid-tt8BZJvBgt .no-padding {
  padding: 0 7px;
}
@media (max-width: 690px) {
  .cid-tt8BZJvBgt .iconfont-wrapper {
    margin-top: 30px;
  }
  .cid-tt8BZJvBgt .card {
    padding: 1rem;
  }
  .cid-tt8BZJvBgt .quote-mark {
    display: none;
  }
  .cid-tt8BZJvBgt .mbr-section-subtitle {
    margin-bottom: 10px;
  }
}
.cid-tHauiJt5AK {
  overflow: visible !important;
  padding-top: 3rem;
  padding-bottom: 9rem;
  background-color: #ffffff;
}
@media (max-width: 1000px) {
  .cid-tHauiJt5AK {
    padding-top: 1.5rem;
    padding-bottom: 4.5rem;
  }
}
@media (max-width: 768px) {
  .cid-tHauiJt5AK {
    padding-top: 0.9rem;
    padding-bottom: 2.7rem;
  }
}
.cid-tHauiJt5AK .f-row {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-tHauiJt5AK .f-row {
    flex-direction: row;
    min-height: 650px;
  }
}
@media (min-width: 992px) {
  .cid-tHauiJt5AK .image-wrapper {
    transform: translateX(20%);
    min-width: 770px;
    min-height: 500px;
    max-height: 500px;
  }
}
.cid-tHauiJt5AK .image-wrapper img {
  min-height: 100%;
  max-height: 500px;
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-tHauiJt5AK .text {
    min-width: 615px;
    transform: translate(-25%, 25rem);
  }
}
.cid-tHauiJt5AK .text-wrapper {
  background: #efefef;
  padding: 1rem;
}
@media (min-width: 992px) {
  .cid-tHauiJt5AK .text-wrapper {
    padding: 50px;
  }
}
.cid-tHauiJt5AK .mbr-section-btn {
  background: #efefef;
  margin-left: 0;
  margin-right: 0;
}
.cid-tHauiJt5AK .btn {
  box-shadow: none !important;
  border-radius: 0 !important;
  font-weight: 400;
  min-height: 72px;
  padding-right: 80px;
  padding-left: 80px;
  margin: 0;
}
.cid-tHauiJt5AK .btn:hover {
  background: #BEE1E6 !important;
  border-color: #BEE1E6 !important;
  color: #18293D !important;
}
.cid-tHavc9WgNy {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tHavc9WgNy .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-tHavc9WgNy .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tHavc9WgNy .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tHavc9WgNy .content-wrapper {
    padding: 2rem;
  }
}
.cid-tHavc9WgNy .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tHavc9WgNy .mbr-section-subtitle {
  margin-bottom: 21px;
}
.cid-tHavVEabbZ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tHavVEabbZ .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-tHavVEabbZ .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tHavVEabbZ .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tHavVEabbZ .content-wrapper {
    padding: 2rem;
  }
}
.cid-tHavVEabbZ .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tHavVEabbZ .mbr-section-subtitle {
  margin-bottom: 21px;
}
.cid-tt8BZOpJqc {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tt8BZPcH2C {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tHax0tb9tF {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tHax0tb9tF .cards {
  padding-right: 35px;
}
@media (max-width: 1200px) {
  .cid-tHax0tb9tF .cards {
    padding: 0 0 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-tHax0tb9tF .cards {
    padding: 0 12px;
  }
}
.cid-tHax0tb9tF .card {
  padding: 0 10px;
  margin-bottom: 20px;
}
@media (max-width: 1200px) {
  .cid-tHax0tb9tF .card {
    padding: 0 5px;
    margin-bottom: 10px;
  }
}
@media (max-width: 992px) {
  .cid-tHax0tb9tF .card {
    padding: 0 10px;
    margin-bottom: 20px;
  }
}
.cid-tHax0tb9tF .card .card-wrapper {
  padding: 16px 15px 43px 15px;
  display: flex;
  flex-direction: column;
  background: #fff7f0;
  border: 1px solid #fff3e0;
}
.cid-tHax0tb9tF .card .card-wrapper .mbr-card-title {
  margin: 0 0 8px 0;
}
.cid-tHax0tb9tF .card .card-wrapper .mbr-card-desc {
  margin: 0;
}
.cid-tHax0tb9tF .features-content {
  padding-left: 85px;
}
@media (max-width: 992px) {
  .cid-tHax0tb9tF .features-content {
    padding: 0 12px;
  }
}
.cid-tHax0tb9tF .mbr-section-subtitle {
  margin-bottom: 27px;
  letter-spacing: .13em;
}
.cid-tHax0tb9tF .mbr-section-title {
  margin: 29px 0 13.5px 0;
}
.cid-tHax0tb9tF .mbr-text {
  margin-bottom: 38px;
}
.cid-tHax0tb9tF .btn {
  height: 55px;
  min-width: 170px;
  box-shadow: none;
  margin-top: 0;
}
.cid-tHax0tb9tF .btn:hover {
  box-shadow: none;
}
.cid-tHax0tb9tF .icon__card {
  display: inline-flex;
  margin: 25px 0;
}
.cid-tHax0tb9tF .icon__card .mbr-iconfont {
  font-size: 48px;
  color: #f68e2a;
}
.cid-tHax0tb9tF .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tHax1bW0Ik {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tHax1bW0Ik .cards {
  padding-right: 35px;
}
@media (max-width: 1200px) {
  .cid-tHax1bW0Ik .cards {
    padding: 0 0 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-tHax1bW0Ik .cards {
    padding: 0 12px;
  }
}
.cid-tHax1bW0Ik .card {
  padding: 0 10px;
  margin-bottom: 20px;
}
@media (max-width: 1200px) {
  .cid-tHax1bW0Ik .card {
    padding: 0 5px;
    margin-bottom: 10px;
  }
}
@media (max-width: 992px) {
  .cid-tHax1bW0Ik .card {
    padding: 0 10px;
    margin-bottom: 20px;
  }
}
.cid-tHax1bW0Ik .card .card-wrapper {
  padding: 16px 15px 43px 15px;
  display: flex;
  flex-direction: column;
  background: #fff7f0;
  border: 1px solid #fff3e0;
}
.cid-tHax1bW0Ik .card .card-wrapper .mbr-card-title {
  margin: 0 0 8px 0;
}
.cid-tHax1bW0Ik .card .card-wrapper .mbr-card-desc {
  margin: 0;
}
.cid-tHax1bW0Ik .features-content {
  padding-left: 85px;
}
@media (max-width: 992px) {
  .cid-tHax1bW0Ik .features-content {
    padding: 0 12px;
  }
}
.cid-tHax1bW0Ik .mbr-section-subtitle {
  margin-bottom: 27px;
  letter-spacing: .13em;
}
.cid-tHax1bW0Ik .mbr-section-title {
  margin: 29px 0 13.5px 0;
}
.cid-tHax1bW0Ik .mbr-text {
  margin-bottom: 38px;
}
.cid-tHax1bW0Ik .btn {
  height: 55px;
  min-width: 170px;
  box-shadow: none;
  margin-top: 0;
}
.cid-tHax1bW0Ik .btn:hover {
  box-shadow: none;
}
.cid-tHax1bW0Ik .icon__card {
  display: inline-flex;
  margin: 25px 0;
}
.cid-tHax1bW0Ik .icon__card .mbr-iconfont {
  font-size: 48px;
  color: #f68e2a;
}
.cid-tHax1bW0Ik .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tt8BZSnX0X {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tHax3N1EKV {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tHax3N1EKV .cards {
  padding-right: 35px;
}
@media (max-width: 1200px) {
  .cid-tHax3N1EKV .cards {
    padding: 0 0 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-tHax3N1EKV .cards {
    padding: 0 12px;
  }
}
.cid-tHax3N1EKV .card {
  padding: 0 10px;
  margin-bottom: 20px;
}
@media (max-width: 1200px) {
  .cid-tHax3N1EKV .card {
    padding: 0 5px;
    margin-bottom: 10px;
  }
}
@media (max-width: 992px) {
  .cid-tHax3N1EKV .card {
    padding: 0 10px;
    margin-bottom: 20px;
  }
}
.cid-tHax3N1EKV .card .card-wrapper {
  padding: 16px 15px 43px 15px;
  display: flex;
  flex-direction: column;
  background: #fff7f0;
  border: 1px solid #fff3e0;
}
.cid-tHax3N1EKV .card .card-wrapper .mbr-card-title {
  margin: 0 0 8px 0;
}
.cid-tHax3N1EKV .card .card-wrapper .mbr-card-desc {
  margin: 0;
}
.cid-tHax3N1EKV .features-content {
  padding-left: 85px;
}
@media (max-width: 992px) {
  .cid-tHax3N1EKV .features-content {
    padding: 0 12px;
  }
}
.cid-tHax3N1EKV .mbr-section-subtitle {
  margin-bottom: 27px;
  letter-spacing: .13em;
}
.cid-tHax3N1EKV .mbr-section-title {
  margin: 29px 0 13.5px 0;
}
.cid-tHax3N1EKV .mbr-text {
  margin-bottom: 38px;
}
.cid-tHax3N1EKV .btn {
  height: 55px;
  min-width: 170px;
  box-shadow: none;
  margin-top: 0;
}
.cid-tHax3N1EKV .btn:hover {
  box-shadow: none;
}
.cid-tHax3N1EKV .icon__card {
  display: inline-flex;
  margin: 25px 0;
}
.cid-tHax3N1EKV .icon__card .mbr-iconfont {
  font-size: 48px;
  color: #f68e2a;
}
.cid-tHax3N1EKV .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tHax4XMQdH {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tHax4XMQdH .cards {
  padding-right: 35px;
}
@media (max-width: 1200px) {
  .cid-tHax4XMQdH .cards {
    padding: 0 0 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-tHax4XMQdH .cards {
    padding: 0 12px;
  }
}
.cid-tHax4XMQdH .card {
  padding: 0 10px;
  margin-bottom: 20px;
}
@media (max-width: 1200px) {
  .cid-tHax4XMQdH .card {
    padding: 0 5px;
    margin-bottom: 10px;
  }
}
@media (max-width: 992px) {
  .cid-tHax4XMQdH .card {
    padding: 0 10px;
    margin-bottom: 20px;
  }
}
.cid-tHax4XMQdH .card .card-wrapper {
  padding: 16px 15px 43px 15px;
  display: flex;
  flex-direction: column;
  background: #fff7f0;
  border: 1px solid #fff3e0;
}
.cid-tHax4XMQdH .card .card-wrapper .mbr-card-title {
  margin: 0 0 8px 0;
}
.cid-tHax4XMQdH .card .card-wrapper .mbr-card-desc {
  margin: 0;
}
.cid-tHax4XMQdH .features-content {
  padding-left: 85px;
}
@media (max-width: 992px) {
  .cid-tHax4XMQdH .features-content {
    padding: 0 12px;
  }
}
.cid-tHax4XMQdH .mbr-section-subtitle {
  margin-bottom: 27px;
  letter-spacing: .13em;
}
.cid-tHax4XMQdH .mbr-section-title {
  margin: 29px 0 13.5px 0;
}
.cid-tHax4XMQdH .mbr-text {
  margin-bottom: 38px;
}
.cid-tHax4XMQdH .btn {
  height: 55px;
  min-width: 170px;
  box-shadow: none;
  margin-top: 0;
}
.cid-tHax4XMQdH .btn:hover {
  box-shadow: none;
}
.cid-tHax4XMQdH .icon__card {
  display: inline-flex;
  margin: 25px 0;
}
.cid-tHax4XMQdH .icon__card .mbr-iconfont {
  font-size: 48px;
  color: #f68e2a;
}
.cid-tHax4XMQdH .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tt8BZVZRWG {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tt8BZVZRWG .row {
  align-items: center;
  padding: 0;
}
.cid-tt8BZVZRWG .content-wrapper {
  display: flex;
  flex-wrap: wrap;
  border-radius: 10px;
  background-color: #ffffff;
}
.cid-tt8BZVZRWG .image-wrapper {
  padding: 4rem;
  flex-direction: column;
  justify-content: center;
  display: flex;
}
.cid-tt8BZVZRWG .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-tt8BZVZRWG .mbr-section-title {
  margin-bottom: 1.425rem;
  width: 100%;
}
.cid-tt8BZVZRWG .mbr-text {
  width: 100%;
  margin-bottom: 20px;
}
.cid-tt8BZVZRWG .item-container {
  margin-top: 32px;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-tt8BZVZRWG .item-container {
    margin-top: 0;
  }
}
.cid-tt8BZVZRWG .item {
  display: flex;
  margin-top: 32px;
}
.cid-tt8BZVZRWG .item:first-child {
  margin-top: 0;
}
@media (max-width: 767px) {
  .cid-tt8BZVZRWG .item {
    flex-direction: column;
  }
}
.cid-tt8BZVZRWG .icon-box {
  background: #fff3e0;
  width: 50px;
  min-width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 24px;
  padding: 10px;
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-tt8BZVZRWG .icon-box {
    margin-right: 0;
  }
}
.cid-tt8BZVZRWG .text-box {
  flex-grow: 1;
}
.cid-tt8BZVZRWG .mbr-fallback-image.disabled {
  display: none;
}
.cid-tt8BZVZRWG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tt8BZXkLLY {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tt8BZXkLLY .content-wrapper {
  flex-direction: row-reverse;
}
.cid-tt8BZXkLLY .row {
  align-items: center;
  padding: 0;
}
.cid-tt8BZXkLLY .content-wrapper {
  display: flex;
  flex-wrap: wrap;
  border-radius: 10px;
  background-color: #ffffff;
}
.cid-tt8BZXkLLY .image-wrapper {
  padding: 4rem;
  flex-direction: column;
  justify-content: center;
  display: flex;
}
.cid-tt8BZXkLLY .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-tt8BZXkLLY .mbr-section-title {
  margin-bottom: 1.425rem;
  width: 100%;
}
.cid-tt8BZXkLLY .mbr-text {
  width: 100%;
  margin-bottom: 20px;
}
.cid-tt8BZXkLLY .item-container {
  margin-top: 32px;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-tt8BZXkLLY .item-container {
    margin-top: 0;
  }
}
.cid-tt8BZXkLLY .item {
  display: flex;
  margin-top: 32px;
}
.cid-tt8BZXkLLY .item:first-child {
  margin-top: 0;
}
@media (max-width: 767px) {
  .cid-tt8BZXkLLY .item {
    flex-direction: column;
  }
}
.cid-tt8BZXkLLY .icon-box {
  background: #fff3e0;
  width: 50px;
  min-width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 24px;
  padding: 10px;
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-tt8BZXkLLY .icon-box {
    margin-right: 0;
  }
}
.cid-tt8BZXkLLY .text-box {
  flex-grow: 1;
}
.cid-tt8BZXkLLY .mbr-fallback-image.disabled {
  display: none;
}
.cid-tt8BZXkLLY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tt8BZYFRfp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tt8BZYFRfp .card-wrapper {
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-tt8BZYFRfp .card-wrapper {
    flex-wrap: wrap;
  }
}
.cid-tt8BZYFRfp .card-box {
  width: 100%;
}
.cid-tt8BZYFRfp .number {
  float: left;
  margin-top: 25px;
  margin-right: 25px;
  color: #efefef;
}
.cid-tt8BZYFRfp .number div {
  font-size: 5rem;
  line-height: 7rem;
}
.cid-tDY9Q6p9FG {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("https://cdn.centrestack.com/fb/happy-engineer-1200x630.jpg");
}
@media (max-width: 768px) {
  .cid-tDY9Q6p9FG {
    padding-top: 5rem;
  }
}
.cid-tDY9Q6p9FG .mbr-overlay {
  background: #000000;
  opacity: 0.7;
}
.cid-tDY9Uaow5G {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tDY9VR7LFB {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tDY9VR7LFB .mbr-overlay {
  background: #ffffff;
  opacity: 0.9;
}
.cid-tDY9VR7LFB .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-tDY9VR7LFB .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tDY9VR7LFB .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tDY9VR7LFB .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tDY9VR7LFB .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-tDY9VR7LFB .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tDY9VR7LFB .mbr-section-subtitle {
  margin-bottom: 21px;
}
.cid-tDYa64Wejs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("https://cdn.centrestack.com/amp/sunlight-meeting-1200x630-tiny-2-1200x630.jpg");
}
.cid-tDYa64Wejs .mbr-overlay {
  background: #122947;
  opacity: 0.8;
}
.cid-tDYa64Wejs h2 {
  position: relative;
  padding: 2rem 0 2rem 2rem;
}
.cid-tDYa64Wejs h2::before,
.cid-tDYa64Wejs h2::after {
  content: "";
  left: 0;
  display: block;
  position: absolute;
  border-bottom: .3125rem solid;
  color: inherit;
  width: 5.375rem;
}
.cid-tDYa64Wejs h2::before {
  top: 0;
}
.cid-tDYa64Wejs h2::after {
  bottom: 0;
}
.cid-tDYaafr2Eg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tDYaafr2Eg .counter-container ol {
  margin-bottom: 0;
  counter-reset: myCounter;
}
.cid-tDYaafr2Eg .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-tDYaafr2Eg .counter-container ol li {
  list-style: none;
  padding-left: 1rem;
  position: relative;
}
.cid-tDYaafr2Eg .counter-container ol li:before {
  position: absolute;
  left: -40px;
  margin-top: 0;
  counter-increment: myCounter;
  content: counter(myCounter);
  line-height: 40px;
  transition: all .2s;
  color: #ffffff;
  background: #f68e2a;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tDYajjERsv {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-tDYajjERsv img,
.cid-tDYajjERsv .item-img {
  width: 100%;
}
.cid-tDYajjERsv .item:focus,
.cid-tDYajjERsv span:focus {
  outline: none;
}
.cid-tDYajjERsv .item {
  margin-bottom: 2rem;
}
.cid-tDYajjERsv .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tDYajjERsv .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tDYajjERsv .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tDYajjERsv .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tDYalxZopT {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tDYalxZopT .mbr-overlay {
  background: #ffffff;
  opacity: 0.9;
}
.cid-tDYalxZopT .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-tDYalxZopT .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tDYalxZopT .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tDYalxZopT .content-wrapper {
    padding: 2rem;
  }
}
.cid-tDYalxZopT .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tDYalxZopT .mbr-section-subtitle {
  margin-bottom: 21px;
}
.cid-tDYauAjnBq {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-tDYauAjnBq .container {
    max-width: 1400px;
  }
}
.cid-tDYauAjnBq .mbr-overlay {
  background: #ffffff;
  opacity: 0.9;
}
.cid-tDYauAjnBq .mbr-section-subtitle {
  margin-bottom: 21px;
}
.cid-tDYauAjnBq .mbr-section-subtitle.display-4 {
  line-height: 1.375;
}
.cid-tDYauAjnBq .main-title {
  margin-bottom: 56px;
}
.cid-tDYauAjnBq .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #f68e2a;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 26px;
}
.cid-tDYauAjnBq .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-tDYauAjnBq .img-wrap {
  display: block;
}
.cid-tDYauAjnBq .img-wrap img {
  max-width: 100%;
  max-height: 600px;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.cid-tDYauAjnBq .card-wrapper {
  background-position: center;
  border-radius: 4px;
  padding: 0;
  transition: all 0.3s;
  background-size: cover;
  display: flex !important;
  flex-direction: row !important;
  justify-content: center !important;
  align-items: flex-start;
}
.cid-tDYauAjnBq .card-wrapper .mbr-iconfont {
  font-size: 50px;
  color: #f68e2a;
  margin-right: 25px;
}
@media (max-width: 768px) {
  .cid-tDYauAjnBq .card-wrapper .mbr-iconfont {
    font-size: 30px;
  }
}
.cid-tDYauAjnBq .card-wrapper .card-box {
  height: 100%;
}
.cid-tDYauAjnBq .card-wrapper .card-box .card-title {
  margin-bottom: 12px;
}
.cid-tDYauAjnBq .card-wrapper .card-box .card-title.display-7 {
  line-height: 1.3;
}
.cid-tDYauAjnBq .card-wrapper .card-box .mbr-text.display-4 {
  line-height: 1.75;
}
.cid-tDYauAjnBq .card-wrapper .card-box .link-wrap {
  width: 100%;
}
.cid-tDYauAjnBq .card-wrapper .card-box .link-wrap .link {
  display: inline-block;
}
.cid-tDYauAjnBq .card-wrapper .card-box .link-wrap .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 0.6rem;
}
.cid-tDYauAjnBq .card-wrapper .card-box .link-wrap .link a:before {
  position: absolute;
  transition: all 0.3s;
  right: 0px;
  top: 55%;
  opacity: 0;
  transform: translateY(-50%);
  content: "\e909";
  font-family: "Moririse2" !important;
  color: currentColor;
  font-size: 0.6rem;
}
.cid-tDYauAjnBq .card-wrapper .card-box .link-wrap .link a:hover:before {
  opacity: 1;
  transform: translateX(8px) translateY(-50%);
}
.cid-tDYauAjnBq .mbr-section-btn {
  text-align: center;
}
.cid-tDYauAjnBq .mbr-section-btn .btn {
  padding: 18px 26px;
}
.cid-tDYauAjnBq .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.5px;
}
.cid-tDYauAjnBq .mbr-section-btn .btn-secondary:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
@media (max-width: 992px) {
  .cid-tDYauAjnBq img {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .cid-tDYauAjnBq .card-box .card-title,
  .cid-tDYauAjnBq .card-box .mbr-text {
    text-align: left;
  }
}
.cid-tE4C17aeDB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e3f2fd;
}
.cid-tE4C17aeDB .mbr-overlay {
  background: #ffffff;
  opacity: 0.5;
}
.cid-tE4C17aeDB .mbr-fallback-image.disabled {
  display: none;
}
.cid-tE4C17aeDB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tE4C17aeDB .row {
  justify-content: flex-start;
}
.cid-tE4C17aeDB .mbr-text {
  margin-top: 36px;
}
@media (max-width: 991px) {
  .cid-tE4C17aeDB .mbr-text {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .cid-tE4C17aeDB .mbr-text {
    margin-top: 20px;
  }
}
.cid-tE4C17aeDB .mbr-section-btn {
  margin-top: 50px;
}
@media (max-width: 991px) {
  .cid-tE4C17aeDB .mbr-section-btn {
    margin-top: 46px;
  }
}
.cid-tE4C17aeDB .mbr-section-btn .btn-white {
  color: #45494E !important;
  border: 1px solid #45494E !important;
  background-color: transparent !important;
}
.cid-tE4C17aeDB .mbr-section-btn .btn-white:hover {
  color: #FFFFFF !important;
  border: 1px solid #45494E !important;
  background-color: #45494E !important;
}
.cid-tDYaJT651E {
  overflow: hidden;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-tDYaJT651E .mbr-overlay {
  background: #ffffff;
  opacity: 0.9;
}
.cid-tDYaJT651E .iconfont-wrapper {
  display: inline-block;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.cid-tDYaJT651E .iconfont-wrapper:before {
  content: "";
  top: 0;
  left: 50%;
  bottom: 0;
  z-index: -1;
  width: 60px;
  position: absolute;
  background-color: rgba(86, 167, 0, 0.07);
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
}
.cid-tDYaJT651E .iconfont-wrapper .mbr-iconfont {
  color: #56a700;
  height: 75px;
  line-height: 75px;
  font-size: 46px;
  text-align: center;
}
.cid-tDYaJT651E .mbr-section-title {
  margin-bottom: 36px;
}
.cid-tDYaJT651E .mbr-text {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .cid-tDYaJT651E .column2 {
    margin-top: 100px;
  }
}
.cid-tDYaJT651E .card__block {
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.08);
  border-radius: 5px;
  padding: 45px 35px;
  margin-bottom: 40px;
  background: #ffffff;
}
.cid-tDYaJT651E .icon__card_wrap {
  width: 100%;
  margin-bottom: 25px;
}
.cid-tDYaJT651E .icon__card {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cid-tDYaJT651E .icon__card .mbr-iconfont {
  font-size: 48px;
  color: #ffffff;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}
.cid-tDYaJT651E .icon__card.color1 span {
  text-shadow: 0 14px 30px rgba(246, 142, 42, 0.4);
  background: -webkit-linear-gradient(40deg, #f68e2a 0%, rgba(246, 142, 42, 0.3) 100%);
}
.cid-tDYaJT651E .icon__card.color2 span {
  text-shadow: 0 14px 30px rgba(86, 167, 0, 0.4);
  background: -webkit-linear-gradient(40deg, #56a700 0%, rgba(86, 167, 0, 0.3) 100%);
}
.cid-tDYaJT651E .icon__card.color3 span {
  text-shadow: 0 14px 30px rgba(69, 39, 160, 0.4);
  background: -webkit-linear-gradient(40deg, #4527a0 0%, rgba(69, 39, 160, 0.3) 100%);
}
.cid-tDYaJT651E .icon__card.color4 span {
  text-shadow: 0 14px 30px rgba(118, 118, 118, 0.4);
  background: -webkit-linear-gradient(40deg, #767676 0%, rgba(118, 118, 118, 0.3) 100%);
}
.cid-tDYaJT651E .card__title {
  margin-bottom: 15px;
  color: #1565c0;
}
.cid-tDYaJT651E .card__text {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-tDYaJT651E .title__block {
    text-align: center;
  }
  .cid-tDYaJT651E .iconfont-wrapper {
    margin-bottom: 30px;
  }
  .cid-tDYaJT651E .mbr-sectioin-title {
    margin-bottom: 22px;
  }
  .cid-tDYaJT651E .mbr-text {
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .cid-tDYaJT651E .card__block {
    padding: 35px 30px;
    margin-top: 40px;
    margin-bottom: 0;
  }
}
.cid-tDYAfyGJka {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tDYxU3dDJx {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tDYxU3dDJx .mbr-overlay {
  background: #ffffff;
  opacity: 0.5;
}
.cid-tDYxU3dDJx .mbr-section-subtitle {
  margin-bottom: 21px;
}
.cid-tDYxU3dDJx .mbr-section-subtitle.display-4 {
  line-height: 1.375;
}
.cid-tDYxU3dDJx .main-title {
  margin-bottom: 56px;
}
.cid-tDYxU3dDJx .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #f68e2a;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 26px;
}
.cid-tDYxU3dDJx .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-tDYxU3dDJx .img-wrap {
  display: block;
}
.cid-tDYxU3dDJx .img-wrap img {
  max-width: 100%;
  max-height: 600px;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.cid-tDYxU3dDJx .card-wrapper {
  background-position: center;
  border-radius: 4px;
  padding: 0;
  transition: all 0.3s;
  background-size: cover;
  display: flex !important;
  flex-direction: row !important;
  justify-content: center !important;
  align-items: flex-start;
}
.cid-tDYxU3dDJx .card-wrapper .mbr-iconfont {
  display: none;
  font-size: 40px;
  color: #f68e2a;
  margin-right: 25px;
}
.cid-tDYxU3dDJx .card-wrapper .card-box {
  height: 100%;
}
.cid-tDYxU3dDJx .card-wrapper .card-box .card-title {
  margin-bottom: 12px;
}
.cid-tDYxU3dDJx .card-wrapper .card-box .card-title.display-7 {
  line-height: 1.3;
}
.cid-tDYxU3dDJx .card-wrapper .card-box .mbr-text.display-4 {
  line-height: 1.75;
}
.cid-tDYxU3dDJx .card-wrapper .card-box .link-wrap {
  width: 100%;
}
.cid-tDYxU3dDJx .card-wrapper .card-box .link-wrap .link {
  display: inline-block;
}
.cid-tDYxU3dDJx .card-wrapper .card-box .link-wrap .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 0.6rem;
  font-weight: 600;
}
.cid-tDYxU3dDJx .card-wrapper .card-box .link-wrap .link a:before {
  position: absolute;
  transition: all 0.3s;
  right: 0px;
  top: 55%;
  opacity: 0;
  transform: translateY(-50%);
  content: "\e909";
  font-family: "Moririse2" !important;
  color: currentColor;
  font-size: 0.6rem;
}
.cid-tDYxU3dDJx .card-wrapper .card-box .link-wrap .link a:hover:before {
  opacity: 1;
  transform: translateX(8px) translateY(-50%);
}
.cid-tDYxU3dDJx .mbr-section-btn {
  text-align: center;
}
.cid-tDYxU3dDJx .mbr-section-btn .btn {
  padding: 18px 26px;
}
.cid-tDYxU3dDJx .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.5px;
}
.cid-tDYxU3dDJx .mbr-section-btn .btn-secondary:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
@media (max-width: 992px) {
  .cid-tDYxU3dDJx img {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .cid-tDYxU3dDJx .card-box .card-title,
  .cid-tDYxU3dDJx .card-box .mbr-text {
    text-align: left;
  }
}
.cid-tDYxUPY5gZ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tDYxUPY5gZ .mbr-overlay {
  background: #ffffff;
  opacity: 0.5;
}
.cid-tDYxUPY5gZ .row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-tDYxUPY5gZ .row .col-lg-6:last-child {
  padding-left: 40px;
}
.cid-tDYxUPY5gZ .mbr-section-subtitle {
  margin-bottom: 21px;
}
.cid-tDYxUPY5gZ .mbr-section-subtitle.display-4 {
  line-height: 1.375;
}
.cid-tDYxUPY5gZ .main-title {
  margin-bottom: 56px;
}
.cid-tDYxUPY5gZ .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #f68e2a;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 26px;
}
.cid-tDYxUPY5gZ .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-tDYxUPY5gZ .img-wrap {
  display: block;
}
.cid-tDYxUPY5gZ .img-wrap img {
  max-width: 100%;
  max-height: 600px;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.cid-tDYxUPY5gZ .card-wrapper {
  background-position: center;
  border-radius: 4px;
  padding: 0;
  transition: all 0.3s;
  background-size: cover;
  display: flex !important;
  flex-direction: row !important;
  justify-content: center !important;
  align-items: flex-start;
}
.cid-tDYxUPY5gZ .card-wrapper .mbr-iconfont {
  display: none;
  font-size: 40px;
  color: #f68e2a;
  margin-right: 25px;
}
.cid-tDYxUPY5gZ .card-wrapper .card-box {
  height: 100%;
}
.cid-tDYxUPY5gZ .card-wrapper .card-box .card-title {
  margin-bottom: 12px;
}
.cid-tDYxUPY5gZ .card-wrapper .card-box .card-title.display-7 {
  line-height: 1.3;
}
.cid-tDYxUPY5gZ .card-wrapper .card-box .mbr-text.display-4 {
  line-height: 1.75;
}
.cid-tDYxUPY5gZ .card-wrapper .card-box .link-wrap {
  width: 100%;
}
.cid-tDYxUPY5gZ .card-wrapper .card-box .link-wrap .link {
  display: inline-block;
}
.cid-tDYxUPY5gZ .card-wrapper .card-box .link-wrap .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 0.6rem;
  font-weight: 600;
}
.cid-tDYxUPY5gZ .card-wrapper .card-box .link-wrap .link a:before {
  position: absolute;
  transition: all 0.3s;
  right: 0px;
  top: 55%;
  opacity: 0;
  transform: translateY(-50%);
  content: "\e909";
  font-family: "Moririse2" !important;
  color: currentColor;
  font-size: 0.6rem;
}
.cid-tDYxUPY5gZ .card-wrapper .card-box .link-wrap .link a:hover:before {
  opacity: 1;
  transform: translateX(8px) translateY(-50%);
}
.cid-tDYxUPY5gZ .mbr-section-btn {
  text-align: center;
}
.cid-tDYxUPY5gZ .mbr-section-btn .btn {
  padding: 18px 26px;
  font-weight: 600;
}
.cid-tDYxUPY5gZ .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.5px;
}
.cid-tDYxUPY5gZ .mbr-section-btn .btn-secondary:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
@media (max-width: 992px) {
  .cid-tDYxUPY5gZ img {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .cid-tDYxUPY5gZ .card-box .card-title,
  .cid-tDYxUPY5gZ .card-box .mbr-text {
    text-align: left;
  }
}
.cid-tDYxVCDx2u {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tDYxVCDx2u .mbr-overlay {
  background: #ffffff;
  opacity: 0.5;
}
.cid-tDYxVCDx2u .mbr-section-subtitle {
  margin-bottom: 21px;
}
.cid-tDYxVCDx2u .mbr-section-subtitle.display-4 {
  line-height: 1.375;
}
.cid-tDYxVCDx2u .main-title {
  margin-bottom: 56px;
}
.cid-tDYxVCDx2u .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #f68e2a;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 26px;
}
.cid-tDYxVCDx2u .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-tDYxVCDx2u .img-wrap {
  display: block;
}
.cid-tDYxVCDx2u .img-wrap img {
  max-width: 100%;
  max-height: 600px;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.cid-tDYxVCDx2u .card-wrapper {
  background-position: center;
  border-radius: 4px;
  padding: 0;
  transition: all 0.3s;
  background-size: cover;
  display: flex !important;
  flex-direction: row !important;
  justify-content: center !important;
  align-items: flex-start;
}
.cid-tDYxVCDx2u .card-wrapper .mbr-iconfont {
  display: none;
  font-size: 40px;
  color: #f68e2a;
  margin-right: 25px;
}
.cid-tDYxVCDx2u .card-wrapper .card-box {
  height: 100%;
}
.cid-tDYxVCDx2u .card-wrapper .card-box .card-title {
  margin-bottom: 12px;
}
.cid-tDYxVCDx2u .card-wrapper .card-box .card-title.display-7 {
  line-height: 1.3;
}
.cid-tDYxVCDx2u .card-wrapper .card-box .mbr-text.display-4 {
  line-height: 1.75;
}
.cid-tDYxVCDx2u .card-wrapper .card-box .link-wrap {
  width: 100%;
}
.cid-tDYxVCDx2u .card-wrapper .card-box .link-wrap .link {
  display: inline-block;
}
.cid-tDYxVCDx2u .card-wrapper .card-box .link-wrap .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 0.6rem;
  font-weight: 600;
}
.cid-tDYxVCDx2u .card-wrapper .card-box .link-wrap .link a:before {
  position: absolute;
  transition: all 0.3s;
  right: 0px;
  top: 55%;
  opacity: 0;
  transform: translateY(-50%);
  content: "\e909";
  font-family: "Moririse2" !important;
  color: currentColor;
  font-size: 0.6rem;
}
.cid-tDYxVCDx2u .card-wrapper .card-box .link-wrap .link a:hover:before {
  opacity: 1;
  transform: translateX(8px) translateY(-50%);
}
.cid-tDYxVCDx2u .mbr-section-btn {
  text-align: center;
}
.cid-tDYxVCDx2u .mbr-section-btn .btn {
  padding: 18px 26px;
  font-weight: 600;
}
.cid-tDYxVCDx2u .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.5px;
}
.cid-tDYxVCDx2u .mbr-section-btn .btn-secondary:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
@media (max-width: 992px) {
  .cid-tDYxVCDx2u img {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .cid-tDYxVCDx2u .card-box .card-title,
  .cid-tDYxVCDx2u .card-box .mbr-text {
    text-align: left;
  }
}
.cid-tDYxWxB4kS {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tDYxWxB4kS .mbr-overlay {
  background: #ffffff;
  opacity: 0.5;
}
.cid-tDYxWxB4kS .row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-tDYxWxB4kS .row .col-lg-6:last-child {
  padding-left: 40px;
}
.cid-tDYxWxB4kS .mbr-section-subtitle {
  margin-bottom: 21px;
}
.cid-tDYxWxB4kS .mbr-section-subtitle.display-4 {
  line-height: 1.375;
}
.cid-tDYxWxB4kS .main-title {
  margin-bottom: 56px;
}
.cid-tDYxWxB4kS .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #f68e2a;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 26px;
}
.cid-tDYxWxB4kS .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-tDYxWxB4kS .img-wrap {
  display: block;
}
.cid-tDYxWxB4kS .img-wrap img {
  max-width: 100%;
  max-height: 600px;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.cid-tDYxWxB4kS .card-wrapper {
  background-position: center;
  border-radius: 4px;
  padding: 0;
  transition: all 0.3s;
  background-size: cover;
  display: flex !important;
  flex-direction: row !important;
  justify-content: center !important;
  align-items: flex-start;
}
.cid-tDYxWxB4kS .card-wrapper .mbr-iconfont {
  display: none;
  font-size: 40px;
  color: #f68e2a;
  margin-right: 25px;
}
.cid-tDYxWxB4kS .card-wrapper .card-box {
  height: 100%;
}
.cid-tDYxWxB4kS .card-wrapper .card-box .card-title {
  margin-bottom: 12px;
}
.cid-tDYxWxB4kS .card-wrapper .card-box .card-title.display-7 {
  line-height: 1.3;
}
.cid-tDYxWxB4kS .card-wrapper .card-box .mbr-text.display-4 {
  line-height: 1.75;
}
.cid-tDYxWxB4kS .card-wrapper .card-box .link-wrap {
  width: 100%;
}
.cid-tDYxWxB4kS .card-wrapper .card-box .link-wrap .link {
  display: inline-block;
}
.cid-tDYxWxB4kS .card-wrapper .card-box .link-wrap .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 0.6rem;
  font-weight: 600;
}
.cid-tDYxWxB4kS .card-wrapper .card-box .link-wrap .link a:before {
  position: absolute;
  transition: all 0.3s;
  right: 0px;
  top: 55%;
  opacity: 0;
  transform: translateY(-50%);
  content: "\e909";
  font-family: "Moririse2" !important;
  color: currentColor;
  font-size: 0.6rem;
}
.cid-tDYxWxB4kS .card-wrapper .card-box .link-wrap .link a:hover:before {
  opacity: 1;
  transform: translateX(8px) translateY(-50%);
}
.cid-tDYxWxB4kS .mbr-section-btn {
  text-align: center;
}
.cid-tDYxWxB4kS .mbr-section-btn .btn {
  padding: 18px 26px;
  font-weight: 600;
}
.cid-tDYxWxB4kS .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.5px;
}
.cid-tDYxWxB4kS .mbr-section-btn .btn-secondary:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
@media (max-width: 992px) {
  .cid-tDYxWxB4kS img {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .cid-tDYxWxB4kS .card-box .card-title,
  .cid-tDYxWxB4kS .card-box .mbr-text {
    text-align: left;
  }
}
.cid-tDYxXy6zrw {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tDYxXy6zrw .mbr-overlay {
  background: #ffffff;
  opacity: 0.5;
}
.cid-tDYxXy6zrw .mbr-section-subtitle {
  margin-bottom: 21px;
}
.cid-tDYxXy6zrw .mbr-section-subtitle.display-4 {
  line-height: 1.375;
}
.cid-tDYxXy6zrw .main-title {
  margin-bottom: 56px;
}
.cid-tDYxXy6zrw .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #f68e2a;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 26px;
}
.cid-tDYxXy6zrw .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-tDYxXy6zrw .img-wrap {
  display: block;
}
.cid-tDYxXy6zrw .img-wrap img {
  max-width: 100%;
  max-height: 600px;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.cid-tDYxXy6zrw .card-wrapper {
  background-position: center;
  border-radius: 4px;
  padding: 0;
  transition: all 0.3s;
  background-size: cover;
  display: flex !important;
  flex-direction: row !important;
  justify-content: center !important;
  align-items: flex-start;
}
.cid-tDYxXy6zrw .card-wrapper .mbr-iconfont {
  display: none;
  font-size: 40px;
  color: #f68e2a;
  margin-right: 25px;
}
.cid-tDYxXy6zrw .card-wrapper .card-box {
  height: 100%;
}
.cid-tDYxXy6zrw .card-wrapper .card-box .card-title {
  margin-bottom: 12px;
}
.cid-tDYxXy6zrw .card-wrapper .card-box .card-title.display-7 {
  line-height: 1.3;
}
.cid-tDYxXy6zrw .card-wrapper .card-box .mbr-text.display-4 {
  line-height: 1.75;
}
.cid-tDYxXy6zrw .card-wrapper .card-box .link-wrap {
  width: 100%;
}
.cid-tDYxXy6zrw .card-wrapper .card-box .link-wrap .link {
  display: inline-block;
}
.cid-tDYxXy6zrw .card-wrapper .card-box .link-wrap .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 0.6rem;
  font-weight: 600;
}
.cid-tDYxXy6zrw .card-wrapper .card-box .link-wrap .link a:before {
  position: absolute;
  transition: all 0.3s;
  right: 0px;
  top: 55%;
  opacity: 0;
  transform: translateY(-50%);
  content: "\e909";
  font-family: "Moririse2" !important;
  color: currentColor;
  font-size: 0.6rem;
}
.cid-tDYxXy6zrw .card-wrapper .card-box .link-wrap .link a:hover:before {
  opacity: 1;
  transform: translateX(8px) translateY(-50%);
}
.cid-tDYxXy6zrw .mbr-section-btn {
  text-align: center;
}
.cid-tDYxXy6zrw .mbr-section-btn .btn {
  padding: 18px 26px;
  font-weight: 600;
}
.cid-tDYxXy6zrw .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.5px;
}
.cid-tDYxXy6zrw .mbr-section-btn .btn-secondary:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
@media (max-width: 992px) {
  .cid-tDYxXy6zrw img {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .cid-tDYxXy6zrw .card-box .card-title,
  .cid-tDYxXy6zrw .card-box .mbr-text {
    text-align: left;
  }
}
.cid-tDYbckSuRQ {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tDYbckSuRQ .mbr-overlay {
  background: #ffffff;
  opacity: 0.9;
}
.cid-tDYbckSuRQ .row {
  padding: 0 1rem;
}
@media (max-width: 991px) {
  .cid-tDYbckSuRQ .row {
    padding: 0 0.75rem;
  }
}
.cid-tDYbckSuRQ .text-container {
  margin-bottom: 20px;
  padding: 0 !important;
}
.cid-tDYbckSuRQ .label-text {
  color: #0057fc;
}
.cid-tDYbckSuRQ .mbr-section-title {
  margin: 0 auto;
  padding-bottom: 20px;
}
.cid-tDYbckSuRQ .cards-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
}
.cid-tDYbckSuRQ .card {
  padding: 15px;
}
@media (max-width: 767px) {
  .cid-tDYbckSuRQ .card {
    padding: 0;
  }
}
.cid-tDYbckSuRQ .card-wrapper {
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 30px;
  border: 1px solid #EEEEEE;
  border-radius: 5px;
  background-color: #e3f2fd;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s, -webkit-border-radius 0.3s, -webkit-box-shadow 0.3s;
}
@media (max-width: 767px) {
  .cid-tDYbckSuRQ .card-wrapper {
    margin-bottom: 30px;
    max-width: 522px;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-tDYbckSuRQ .card-wrapper:hover {
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.07);
}
.cid-tDYbckSuRQ .mbr-iconfont {
  font-size: 50px;
  color: #ff9966;
}
.cid-tDYbckSuRQ .icon-box {
  width: 100%;
  margin-bottom: 20px;
}
.cid-tDYbckSuRQ .card-title {
  padding-bottom: 10px;
}
.cid-tDYbjFGfCw {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tDYbjFGfCw .mbr-overlay {
  background: #ffffff;
  opacity: 0.9;
}
.cid-tDYbjFGfCw .title__block {
  margin-bottom: 55px;
  width: 100%;
}
.cid-tDYbjFGfCw .mbr-section-title {
  margin-bottom: 16px;
}
.cid-tDYbjFGfCw .card__wrap {
  margin-bottom: 60px;
  display: flex;
}
.cid-tDYbjFGfCw .card__image {
  display: block;
  max-width: 150px;
  width: 100%;
  text-align: center;
}
.cid-tDYbjFGfCw .card__image img {
  width: 45%;
  object-fit: cover;
}
.cid-tDYbjFGfCw .mbr-iconfont {
  font-size: 50px;
  color: #f68e2a;
  margin-right: 25px;
}
@media (max-width: 768px) {
  .cid-tDYbjFGfCw .mbr-iconfont {
    font-size: 30px;
  }
}
.cid-tDYbjFGfCw .card__content {
  display: block;
  width: 100%;
}
.cid-tDYbjFGfCw .card__title {
  margin-bottom: 15px;
}
.cid-tDYbjFGfCw .card__text {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-tDYbjFGfCw .mbr-section-title {
    margin-bottom: 20px;
  }
  .cid-tDYbjFGfCw .card__wrap {
    margin-bottom: 40px;
  }
  .cid-tDYbjFGfCw .card__title {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 10px;
  }
}
@media (max-width: 575px) {
  .cid-tDYbjFGfCw .card__image {
    max-width: 90px;
  }
  .cid-tDYbjFGfCw .card__image img {
    width: 70%;
  }
}
.cid-tFcwUVgQ29 {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("https://cdn.centrestack.com/fb/business-two-person-working-1200x630-tiny.jpg");
}
@media (max-width: 768px) {
  .cid-tFcwUVgQ29 {
    padding-top: 5rem;
  }
}
.cid-tFcwUVgQ29 .mbr-overlay {
  background: #000000;
  opacity: 0.7;
}
.cid-tFcxH9Sm18 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tFcxH9Sm18 .mbr-overlay {
  background: #ffffff;
  opacity: 0.9;
}
.cid-tFcxH9Sm18 .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-tFcxH9Sm18 .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tFcxH9Sm18 .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tFcxH9Sm18 .content-wrapper {
    padding: 2rem;
  }
}
.cid-tFcxH9Sm18 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tFcxH9Sm18 .mbr-section-subtitle {
  margin-bottom: 21px;
}
.cid-tFcxIAkNUN {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tFcxIAkNUN .mbr-overlay {
  background: #ffffff;
  opacity: 0.9;
}
.cid-tFcxIAkNUN .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-tFcxIAkNUN .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tFcxIAkNUN .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tFcxIAkNUN .content-wrapper {
    padding: 2rem;
  }
}
.cid-tFcxIAkNUN .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tFcxIAkNUN .mbr-section-subtitle {
  margin-bottom: 21px;
}
.cid-tFcyCO2bpU {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tFcyCO2bpU .row {
  padding: 0 1rem;
}
@media (max-width: 991px) {
  .cid-tFcyCO2bpU .row {
    padding: 0 0.75rem;
  }
}
.cid-tFcyCO2bpU .text-container {
  margin-bottom: 20px;
  padding: 0 !important;
}
.cid-tFcyCO2bpU .mbr-section-title {
  margin: 0 auto;
  padding-bottom: 20px;
}
.cid-tFcyCO2bpU .cards-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
}
.cid-tFcyCO2bpU .card {
  padding: 15px;
}
@media (max-width: 767px) {
  .cid-tFcyCO2bpU .card {
    padding: 0;
  }
}
.cid-tFcyCO2bpU .card-wrapper {
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 30px;
  border: 1px solid #EEEEEE;
  border-radius: 5px;
  background-color: #e3f2fd;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s, -webkit-border-radius 0.3s, -webkit-box-shadow 0.3s;
}
@media (max-width: 767px) {
  .cid-tFcyCO2bpU .card-wrapper {
    margin-bottom: 30px;
    max-width: 522px;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-tFcyCO2bpU .card-wrapper:hover {
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.07);
}
.cid-tFcyCO2bpU .mbr-iconfont {
  font-size: 50px;
  color: #f68e2a;
}
.cid-tFcyCO2bpU .icon-box {
  width: 100%;
  margin-bottom: 20px;
}
.cid-tFcyCO2bpU .card-title {
  padding-bottom: 10px;
}
.cid-tFcyYCf0tT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e3f2fd;
}
.cid-tFcyYCf0tT .mbr-overlay {
  background: #ffffff;
  opacity: 0.5;
}
.cid-tFcyYCf0tT .mbr-fallback-image.disabled {
  display: none;
}
.cid-tFcyYCf0tT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tFcyYCf0tT .row {
  justify-content: flex-start;
}
.cid-tFcyYCf0tT .mbr-text {
  margin-top: 36px;
}
@media (max-width: 991px) {
  .cid-tFcyYCf0tT .mbr-text {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .cid-tFcyYCf0tT .mbr-text {
    margin-top: 20px;
  }
}
.cid-tFcyYCf0tT .mbr-section-btn {
  margin-top: 50px;
}
@media (max-width: 991px) {
  .cid-tFcyYCf0tT .mbr-section-btn {
    margin-top: 46px;
  }
}
.cid-tFcyYCf0tT .mbr-section-btn .btn-white {
  color: #45494E !important;
  border: 1px solid #45494E !important;
  background-color: transparent !important;
}
.cid-tFcyYCf0tT .mbr-section-btn .btn-white:hover {
  color: #FFFFFF !important;
  border: 1px solid #45494E !important;
  background-color: #45494E !important;
}
.cid-tFcz0AOOJZ {
  overflow: hidden;
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #fafafa;
}
.cid-tFcz0AOOJZ .mbr-overlay {
  background: #ffffff;
  opacity: 0.9;
}
.cid-tFcz0AOOJZ .iconfont-wrapper {
  display: inline-block;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.cid-tFcz0AOOJZ .iconfont-wrapper:before {
  content: "";
  top: 0;
  left: 50%;
  bottom: 0;
  z-index: -1;
  width: 60px;
  position: absolute;
  background-color: rgba(86, 167, 0, 0.07);
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
}
.cid-tFcz0AOOJZ .iconfont-wrapper .mbr-iconfont {
  color: #56a700;
  height: 75px;
  line-height: 75px;
  font-size: 46px;
  text-align: center;
}
.cid-tFcz0AOOJZ .mbr-section-title {
  margin-bottom: 36px;
}
.cid-tFcz0AOOJZ .mbr-text {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .cid-tFcz0AOOJZ .column2 {
    margin-top: 100px;
  }
}
.cid-tFcz0AOOJZ .card__block {
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.08);
  border-radius: 5px;
  padding: 45px 35px;
  margin-bottom: 40px;
  background: #ffffff;
}
.cid-tFcz0AOOJZ .icon__card_wrap {
  width: 100%;
  margin-bottom: 25px;
}
.cid-tFcz0AOOJZ .icon__card {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cid-tFcz0AOOJZ .icon__card .mbr-iconfont {
  font-size: 48px;
  color: #ffffff;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}
.cid-tFcz0AOOJZ .icon__card.color1 span {
  text-shadow: 0 14px 30px rgba(246, 142, 42, 0.4);
  background: -webkit-linear-gradient(40deg, #f68e2a 0%, rgba(246, 142, 42, 0.3) 100%);
}
.cid-tFcz0AOOJZ .icon__card.color2 span {
  text-shadow: 0 14px 30px rgba(86, 167, 0, 0.4);
  background: -webkit-linear-gradient(40deg, #56a700 0%, rgba(86, 167, 0, 0.3) 100%);
}
.cid-tFcz0AOOJZ .icon__card.color3 span {
  text-shadow: 0 14px 30px rgba(69, 39, 160, 0.4);
  background: -webkit-linear-gradient(40deg, #4527a0 0%, rgba(69, 39, 160, 0.3) 100%);
}
.cid-tFcz0AOOJZ .icon__card.color4 span {
  text-shadow: 0 14px 30px rgba(118, 118, 118, 0.4);
  background: -webkit-linear-gradient(40deg, #767676 0%, rgba(118, 118, 118, 0.3) 100%);
}
.cid-tFcz0AOOJZ .card__title {
  margin-bottom: 15px;
  color: #f68e2a;
}
.cid-tFcz0AOOJZ .card__text {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-tFcz0AOOJZ .title__block {
    text-align: center;
  }
  .cid-tFcz0AOOJZ .iconfont-wrapper {
    margin-bottom: 30px;
  }
  .cid-tFcz0AOOJZ .mbr-sectioin-title {
    margin-bottom: 22px;
  }
  .cid-tFcz0AOOJZ .mbr-text {
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .cid-tFcz0AOOJZ .card__block {
    padding: 35px 30px;
    margin-top: 40px;
    margin-bottom: 0;
  }
}
.cid-tFcz6xybnT {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-tFcz6xybnT img,
.cid-tFcz6xybnT .item-img {
  width: 100%;
}
.cid-tFcz6xybnT .item:focus,
.cid-tFcz6xybnT span:focus {
  outline: none;
}
.cid-tFcz6xybnT .item {
  margin-bottom: 2rem;
}
.cid-tFcz6xybnT .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tFcz6xybnT .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tFcz6xybnT .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tFcz6xybnT .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tFczbiO7LH {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-tFczbiO7LH .container {
    max-width: 1400px;
  }
}
.cid-tFczbiO7LH .mbr-section-subtitle {
  margin-bottom: 21px;
}
.cid-tFczbiO7LH .mbr-section-subtitle.display-4 {
  line-height: 1.375;
}
.cid-tFczbiO7LH .main-title {
  margin-bottom: 56px;
}
.cid-tFczbiO7LH .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #f68e2a;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 26px;
}
.cid-tFczbiO7LH .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-tFczbiO7LH .img-wrap {
  display: block;
}
.cid-tFczbiO7LH .img-wrap img {
  max-width: 100%;
  width: auto;
}
.cid-tFczbiO7LH .card-wrapper {
  background-position: center;
  border-radius: 4px;
  padding: 0;
  transition: all 0.3s;
  background-size: cover;
  display: flex !important;
  flex-direction: row !important;
  justify-content: center !important;
  align-items: flex-start;
}
.cid-tFczbiO7LH .card-wrapper .mbr-iconfont {
  font-size: 50px;
  color: #f68e2a;
  margin-right: 25px;
}
@media (max-width: 768px) {
  .cid-tFczbiO7LH .card-wrapper .mbr-iconfont {
    font-size: 30px;
  }
}
.cid-tFczbiO7LH .card-wrapper .card-box {
  height: 100%;
}
.cid-tFczbiO7LH .card-wrapper .card-box .card-title {
  color: #404040;
  margin-bottom: 12px;
}
.cid-tFczbiO7LH .card-wrapper .card-box .card-title.display-7 {
  line-height: 1.3;
}
.cid-tFczbiO7LH .card-wrapper .card-box .mbr-text {
  color: #606060;
}
.cid-tFczbiO7LH .card-wrapper .card-box .mbr-text.display-4 {
  line-height: 1.75;
}
.cid-tFczbiO7LH .card-wrapper .card-box .link-wrap {
  width: 100%;
}
.cid-tFczbiO7LH .card-wrapper .card-box .link-wrap .link {
  display: inline-block;
}
.cid-tFczbiO7LH .card-wrapper .card-box .link-wrap .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 0.6rem;
}
.cid-tFczbiO7LH .card-wrapper .card-box .link-wrap .link a:before {
  position: absolute;
  transition: all 0.3s;
  right: 0px;
  top: 55%;
  opacity: 0;
  transform: translateY(-50%);
  content: "\e909";
  font-family: "Moririse2" !important;
  color: currentColor;
  font-size: 0.6rem;
}
.cid-tFczbiO7LH .card-wrapper .card-box .link-wrap .link a:hover:before {
  opacity: 1;
  transform: translateX(8px) translateY(-50%);
}
.cid-tFczbiO7LH .mbr-section-btn {
  text-align: center;
}
.cid-tFczbiO7LH .mbr-section-btn .btn {
  padding: 18px 26px;
}
.cid-tFczbiO7LH .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.5px;
}
.cid-tFczbiO7LH .mbr-section-btn .btn-secondary:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
@media (max-width: 992px) {
  .cid-tFczbiO7LH img {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .cid-tFczbiO7LH .card-box .card-title,
  .cid-tFczbiO7LH .card-box .mbr-text {
    text-align: left;
  }
}
.cid-tFczcMOv5U {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-tFczcMOv5U .container {
    max-width: 1400px;
  }
}
.cid-tFczcMOv5U .row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-tFczcMOv5U .mbr-section-subtitle {
  margin-bottom: 21px;
}
.cid-tFczcMOv5U .mbr-section-subtitle.display-4 {
  line-height: 1.375;
}
.cid-tFczcMOv5U .main-title {
  margin-bottom: 56px;
}
.cid-tFczcMOv5U .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #f68e2a;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 26px;
}
.cid-tFczcMOv5U .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-tFczcMOv5U .img-wrap {
  display: block;
}
.cid-tFczcMOv5U .img-wrap img {
  max-width: 100%;
  width: auto;
}
.cid-tFczcMOv5U .card-wrapper {
  background-position: center;
  border-radius: 4px;
  padding: 0;
  transition: all 0.3s;
  background-size: cover;
  display: flex !important;
  flex-direction: row !important;
  justify-content: center !important;
  align-items: flex-start;
}
.cid-tFczcMOv5U .card-wrapper .mbr-iconfont {
  font-size: 50px;
  color: #f68e2a;
  margin-right: 25px;
}
@media (max-width: 768px) {
  .cid-tFczcMOv5U .card-wrapper .mbr-iconfont {
    font-size: 30px;
  }
}
.cid-tFczcMOv5U .card-wrapper .card-box {
  height: 100%;
}
.cid-tFczcMOv5U .card-wrapper .card-box .card-title {
  color: #404040;
  margin-bottom: 12px;
}
.cid-tFczcMOv5U .card-wrapper .card-box .card-title.display-7 {
  line-height: 1.3;
}
.cid-tFczcMOv5U .card-wrapper .card-box .mbr-text {
  color: #606060;
}
.cid-tFczcMOv5U .card-wrapper .card-box .mbr-text.display-4 {
  line-height: 1.75;
}
.cid-tFczcMOv5U .card-wrapper .card-box .link-wrap {
  width: 100%;
}
.cid-tFczcMOv5U .card-wrapper .card-box .link-wrap .link {
  display: inline-block;
}
.cid-tFczcMOv5U .card-wrapper .card-box .link-wrap .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 0.6rem;
}
.cid-tFczcMOv5U .card-wrapper .card-box .link-wrap .link a:before {
  position: absolute;
  transition: all 0.3s;
  right: 0px;
  top: 55%;
  opacity: 0;
  transform: translateY(-50%);
  content: "\e909";
  font-family: "Moririse2" !important;
  color: currentColor;
  font-size: 0.6rem;
}
.cid-tFczcMOv5U .card-wrapper .card-box .link-wrap .link a:hover:before {
  opacity: 1;
  transform: translateX(8px) translateY(-50%);
}
.cid-tFczcMOv5U .mbr-section-btn {
  text-align: center;
}
.cid-tFczcMOv5U .mbr-section-btn .btn {
  padding: 18px 26px;
}
.cid-tFczcMOv5U .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.5px;
}
.cid-tFczcMOv5U .mbr-section-btn .btn-secondary:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
@media (max-width: 992px) {
  .cid-tFczcMOv5U img {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .cid-tFczcMOv5U .card-box .card-title,
  .cid-tFczcMOv5U .card-box .mbr-text {
    text-align: left;
  }
}
.cid-tFcAjYkiZF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("https://cdn.centrestack.com/amp/background13-1920x1163-tiny-1920x1163.jpg");
}
.cid-tFcAjYkiZF .mbr-overlay {
  background: #ffffff;
  opacity: 0.9;
}
.cid-tFcAjYkiZF .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #f68e2a;
  margin-bottom: 2rem;
}
.cid-tFcAjYkiZF a {
  color: #f68e2a;
}
.cid-tFcAjYkiZF .link {
  opacity: 0;
  margin-top: 1rem;
  padding-bottom: 40px;
  transform: translate3d(0, 100%, 0);
  transition: all 0.3s;
}
.cid-tFcAjYkiZF .card:hover .link {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.cid-tFcAjYkiZF svg {
  padding-left: 15px;
  transition: 0.3s;
}
.cid-tFcAjYkiZF .link:hover svg {
  padding-left: 7px;
  transition: 0.3s;
}
@media (max-width: 600px) {
  .cid-tFcAjYkiZF .link {
    margin-top: 0rem;
    margin-bottom: 1rem;
    opacity: 1;
    transform: none;
  }
}
.cid-trVjbr9y3J {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("https://cdn.centrestack.com/fb/vpn2-1200x630.jpg");
}
@media (max-width: 768px) {
  .cid-trVjbr9y3J {
    padding-top: 5rem;
  }
}
.cid-trVjbr9y3J .mbr-overlay {
  background: #000000;
  opacity: 0.7;
}
.cid-trVkjbgMbg {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-trVjbrHn0o {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-trVjbrHn0o .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-trVjbrHn0o .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-trVjbrHn0o .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-trVjbrHn0o .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-trVjbrHn0o .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-trVjbrHn0o .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-trVjbrHn0o .mbr-section-subtitle {
  margin-bottom: 21px;
}
.cid-trVleti4pr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("https://cdn.centrestack.com/amp/sunlight-meeting-1200x630-tiny-2-1200x630.jpg");
}
.cid-trVleti4pr .mbr-overlay {
  background: #122947;
  opacity: 0.8;
}
.cid-trVleti4pr H2 {
  position: relative;
  padding: 2rem 0 2rem 2rem;
}
.cid-trVleti4pr H2::before,
.cid-trVleti4pr H2::after {
  content: "";
  left: 0;
  display: block;
  position: absolute;
  border-bottom: .3125rem solid;
  color: inherit;
  width: 5.375rem;
}
.cid-trVleti4pr H2::before {
  top: 0;
}
.cid-trVleti4pr H2::after {
  bottom: 0;
}
.cid-trVloBOMDY {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-trVjbsdK79 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-trVjbsdK79 .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-trVjbsdK79 .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-trVjbsdK79 .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-trVjbsdK79 .content-wrapper {
    padding: 2rem;
  }
}
.cid-trVjbsdK79 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-trVjbsdK79 .mbr-section-subtitle {
  margin-bottom: 21px;
}
.cid-trVmCPn5jo {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-trVjbsKBAT {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-trVjbsKBAT .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-trVjbsKBAT .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-trVjbsKBAT .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-trVjbsKBAT .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-trVjbsKBAT .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-trVjbsKBAT .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-trVjbsKBAT .mbr-section-subtitle {
  margin-bottom: 21px;
}
.cid-trVjbtkHUf {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-trVjbtkHUf .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-trVjbtkHUf .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-trVjbtkHUf .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-trVjbtkHUf .content-wrapper {
    padding: 2rem;
  }
}
.cid-trVjbtkHUf .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-trVjbtkHUf .mbr-section-subtitle {
  margin-bottom: 21px;
}
.cid-trVnAm48s8 {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-trVnAm48s8 .counter-container ol {
  margin-bottom: 0;
  counter-reset: myCounter;
}
.cid-trVnAm48s8 .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-trVnAm48s8 .counter-container ol li {
  list-style: none;
  padding-left: 1rem;
  position: relative;
}
.cid-trVnAm48s8 .counter-container ol li:before {
  position: absolute;
  left: -40px;
  margin-top: 0;
  counter-increment: myCounter;
  content: counter(myCounter);
  line-height: 40px;
  transition: all .2s;
  color: #ffffff;
  background: #1565c0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-trVpA2QB9p {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("https://cdn.centrestack.com/amp/sunlight-meeting-1200x630-tiny-2-1200x630.jpg");
}
.cid-trVpA2QB9p .mbr-overlay {
  background: #122947;
  opacity: 0.8;
}
.cid-trVpA2QB9p H2 {
  position: relative;
  padding: 2rem 0 2rem 2rem;
}
.cid-trVpA2QB9p H2::before,
.cid-trVpA2QB9p H2::after {
  content: "";
  left: 0;
  display: block;
  position: absolute;
  border-bottom: .3125rem solid;
  color: inherit;
  width: 5.375rem;
}
.cid-trVpA2QB9p H2::before {
  top: 0;
}
.cid-trVpA2QB9p H2::after {
  bottom: 0;
}
.cid-trVjbtPQGy {
  overflow: hidden;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-trVjbtPQGy .iconfont-wrapper {
  display: inline-block;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.cid-trVjbtPQGy .iconfont-wrapper:before {
  content: "";
  top: 0;
  left: 50%;
  bottom: 0;
  z-index: -1;
  width: 60px;
  position: absolute;
  background-color: rgba(86, 167, 0, 0.07);
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
}
.cid-trVjbtPQGy .iconfont-wrapper .mbr-iconfont {
  color: #56a700;
  height: 75px;
  line-height: 75px;
  font-size: 46px;
  text-align: center;
}
.cid-trVjbtPQGy .mbr-section-title {
  margin-bottom: 36px;
}
.cid-trVjbtPQGy .mbr-text {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .cid-trVjbtPQGy .column2 {
    margin-top: 100px;
  }
}
.cid-trVjbtPQGy .card__block {
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.08);
  border-radius: 5px;
  padding: 45px 35px;
  margin-bottom: 40px;
  background: #ffffff;
}
.cid-trVjbtPQGy .icon__card_wrap {
  width: 100%;
  margin-bottom: 25px;
}
.cid-trVjbtPQGy .icon__card {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cid-trVjbtPQGy .icon__card .mbr-iconfont {
  font-size: 48px;
  color: #ffffff;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}
.cid-trVjbtPQGy .icon__card.color1 span {
  text-shadow: 0 14px 30px rgba(246, 142, 42, 0.4);
  background: -webkit-linear-gradient(40deg, #f68e2a 0%, rgba(246, 142, 42, 0.3) 100%);
}
.cid-trVjbtPQGy .icon__card.color2 span {
  text-shadow: 0 14px 30px rgba(86, 167, 0, 0.4);
  background: -webkit-linear-gradient(40deg, #56a700 0%, rgba(86, 167, 0, 0.3) 100%);
}
.cid-trVjbtPQGy .icon__card.color3 span {
  text-shadow: 0 14px 30px rgba(69, 39, 160, 0.4);
  background: -webkit-linear-gradient(40deg, #4527a0 0%, rgba(69, 39, 160, 0.3) 100%);
}
.cid-trVjbtPQGy .icon__card.color4 span {
  text-shadow: 0 14px 30px rgba(118, 118, 118, 0.4);
  background: -webkit-linear-gradient(40deg, #767676 0%, rgba(118, 118, 118, 0.3) 100%);
}
.cid-trVjbtPQGy .card__title {
  margin-bottom: 15px;
  color: #1565c0;
}
.cid-trVjbtPQGy .card__text {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-trVjbtPQGy .title__block {
    text-align: center;
  }
  .cid-trVjbtPQGy .iconfont-wrapper {
    margin-bottom: 30px;
  }
  .cid-trVjbtPQGy .mbr-sectioin-title {
    margin-bottom: 22px;
  }
  .cid-trVjbtPQGy .mbr-text {
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .cid-trVjbtPQGy .card__block {
    padding: 35px 30px;
    margin-top: 40px;
    margin-bottom: 0;
  }
}
.cid-tqRZkujdjQ {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("https://cdn.centrestack.com/fb/secure_file_sharing_1200x630.jpg");
}
@media (max-width: 768px) {
  .cid-tqRZkujdjQ {
    padding-top: 5rem;
  }
}
.cid-tqRZkujdjQ .mbr-overlay {
  background: #000000;
  opacity: 0.7;
}
.cid-tqS4EjMuNj {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tqS4EjMuNj .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-tqS4EjMuNj .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-tqS4EjMuNj .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #1565c0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 0;
  content: "✓";
}
.cid-tqRZkvumz5 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tqRZkvumz5 .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-tqRZkvumz5 .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tqRZkvumz5 .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tqRZkvumz5 .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tqRZkvumz5 .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-tqRZkvumz5 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tqRZkvumz5 .mbr-section-subtitle {
  margin-bottom: 21px;
}
.cid-tqRZkwwPOn {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tqRZkwwPOn .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-tqRZkwwPOn .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tqRZkwwPOn .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tqRZkwwPOn .content-wrapper {
    padding: 2rem;
  }
}
.cid-tqRZkwwPOn .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tqRZkwwPOn .mbr-section-subtitle {
  margin-bottom: 21px;
}
.cid-tqRZkxyFBP {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tqRZkxyFBP .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-tqRZkxyFBP .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tqRZkxyFBP .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tqRZkxyFBP .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tqRZkxyFBP .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-tqRZkxyFBP .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tqRZkxyFBP .mbr-section-subtitle {
  margin-bottom: 21px;
}
.cid-tqZlguKgpi {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tqZlguKgpi img,
.cid-tqZlguKgpi .item-img {
  width: 100%;
}
.cid-tqZlguKgpi .item:focus,
.cid-tqZlguKgpi span:focus {
  outline: none;
}
.cid-tqZlguKgpi .item {
  margin-bottom: 2rem;
}
.cid-tqZlguKgpi .item-wrapper {
  position: relative;
  border-radius: 10px;
  box-shadow: inset 0 0 0 1px #ebebf0, 0 15px 30px 0 rgba(0, 0, 0, 0.15);
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tqZlguKgpi .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tqZlguKgpi .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tqZlguKgpi .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tFLGWLYgIL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e3f2fd;
}
.cid-tFLGWLYgIL .mbr-fallback-image.disabled {
  display: none;
}
.cid-tFLGWLYgIL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tFLGWLYgIL .row {
  justify-content: flex-start;
}
.cid-tFLGWLYgIL .mbr-text {
  margin-top: 36px;
}
@media (max-width: 991px) {
  .cid-tFLGWLYgIL .mbr-text {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .cid-tFLGWLYgIL .mbr-text {
    margin-top: 20px;
  }
}
.cid-tFLGWLYgIL .mbr-section-btn {
  margin-top: 50px;
}
@media (max-width: 991px) {
  .cid-tFLGWLYgIL .mbr-section-btn {
    margin-top: 46px;
  }
}
.cid-tFLGWLYgIL .mbr-section-btn .btn-white {
  color: #45494E !important;
  border: 1px solid #45494E !important;
  background-color: transparent !important;
}
.cid-tFLGWLYgIL .mbr-section-btn .btn-white:hover {
  color: #FFFFFF !important;
  border: 1px solid #45494E !important;
  background-color: #45494E !important;
}
.cid-tqZqsOP2om {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tFQv6mGtn0 {
  overflow: visible !important;
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 1000px) {
  .cid-tFQv6mGtn0 {
    padding-top: 1.5rem;
    padding-bottom: 1rem;
  }
}
@media (max-width: 768px) {
  .cid-tFQv6mGtn0 {
    padding-top: 0.9rem;
    padding-bottom: 0.6rem;
  }
}
.cid-tFQv6mGtn0 .f-row {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-tFQv6mGtn0 .f-row {
    flex-direction: row;
    min-height: 650px;
  }
}
@media (min-width: 992px) {
  .cid-tFQv6mGtn0 .image-wrapper {
    min-width: 600px;
    min-height: 400px;
    max-height: 400px;
  }
}
.cid-tFQv6mGtn0 .image-wrapper img {
  min-height: 100%;
  max-height: 400px;
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-tFQv6mGtn0 .text {
    min-width: 615px;
    transform: translate(-25%, 20rem);
  }
}
.cid-tFQv6mGtn0 .text-wrapper {
  background: #efefef;
  padding: 1rem;
}
@media (min-width: 992px) {
  .cid-tFQv6mGtn0 .text-wrapper {
    padding: 50px;
    width: 100%;
    transform: translateX(40%);
    position: absolute;
    right: -50px;
  }
}
.cid-tFQv6mGtn0 .mbr-text {
  font-weight: 300;
}
@media (min-width: 992px) {
  .cid-tFQv6mGtn0 .display-1 {
    font-size: 65px;
  }
  .cid-tFQv6mGtn0 .display-5 {
    font-size: 29px;
  }
}
.cid-tFQv6mGtn0 .mbr-section-btn {
  background: #efefef;
  margin-left: 0;
  margin-right: 0;
}
.cid-tFQv6mGtn0 .btn {
  box-shadow: none !important;
  border-radius: 0 !important;
  font-weight: 400;
  min-height: 72px;
  padding-right: 80px;
  padding-left: 80px;
  margin: 0;
}
.cid-tFQv6mGtn0 .btn:hover {
  background: #BEE1E6 !important;
  border-color: #BEE1E6 !important;
  color: #18293D !important;
}
.cid-tr2JommWUX {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tr2JommWUX img,
.cid-tr2JommWUX .item-img {
  width: 100%;
}
.cid-tr2JommWUX .item:focus,
.cid-tr2JommWUX span:focus {
  outline: none;
}
.cid-tr2JommWUX .item {
  margin-bottom: 2rem;
}
.cid-tr2JommWUX .item-wrapper {
  position: relative;
  border-radius: 10px;
  box-shadow: inset 0 0 0 1px #ebebf0, 0 15px 30px 0 rgba(0, 0, 0, 0.15);
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tr2JommWUX .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tr2JommWUX .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tr2JommWUX .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tr2L8gF36B {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("https://cdn.centrestack.com/amp/sunlight-meeting-1200x630-tiny-2-1200x630.jpg");
}
.cid-tr2L8gF36B .mbr-overlay {
  background: #122947;
  opacity: 0.8;
}
.cid-tr2L8gF36B H2 {
  position: relative;
  padding: 2rem 0 2rem 2rem;
}
.cid-tr2L8gF36B H2::before,
.cid-tr2L8gF36B H2::after {
  content: "";
  left: 0;
  display: block;
  position: absolute;
  border-bottom: .3125rem solid;
  color: inherit;
  width: 5.375rem;
}
.cid-tr2L8gF36B H2::before {
  top: 0;
}
.cid-tr2L8gF36B H2::after {
  bottom: 0;
}
.cid-tFLItR2IHT {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tFLItR2IHT .cards {
  padding-right: 35px;
}
@media (max-width: 1200px) {
  .cid-tFLItR2IHT .cards {
    padding: 0 0 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-tFLItR2IHT .cards {
    padding: 0 12px;
  }
}
.cid-tFLItR2IHT .card {
  padding: 0 10px;
  margin-bottom: 20px;
}
@media (max-width: 1200px) {
  .cid-tFLItR2IHT .card {
    padding: 0 5px;
    margin-bottom: 10px;
  }
}
@media (max-width: 992px) {
  .cid-tFLItR2IHT .card {
    padding: 0 10px;
    margin-bottom: 20px;
  }
}
.cid-tFLItR2IHT .card .card-wrapper {
  padding: 16px 15px 43px 15px;
  display: flex;
  flex-direction: column;
  background: #f2f6f8;
  border: 1px solid #fafafa;
}
.cid-tFLItR2IHT .card .card-wrapper .mbr-card-title {
  margin: 0 0 8px 0;
}
.cid-tFLItR2IHT .card .card-wrapper .mbr-card-desc {
  margin: 0;
}
.cid-tFLItR2IHT .features-content {
  padding-left: 85px;
}
@media (max-width: 992px) {
  .cid-tFLItR2IHT .features-content {
    padding: 0 12px;
  }
}
.cid-tFLItR2IHT .mbr-section-subtitle {
  margin-bottom: 27px;
  letter-spacing: .13em;
}
.cid-tFLItR2IHT .mbr-section-title {
  margin: 29px 0 13.5px 0;
}
.cid-tFLItR2IHT .mbr-text {
  margin-bottom: 38px;
}
.cid-tFLItR2IHT .btn {
  height: 55px;
  min-width: 170px;
  box-shadow: none;
  margin-top: 0;
}
.cid-tFLItR2IHT .btn:hover {
  box-shadow: none;
}
.cid-tFLItR2IHT .icon__card {
  display: inline-flex;
  margin: 25px 0;
}
.cid-tFLItR2IHT .icon__card .mbr-iconfont {
  font-size: 48px;
  color: #1565c0;
}
.cid-tFLItR2IHT .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tGwgZyc317 {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("https://cdn.centrestack.com/mobi5/web/centrestack/images/fb/solving-google-workspace-100-tb-storage-1200x630-tiny.jpg");
}
@media (max-width: 768px) {
  .cid-tGwgZyc317 {
    padding-top: 5rem;
  }
}
.cid-tGwgZyc317 .mbr-overlay {
  background: #000000;
  opacity: 0.7;
}
.cid-tGwh09D2RV {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tGwh0Hoxup {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tGwh0Hoxup .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-tGwh0Hoxup .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tGwh0Hoxup .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tGwh0Hoxup .content-wrapper {
    padding: 2rem;
  }
}
.cid-tGwh0Hoxup .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tGwh0Hoxup .mbr-section-subtitle {
  margin-bottom: 21px;
}
.cid-tGwh1eIcg3 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("https://cdn.centrestack.com/amp/sunlight-meeting-1200x630-tiny-2-1200x630.jpg");
}
.cid-tGwh1eIcg3 .mbr-overlay {
  background: #122947;
  opacity: 0.8;
}
.cid-tGwh1eIcg3 h2 {
  position: relative;
  padding: 2rem 0 2rem 2rem;
}
.cid-tGwh1eIcg3 h2::before,
.cid-tGwh1eIcg3 h2::after {
  content: "";
  left: 0;
  display: block;
  position: absolute;
  border-bottom: .3125rem solid;
  color: inherit;
  width: 5.375rem;
}
.cid-tGwh1eIcg3 h2::before {
  top: 0;
}
.cid-tGwh1eIcg3 h2::after {
  bottom: 0;
}
.cid-tGwh1HKnxp {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tGwh2gpi2k {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tGwh2gpi2k .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-tGwh2gpi2k .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tGwh2gpi2k .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tGwh2gpi2k .content-wrapper {
    padding: 2rem;
  }
}
.cid-tGwh2gpi2k .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tGwh2gpi2k .mbr-section-subtitle {
  margin-bottom: 21px;
}
.cid-tGwh2UIKpt {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tGwh2UIKpt .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-tGwh2UIKpt .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tGwh2UIKpt .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tGwh2UIKpt .content-wrapper {
    padding: 2rem;
  }
}
.cid-tGwh2UIKpt .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tGwh2UIKpt .mbr-section-subtitle {
  margin-bottom: 21px;
}
.cid-tGwh3vkuih {
  overflow: hidden;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tGwh3vkuih .iconfont-wrapper {
  display: inline-block;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.cid-tGwh3vkuih .iconfont-wrapper:before {
  content: "";
  top: 0;
  left: 50%;
  bottom: 0;
  z-index: -1;
  width: 60px;
  position: absolute;
  background-color: rgba(86, 167, 0, 0.07);
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
}
.cid-tGwh3vkuih .iconfont-wrapper .mbr-iconfont {
  color: #56a700;
  height: 75px;
  line-height: 75px;
  font-size: 46px;
  text-align: center;
}
.cid-tGwh3vkuih .mbr-section-title {
  margin-bottom: 36px;
}
.cid-tGwh3vkuih .mbr-text {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .cid-tGwh3vkuih .column2 {
    margin-top: 100px;
  }
}
.cid-tGwh3vkuih .card__block {
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.08);
  border-radius: 5px;
  padding: 45px 35px;
  margin-bottom: 40px;
  background: #ffffff;
}
.cid-tGwh3vkuih .icon__card_wrap {
  width: 100%;
  margin-bottom: 25px;
}
.cid-tGwh3vkuih .icon__card {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cid-tGwh3vkuih .icon__card .mbr-iconfont {
  font-size: 48px;
  color: #ffffff;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}
.cid-tGwh3vkuih .icon__card.color1 span {
  text-shadow: 0 14px 30px rgba(246, 142, 42, 0.4);
  background: -webkit-linear-gradient(40deg, #f68e2a 0%, rgba(246, 142, 42, 0.3) 100%);
}
.cid-tGwh3vkuih .icon__card.color2 span {
  text-shadow: 0 14px 30px rgba(86, 167, 0, 0.4);
  background: -webkit-linear-gradient(40deg, #56a700 0%, rgba(86, 167, 0, 0.3) 100%);
}
.cid-tGwh3vkuih .icon__card.color3 span {
  text-shadow: 0 14px 30px rgba(69, 39, 160, 0.4);
  background: -webkit-linear-gradient(40deg, #4527a0 0%, rgba(69, 39, 160, 0.3) 100%);
}
.cid-tGwh3vkuih .icon__card.color4 span {
  text-shadow: 0 14px 30px rgba(118, 118, 118, 0.4);
  background: -webkit-linear-gradient(40deg, #767676 0%, rgba(118, 118, 118, 0.3) 100%);
}
.cid-tGwh3vkuih .card__title {
  margin-bottom: 15px;
  color: #f68e2a;
}
.cid-tGwh3vkuih .card__text {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-tGwh3vkuih .title__block {
    text-align: center;
  }
  .cid-tGwh3vkuih .iconfont-wrapper {
    margin-bottom: 30px;
  }
  .cid-tGwh3vkuih .mbr-sectioin-title {
    margin-bottom: 22px;
  }
  .cid-tGwh3vkuih .mbr-text {
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .cid-tGwh3vkuih .card__block {
    padding: 35px 30px;
    margin-top: 40px;
    margin-bottom: 0;
  }
}
.cid-tGwh46xzcQ {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-tGwh46xzcQ .container {
    max-width: 1400px;
  }
}
.cid-tGwh46xzcQ .mbr-section-subtitle {
  margin-bottom: 21px;
}
.cid-tGwh46xzcQ .mbr-section-subtitle.display-4 {
  line-height: 1.375;
}
.cid-tGwh46xzcQ .main-title {
  margin-bottom: 56px;
  text-align: center;
}
.cid-tGwh46xzcQ .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #f68e2a;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 26px;
}
.cid-tGwh46xzcQ .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-tGwh46xzcQ .img-wrap {
  display: block;
}
.cid-tGwh46xzcQ .img-wrap img {
  max-width: 100%;
  max-height: 600px;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.cid-tGwh46xzcQ .card-wrapper {
  background-position: center;
  border-radius: 4px;
  padding: 0;
  transition: all 0.3s;
  background-size: cover;
  display: flex !important;
  flex-direction: row !important;
  justify-content: center !important;
  align-items: flex-start;
}
.cid-tGwh46xzcQ .card-wrapper .mbr-iconfont {
  font-size: 50px;
  color: #f68e2a;
  margin-right: 25px;
}
@media (max-width: 768px) {
  .cid-tGwh46xzcQ .card-wrapper .mbr-iconfont {
    font-size: 30px;
  }
}
.cid-tGwh46xzcQ .card-wrapper .card-box {
  height: 100%;
}
.cid-tGwh46xzcQ .card-wrapper .card-box .card-title {
  margin-bottom: 12px;
}
.cid-tGwh46xzcQ .card-wrapper .card-box .card-title.display-7 {
  line-height: 1.3;
}
.cid-tGwh46xzcQ .card-wrapper .card-box .mbr-text.display-4 {
  line-height: 1.75;
}
.cid-tGwh46xzcQ .card-wrapper .card-box .link-wrap {
  width: 100%;
}
.cid-tGwh46xzcQ .card-wrapper .card-box .link-wrap .link {
  display: inline-block;
}
.cid-tGwh46xzcQ .card-wrapper .card-box .link-wrap .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 0.6rem;
}
.cid-tGwh46xzcQ .card-wrapper .card-box .link-wrap .link a:before {
  position: absolute;
  transition: all 0.3s;
  right: 0px;
  top: 55%;
  opacity: 0;
  transform: translateY(-50%);
  content: "\e909";
  font-family: "Moririse2" !important;
  color: currentColor;
  font-size: 0.6rem;
}
.cid-tGwh46xzcQ .card-wrapper .card-box .link-wrap .link a:hover:before {
  opacity: 1;
  transform: translateX(8px) translateY(-50%);
}
.cid-tGwh46xzcQ .mbr-section-btn {
  text-align: center;
}
.cid-tGwh46xzcQ .mbr-section-btn .btn {
  padding: 18px 26px;
}
.cid-tGwh46xzcQ .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.5px;
}
.cid-tGwh46xzcQ .mbr-section-btn .btn-secondary:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
@media (max-width: 992px) {
  .cid-tGwh46xzcQ img {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .cid-tGwh46xzcQ .card-box .card-title,
  .cid-tGwh46xzcQ .card-box .mbr-text {
    text-align: left;
  }
}
.cid-tGwh4G42ea {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-tGwh4G42ea .container {
    max-width: 1400px;
  }
}
.cid-tGwh4G42ea .row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-tGwh4G42ea .mbr-section-subtitle {
  margin-bottom: 21px;
}
.cid-tGwh4G42ea .mbr-section-subtitle.display-4 {
  line-height: 1.375;
}
.cid-tGwh4G42ea .main-title {
  margin-bottom: 56px;
  text-align: center;
}
.cid-tGwh4G42ea .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #f68e2a;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 26px;
}
.cid-tGwh4G42ea .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-tGwh4G42ea .img-wrap {
  display: block;
}
.cid-tGwh4G42ea .img-wrap img {
  max-width: 100%;
  max-height: 600px;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.cid-tGwh4G42ea .card-wrapper {
  background-position: center;
  border-radius: 4px;
  padding: 0;
  transition: all 0.3s;
  background-size: cover;
  display: flex !important;
  flex-direction: row !important;
  justify-content: center !important;
  align-items: flex-start;
}
.cid-tGwh4G42ea .card-wrapper .mbr-iconfont {
  font-size: 50px;
  color: #f68e2a;
  margin-right: 25px;
}
@media (max-width: 768px) {
  .cid-tGwh4G42ea .card-wrapper .mbr-iconfont {
    font-size: 30px;
  }
}
.cid-tGwh4G42ea .card-wrapper .card-box {
  height: 100%;
}
.cid-tGwh4G42ea .card-wrapper .card-box .card-title {
  margin-bottom: 12px;
}
.cid-tGwh4G42ea .card-wrapper .card-box .card-title.display-7 {
  line-height: 1.3;
}
.cid-tGwh4G42ea .card-wrapper .card-box .mbr-text.display-4 {
  line-height: 1.75;
}
.cid-tGwh4G42ea .card-wrapper .card-box .link-wrap {
  width: 100%;
}
.cid-tGwh4G42ea .card-wrapper .card-box .link-wrap .link {
  display: inline-block;
}
.cid-tGwh4G42ea .card-wrapper .card-box .link-wrap .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 0.6rem;
}
.cid-tGwh4G42ea .card-wrapper .card-box .link-wrap .link a:before {
  position: absolute;
  transition: all 0.3s;
  right: 0px;
  top: 55%;
  opacity: 0;
  transform: translateY(-50%);
  content: "\e909";
  font-family: "Moririse2" !important;
  color: currentColor;
  font-size: 0.6rem;
}
.cid-tGwh4G42ea .card-wrapper .card-box .link-wrap .link a:hover:before {
  opacity: 1;
  transform: translateX(8px) translateY(-50%);
}
.cid-tGwh4G42ea .mbr-section-btn {
  text-align: center;
}
.cid-tGwh4G42ea .mbr-section-btn .btn {
  padding: 18px 26px;
}
.cid-tGwh4G42ea .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.5px;
}
.cid-tGwh4G42ea .mbr-section-btn .btn-secondary:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
@media (max-width: 992px) {
  .cid-tGwh4G42ea img {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .cid-tGwh4G42ea .card-box .card-title,
  .cid-tGwh4G42ea .card-box .mbr-text {
    text-align: left;
  }
}
.cid-tGwh5r7cbu {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tGwh5r7cbu .row {
  padding: 0 1rem;
}
@media (max-width: 991px) {
  .cid-tGwh5r7cbu .row {
    padding: 0 0.75rem;
  }
}
.cid-tGwh5r7cbu .text-container {
  margin-bottom: 20px;
  padding: 0 !important;
}
.cid-tGwh5r7cbu .mbr-section-title {
  margin: 0 auto;
  padding-bottom: 20px;
}
.cid-tGwh5r7cbu .cards-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
}
.cid-tGwh5r7cbu .card {
  padding: 15px;
}
@media (max-width: 767px) {
  .cid-tGwh5r7cbu .card {
    padding: 0;
  }
}
.cid-tGwh5r7cbu .card-wrapper {
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 30px;
  border: 1px solid #EEEEEE;
  border-radius: 5px;
  background-color: #f6f9f8;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s, -webkit-border-radius 0.3s, -webkit-box-shadow 0.3s;
}
@media (max-width: 767px) {
  .cid-tGwh5r7cbu .card-wrapper {
    margin-bottom: 30px;
    max-width: 522px;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-tGwh5r7cbu .card-wrapper:hover {
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.07);
}
.cid-tGwh5r7cbu .card-text {
  text-align: center;
}
.cid-tGwh5r7cbu .mbr-iconfont {
  font-size: 50px;
  color: #076d41;
}
.cid-tGwh5r7cbu .icon-box {
  width: 100%;
  margin-bottom: 20px;
  text-align: center;
}
.cid-tGwh5r7cbu .card-title {
  text-align: center;
  padding-bottom: 10px;
}
.cid-tGwh63qNoA {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tGwh63qNoA .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-tGwh63qNoA .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tGwh63qNoA .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tGwh63qNoA .content-wrapper {
    padding: 2rem;
  }
}
.cid-tGwh63qNoA .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tGwh63qNoA .mbr-section-subtitle {
  margin-bottom: 21px;
}
.cid-tGwh6EorCU {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tGwh6EorCU .title__block {
  margin-bottom: 55px;
  width: 100%;
}
.cid-tGwh6EorCU .mbr-section-title {
  margin-bottom: 16px;
}
.cid-tGwh6EorCU .card__wrap {
  margin-bottom: 60px;
  display: flex;
}
.cid-tGwh6EorCU .card__image {
  display: block;
  max-width: 100px;
  width: 100%;
  text-align: center;
}
.cid-tGwh6EorCU .mbr-iconfont {
  font-size: 50px;
  color: #f68e2a;
  margin-right: 0px;
}
@media (max-width: 768px) {
  .cid-tGwh6EorCU .mbr-iconfont {
    font-size: 30px;
  }
}
.cid-tGwh6EorCU .card__content {
  display: block;
  width: 100%;
}
.cid-tGwh6EorCU .card__title {
  margin-bottom: 15px;
}
.cid-tGwh6EorCU .card__text {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-tGwh6EorCU .mbr-section-title {
    margin-bottom: 20px;
  }
  .cid-tGwh6EorCU .card__wrap {
    margin-bottom: 40px;
  }
  .cid-tGwh6EorCU .card__title {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 10px;
  }
}
@media (max-width: 575px) {
  .cid-tGwh6EorCU .card__image {
    max-width: 90px;
  }
  .cid-tGwh6EorCU .card__image img {
    width: 70%;
  }
}
.cid-tKpJGLRtmc {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("https://cdn.centrestack.com/fb/sharepoint-1200x630.jpg");
}
@media (max-width: 768px) {
  .cid-tKpJGLRtmc {
    padding-top: 5rem;
  }
}
.cid-tKpJGLRtmc .mbr-overlay {
  background: #000000;
  opacity: 0.7;
}
.cid-tKsV6rHnMh {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tKsV6rHnMh img {
  width: 120px;
  padding: 5px;
  margin: auto;
}
.cid-tKsV6rHnMh .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
}
@media (min-width: 992px) {
  .cid-tKsV6rHnMh .card {
    max-width: 12.5%;
  }
}
.cid-tKsV6rHnMh .row {
  justify-content: space-between;
}
@media (min-width: 575px) and (max-width: 990px) {
  .cid-tKsV6rHnMh .row {
    justify-content: center;
  }
}
.cid-tKpKQ5GF9d {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tKpKQ5GF9d ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-tKpKQ5GF9d li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-tKpKQ5GF9d ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #f68e2a;
  font-size: 3rem;
}
@media (min-width: 768px) {
  .cid-tKpKQ5GF9d ul li::before {
    top: -1.2rem;
  }
}
.cid-tKpKQ5GF9d .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKpKQ5GF9d .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-tKpKQ5GF9d .mbr-text {
    margin-top: 24px;
  }
}
.cid-tKpKU24cie {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tKpKU24cie .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-tKpKU24cie .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tKpKU24cie .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tKpKU24cie .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tKpKU24cie .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-tKpKU24cie .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tKpKU24cie .mbr-section-subtitle {
  margin-bottom: 21px;
}
.cid-tKpKU24cie li {
  line-height: 2;
}
.cid-tKpL8Vrquz {
  padding-top: 60px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-tKpL8Vrquz {
    padding-bottom: 390px;
  }
}
.cid-tKpL8Vrquz .feature {
  position: relative;
}
.cid-tKpL8Vrquz .feature img {
  width: 100%;
  z-index: 1;
}
.cid-tKpL8Vrquz .feature .card {
  z-index: 2;
  border-radius: 0;
}
@media (min-width: 992px) {
  .cid-tKpL8Vrquz .feature .card {
    position: absolute;
    width: 120%;
    left: -500px;
    top: 250px;
  }
}
.cid-tKpL8Vrquz .feature .card > * {
  padding: 3rem;
  background-color: #efefef;
}
.cid-tKpL8Vrquz .feature .card .mbr-text {
  margin-bottom: 0;
}
.cid-tKpL8Vrquz li {
  margin-bottom: 1rem;
}
.cid-tKpLf1AfYY {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tKpLf1AfYY blockquote {
  border-color: #1565c0;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-tKpLgvoFxt {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-tKpLgvoFxt .mbr-overlay {
  background: #ffffff;
  opacity: 0.9;
}
@media (max-width: 991px) {
  .cid-tKpLgvoFxt .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tKpLgvoFxt .row {
  flex-direction: row-reverse;
}
.cid-tKpLgvoFxt img {
  width: 100%;
}
.cid-tKpLugmtjZ {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tKpLugmtjZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKpLugmtjZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKpLugmtjZ .row {
  justify-content: flex-start;
}
.cid-tKpLugmtjZ .mbr-text {
  margin-top: 36px;
}
@media (max-width: 991px) {
  .cid-tKpLugmtjZ .mbr-text {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .cid-tKpLugmtjZ .mbr-text {
    margin-top: 20px;
  }
}
.cid-tKpLugmtjZ .mbr-section-btn {
  margin-top: 50px;
}
@media (max-width: 991px) {
  .cid-tKpLugmtjZ .mbr-section-btn {
    margin-top: 46px;
  }
}
.cid-tKpLwKxC5C {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tKpLwKxC5C blockquote {
  border-color: #1565c0;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-tKpLxSbadn {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-tKpLxSbadn .mbr-overlay {
  background: #ffffff;
  opacity: 0.9;
}
@media (max-width: 991px) {
  .cid-tKpLxSbadn .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tKpLxSbadn .row {
  flex-direction: row-reverse;
}
.cid-tKpLxSbadn img {
  width: 100%;
}
.cid-tKpLzzVhAf {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tKpLzzVhAf .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKpLzzVhAf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKpLzzVhAf .row {
  justify-content: flex-start;
}
.cid-tKpLzzVhAf .mbr-text {
  margin-top: 36px;
}
@media (max-width: 991px) {
  .cid-tKpLzzVhAf .mbr-text {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .cid-tKpLzzVhAf .mbr-text {
    margin-top: 20px;
  }
}
.cid-tKpLzzVhAf .mbr-section-btn {
  margin-top: 50px;
}
@media (max-width: 991px) {
  .cid-tKpLzzVhAf .mbr-section-btn {
    margin-top: 46px;
  }
}
.cid-tKpLBF7hjT {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tKpLBF7hjT blockquote {
  border-color: #1565c0;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-tKpLDysWr8 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-tKpLDysWr8 .mbr-overlay {
  background: #ffffff;
  opacity: 0.9;
}
@media (max-width: 991px) {
  .cid-tKpLDysWr8 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tKpLDysWr8 .row {
  flex-direction: row-reverse;
}
.cid-tKpLDysWr8 img {
  width: 100%;
}
.cid-tKpLFezJlZ {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tKpLFezJlZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKpLFezJlZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKpLFezJlZ .row {
  justify-content: flex-start;
}
.cid-tKpLFezJlZ .mbr-text {
  margin-top: 36px;
}
@media (max-width: 991px) {
  .cid-tKpLFezJlZ .mbr-text {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .cid-tKpLFezJlZ .mbr-text {
    margin-top: 20px;
  }
}
.cid-tKpLFezJlZ .mbr-section-btn {
  margin-top: 50px;
}
@media (max-width: 991px) {
  .cid-tKpLFezJlZ .mbr-section-btn {
    margin-top: 46px;
  }
}
.cid-tKpLH9EKap {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tKpLH9EKap blockquote {
  border-color: #1565c0;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-tKpLJ8o0Bs {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tKpLJ8o0Bs .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-tKpLJ8o0Bs .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tKpLJ8o0Bs .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tKpLJ8o0Bs .content-wrapper {
    padding: 2rem;
  }
}
.cid-tKpLJ8o0Bs .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tKpLJ8o0Bs .mbr-section-subtitle {
  margin-bottom: 21px;
}
.cid-tKpLKhDgAL {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tKpLKhDgAL .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-tKpLKhDgAL .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tKpLKhDgAL .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tKpLKhDgAL .content-wrapper {
    padding: 2rem;
  }
}
.cid-tKpLKhDgAL .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tKpLKhDgAL .mbr-section-subtitle {
  margin-bottom: 21px;
}
.cid-tKpNDL65LI {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-image: url("https://cdn.centrestack.com/amp/sunlight-meeting-1200x630-tiny-2-1200x630.jpg");
}
.cid-tKpNDL65LI .mbr-overlay {
  background: #122947;
  opacity: 0.8;
}
.cid-tKpLTP39yY {
  overflow: hidden;
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #fafafa;
}
.cid-tKpLTP39yY .iconfont-wrapper {
  display: inline-block;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.cid-tKpLTP39yY .iconfont-wrapper:before {
  content: "";
  top: 0;
  left: 50%;
  bottom: 0;
  z-index: -1;
  width: 60px;
  position: absolute;
  background-color: rgba(86, 167, 0, 0.07);
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
}
.cid-tKpLTP39yY .iconfont-wrapper .mbr-iconfont {
  color: #56a700;
  height: 75px;
  line-height: 75px;
  font-size: 46px;
  text-align: center;
}
.cid-tKpLTP39yY .mbr-section-title {
  margin-bottom: 36px;
}
.cid-tKpLTP39yY .mbr-text {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .cid-tKpLTP39yY .column2 {
    margin-top: 100px;
  }
}
.cid-tKpLTP39yY .card__block {
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.08);
  border-radius: 5px;
  padding: 45px 35px;
  margin-bottom: 40px;
  background: #ffffff;
}
.cid-tKpLTP39yY .icon__card_wrap {
  width: 100%;
  margin-bottom: 25px;
}
.cid-tKpLTP39yY .icon__card {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cid-tKpLTP39yY .icon__card .mbr-iconfont {
  font-size: 48px;
  color: #ffffff;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}
.cid-tKpLTP39yY .icon__card.color1 span {
  text-shadow: 0 14px 30px rgba(246, 142, 42, 0.4);
  background: -webkit-linear-gradient(40deg, #f68e2a 0%, rgba(246, 142, 42, 0.3) 100%);
}
.cid-tKpLTP39yY .icon__card.color2 span {
  text-shadow: 0 14px 30px rgba(86, 167, 0, 0.4);
  background: -webkit-linear-gradient(40deg, #56a700 0%, rgba(86, 167, 0, 0.3) 100%);
}
.cid-tKpLTP39yY .icon__card.color3 span {
  text-shadow: 0 14px 30px rgba(69, 39, 160, 0.4);
  background: -webkit-linear-gradient(40deg, #4527a0 0%, rgba(69, 39, 160, 0.3) 100%);
}
.cid-tKpLTP39yY .icon__card.color4 span {
  text-shadow: 0 14px 30px rgba(118, 118, 118, 0.4);
  background: -webkit-linear-gradient(40deg, #767676 0%, rgba(118, 118, 118, 0.3) 100%);
}
.cid-tKpLTP39yY .card__title {
  margin-bottom: 15px;
  color: #f68e2a;
}
.cid-tKpLTP39yY .card__text {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-tKpLTP39yY .title__block {
    text-align: center;
  }
  .cid-tKpLTP39yY .iconfont-wrapper {
    margin-bottom: 30px;
  }
  .cid-tKpLTP39yY .mbr-sectioin-title {
    margin-bottom: 22px;
  }
  .cid-tKpLTP39yY .mbr-text {
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .cid-tKpLTP39yY .card__block {
    padding: 35px 30px;
    margin-top: 40px;
    margin-bottom: 0;
  }
}
.cid-tKpLXIBfEK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tKpLXIBfEK .counter-container ol {
  margin-bottom: 0;
  counter-reset: myCounter;
}
.cid-tKpLXIBfEK .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-tKpLXIBfEK .counter-container ol li {
  list-style: none;
  padding-left: 1rem;
  position: relative;
}
.cid-tKpLXIBfEK .counter-container ol li:before {
  position: absolute;
  left: -40px;
  margin-top: 0;
  counter-increment: myCounter;
  content: counter(myCounter);
  line-height: 40px;
  transition: all .2s;
  color: #ffffff;
  background: #f68e2a;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tKpLZzTO7U {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tKpLZzTO7U img,
.cid-tKpLZzTO7U .item-img {
  width: 100%;
}
.cid-tKpLZzTO7U .item:focus,
.cid-tKpLZzTO7U span:focus {
  outline: none;
}
.cid-tKpLZzTO7U .item {
  margin-bottom: 2rem;
}
.cid-tKpLZzTO7U .item-wrapper {
  position: relative;
  border-radius: 10px;
  box-shadow: inset 0 0 0 1px #ebebf0, 0 15px 30px 0 rgba(0, 0, 0, 0.15);
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tKpLZzTO7U .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tKpLZzTO7U .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tKpLZzTO7U .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tKpNHvHbQS {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tKpNHvHbQS .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #f68e2a;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 26px;
}
.cid-tKpNHvHbQS .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-tKpNHvHbQS .img-wrap {
  display: block;
}
.cid-tKpNHvHbQS .img-wrap img {
  max-width: 100%;
  width: auto;
}
.cid-tKpNHvHbQS .card-wrapper {
  background-position: center;
  border-radius: 4px;
  padding: 0;
  transition: all 0.3s;
  background-size: cover;
  display: flex !important;
  flex-direction: row !important;
  justify-content: center !important;
  align-items: flex-start;
}
.cid-tKpNHvHbQS .card-wrapper .mbr-iconfont {
  font-size: 50px;
  color: #f68e2a;
  margin-right: 25px;
}
@media (max-width: 768px) {
  .cid-tKpNHvHbQS .card-wrapper .mbr-iconfont {
    font-size: 30px;
  }
}
.cid-tKpNHvHbQS .card-wrapper .card-box {
  height: 100%;
}
.cid-tKpNHvHbQS .card-wrapper .card-box .card-title {
  margin-bottom: 12px;
}
.cid-tKpNHvHbQS .card-wrapper .card-box .card-title.display-7 {
  line-height: 1.3;
}
.cid-tKpNHvHbQS .card-wrapper .card-box .mbr-text.display-4 {
  line-height: 1.75;
}
.cid-tKpNHvHbQS .card-wrapper .card-box .link-wrap {
  width: 100%;
}
.cid-tKpNHvHbQS .card-wrapper .card-box .link-wrap .link {
  display: inline-block;
}
.cid-tKpNHvHbQS .card-wrapper .card-box .link-wrap .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 0.6rem;
}
.cid-tKpNHvHbQS .card-wrapper .card-box .link-wrap .link a:before {
  position: absolute;
  transition: all 0.3s;
  right: 0px;
  top: 55%;
  opacity: 0;
  transform: translateY(-50%);
  content: "\e909";
  font-family: "Moririse2" !important;
  color: currentColor;
  font-size: 0.6rem;
}
.cid-tKpNHvHbQS .card-wrapper .card-box .link-wrap .link a:hover:before {
  opacity: 1;
  transform: translateX(8px) translateY(-50%);
}
.cid-tKpNHvHbQS .mbr-section-btn {
  text-align: center;
}
.cid-tKpNHvHbQS .mbr-section-btn .btn {
  padding: 18px 26px;
}
.cid-tKpNHvHbQS .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.5px;
}
.cid-tKpNHvHbQS .mbr-section-btn .btn-secondary:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
@media (max-width: 992px) {
  .cid-tKpNHvHbQS img {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .cid-tKpNHvHbQS .card-box .card-title,
  .cid-tKpNHvHbQS .card-box .mbr-text {
    text-align: left;
  }
}
.cid-tKpNIj0ODY {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tKpNIj0ODY .row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-tKpNIj0ODY .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #f68e2a;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 26px;
}
.cid-tKpNIj0ODY .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-tKpNIj0ODY .img-wrap {
  display: block;
}
.cid-tKpNIj0ODY .img-wrap img {
  max-width: 100%;
  width: auto;
}
.cid-tKpNIj0ODY .card-wrapper {
  background-position: center;
  border-radius: 4px;
  padding: 0;
  transition: all 0.3s;
  background-size: cover;
  display: flex !important;
  flex-direction: row !important;
  justify-content: center !important;
  align-items: flex-start;
}
.cid-tKpNIj0ODY .card-wrapper .mbr-iconfont {
  font-size: 50px;
  color: #f68e2a;
  margin-right: 25px;
}
@media (max-width: 768px) {
  .cid-tKpNIj0ODY .card-wrapper .mbr-iconfont {
    font-size: 30px;
  }
}
.cid-tKpNIj0ODY .card-wrapper .card-box {
  height: 100%;
}
.cid-tKpNIj0ODY .card-wrapper .card-box .card-title {
  margin-bottom: 12px;
}
.cid-tKpNIj0ODY .card-wrapper .card-box .card-title.display-7 {
  line-height: 1.3;
}
.cid-tKpNIj0ODY .card-wrapper .card-box .mbr-text.display-4 {
  line-height: 1.75;
}
.cid-tKpNIj0ODY .card-wrapper .card-box .link-wrap {
  width: 100%;
}
.cid-tKpNIj0ODY .card-wrapper .card-box .link-wrap .link {
  display: inline-block;
}
.cid-tKpNIj0ODY .card-wrapper .card-box .link-wrap .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 0.6rem;
}
.cid-tKpNIj0ODY .card-wrapper .card-box .link-wrap .link a:before {
  position: absolute;
  transition: all 0.3s;
  right: 0px;
  top: 55%;
  opacity: 0;
  transform: translateY(-50%);
  content: "\e909";
  font-family: "Moririse2" !important;
  color: currentColor;
  font-size: 0.6rem;
}
.cid-tKpNIj0ODY .card-wrapper .card-box .link-wrap .link a:hover:before {
  opacity: 1;
  transform: translateX(8px) translateY(-50%);
}
.cid-tKpNIj0ODY .mbr-section-btn {
  text-align: center;
}
.cid-tKpNIj0ODY .mbr-section-btn .btn {
  padding: 18px 26px;
}
.cid-tKpNIj0ODY .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.5px;
}
.cid-tKpNIj0ODY .mbr-section-btn .btn-secondary:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
@media (max-width: 992px) {
  .cid-tKpNIj0ODY img {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .cid-tKpNIj0ODY .card-box .card-title,
  .cid-tKpNIj0ODY .card-box .mbr-text {
    text-align: left;
  }
}
.cid-tKpNKl8ctb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}
.cid-tKuAvggeTX {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("https://cdn.centrestack.com/fb/secure_file_sharing_1200x630.jpg");
}
@media (max-width: 768px) {
  .cid-tKuAvggeTX {
    padding-top: 5rem;
  }
}
.cid-tKuAvggeTX .mbr-overlay {
  background: #000000;
  opacity: 0.7;
}
.cid-tKuAxigonq {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tKuAxigonq img {
  width: 120px;
  padding: 5px;
  margin: auto;
}
.cid-tKuAxigonq .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
}
@media (min-width: 992px) {
  .cid-tKuAxigonq .card {
    max-width: 12.5%;
  }
}
.cid-tKuAxigonq .row {
  justify-content: space-between;
}
@media (min-width: 575px) and (max-width: 990px) {
  .cid-tKuAxigonq .row {
    justify-content: center;
  }
}
.cid-tKuAA7cOrF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tKuAA7cOrF .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKuAA7cOrF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKuAA7cOrF .main-container {
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .cid-tKuAA7cOrF .main-container {
    margin-bottom: 70px;
  }
}
.cid-tKuAA7cOrF .card-row {
  display: flex;
  align-items: stretch;
  row-gap: 20px;
}
@media (min-width: 1200px) {
  .cid-tKuAA7cOrF .card-row {
    margin: 0 -20px;
    row-gap: 40px;
  }
}
@media (min-width: 1200px) {
  .cid-tKuAA7cOrF .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-tKuAA7cOrF .card {
  border-radius: 0;
}
.cid-tKuAA7cOrF .card-wrap {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  height: 100%;
  min-height: 320px;
  padding: 40px 37px 30px;
  background-color: #fafafa;
}
@media (max-width: 767px) {
  .cid-tKuAA7cOrF .card-wrap {
    min-height: auto;
  }
}
@media (max-width: 575px) {
  .cid-tKuAA7cOrF .card-wrap {
    padding: 24px 18px 30px;
  }
}
.cid-tKuAA7cOrF .testimonial-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.cid-tKuAA7cOrF .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tKuAA7cOrF .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 20px;
  color: #747474;
  margin: 0 2px;
}
.cid-tKuAA7cOrF .card-text-wrap {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tKuAA7cOrF .card-text-wrap {
    margin-bottom: 1.5rem;
  }
}
.cid-tKuAA7cOrF .card-name-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: auto;
}
.cid-tKuAA7cOrF .card-name-image-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  aspect-ratio: 1;
  border-radius: 50px;
  overflow: hidden;
  margin-right: 20px;
}
.cid-tKuAA7cOrF .card-name-image-wrap img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-tKuAGYV3Kl {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tKuAGYV3Kl .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-tKuAGYV3Kl .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tKuAGYV3Kl .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tKuAGYV3Kl .content-wrapper {
    padding: 2rem;
  }
}
.cid-tKuAGYV3Kl .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tKuAGYV3Kl .mbr-section-subtitle {
  margin-bottom: 21px;
}
.cid-tKuAQ6LCPz {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tKuAQ6LCPz .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-tKuAQ6LCPz .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tKuAQ6LCPz .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tKuAQ6LCPz .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tKuAQ6LCPz .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-tKuAQ6LCPz .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tKuAQ6LCPz .mbr-section-subtitle {
  margin-bottom: 21px;
}
.cid-tKuAQ6LCPz li {
  line-height: 2;
}
.cid-tKuASCOByw {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tKuASCOByw .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKuASCOByw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKuASCOByw .row {
  justify-content: flex-start;
}
.cid-tKuASCOByw .mbr-text {
  margin-top: 36px;
}
@media (max-width: 991px) {
  .cid-tKuASCOByw .mbr-text {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .cid-tKuASCOByw .mbr-text {
    margin-top: 20px;
  }
}
.cid-tKuASCOByw .mbr-section-btn {
  margin-top: 50px;
}
@media (max-width: 991px) {
  .cid-tKuASCOByw .mbr-section-btn {
    margin-top: 46px;
  }
}
.cid-tKuAVjljkS {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tKuAVjljkS .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-tKuAVjljkS .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tKuAVjljkS .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tKuAVjljkS .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tKuAVjljkS .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-tKuAVjljkS .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tKuAVjljkS .mbr-section-subtitle {
  margin-bottom: 21px;
}
.cid-tKuAVjljkS li {
  line-height: 2;
}
.cid-tKuAWXkQy9 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tKuAWXkQy9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKuAWXkQy9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKuAWXkQy9 .row {
  justify-content: flex-start;
}
.cid-tKuAWXkQy9 .mbr-text {
  margin-top: 36px;
}
@media (max-width: 991px) {
  .cid-tKuAWXkQy9 .mbr-text {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .cid-tKuAWXkQy9 .mbr-text {
    margin-top: 20px;
  }
}
.cid-tKuAWXkQy9 .mbr-section-btn {
  margin-top: 50px;
}
@media (max-width: 991px) {
  .cid-tKuAWXkQy9 .mbr-section-btn {
    margin-top: 46px;
  }
}
.cid-tKuAZ0AHee {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tKuAZ0AHee .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-tKuAZ0AHee .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tKuAZ0AHee .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tKuAZ0AHee .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tKuAZ0AHee .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-tKuAZ0AHee .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tKuAZ0AHee .mbr-section-subtitle {
  margin-bottom: 21px;
}
.cid-tKuAZ0AHee li {
  line-height: 2;
}
.cid-tKuB1VEez6 {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-image: url("https://cdn.centrestack.com/amp/sunlight-meeting-1200x630-tiny-2-1200x630.jpg");
}
.cid-tKuB1VEez6 .mbr-overlay {
  background: #122947;
  opacity: 0.8;
}
.cid-tKuHKp78pI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tKuHKp78pI .title_block {
  margin-bottom: 80px;
}
.cid-tKuHKp78pI .mbr-section-subtitle {
  margin-bottom: 16px;
  line-height: 1;
}
.cid-tKuHKp78pI .mbr-item-subtitle {
  margin-top: 15px;
  margin-bottom: 10px;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-tKuHKp78pI .item {
  padding-bottom: 2rem;
}
.cid-tKuHKp78pI .image-wrapper {
  overflow: hidden;
  height: 500px;
}
.cid-tKuHKp78pI .image-wrapper img {
  width: 100%;
  object-fit: cover;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-tKuHKp78pI .item-wrapper {
  position: relative;
}
.cid-tKuHKp78pI .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  transition: 0.2s;
}
.cid-tKuHKp78pI .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-tKuHKp78pI .item-wrapper:hover .mbr-item-subtitle a {
  color: #f68e2a !important;
}
.cid-tKuHKp78pI .item-wrapper:hover img {
  transform: scale(1.1);
}
.cid-tKuHKp78pI .carousel-control,
.cid-tKuHKp78pI .close {
  background: #1b1b1b;
}
.cid-tKuHKp78pI .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tKuHKp78pI .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tKuHKp78pI .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tKuHKp78pI .carousel-control-next span {
  margin-left: 5px;
}
.cid-tKuHKp78pI .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tKuHKp78pI .close::before {
  content: '\e91a';
}
.cid-tKuHKp78pI .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tKuHKp78pI .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tKuHKp78pI .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tKuHKp78pI .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tKuHKp78pI .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tKuHKp78pI .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tKuHKp78pI .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tKuHKp78pI .carousel-indicators li.active,
.cid-tKuHKp78pI .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tKuHKp78pI .carousel-indicators li::after,
.cid-tKuHKp78pI .carousel-indicators li::before {
  content: none;
}
.cid-tKuHKp78pI .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tKuHKp78pI .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tKuHKp78pI .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tKuHKp78pI .carousel-indicators {
    display: none;
  }
}
.cid-tKuHKp78pI .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tKuHKp78pI .carousel-inner > .active {
  display: block;
}
.cid-tKuHKp78pI .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tKuHKp78pI .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tKuHKp78pI .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tKuHKp78pI .carousel-control,
  .cid-tKuHKp78pI .carousel-indicators,
  .cid-tKuHKp78pI .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tKuHKp78pI .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tKuHKp78pI .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tKuHKp78pI .carousel-indicators .active,
.cid-tKuHKp78pI .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tKuHKp78pI .carousel-indicators .active {
  background: #fff;
}
.cid-tKuHKp78pI .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tKuHKp78pI .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tKuHKp78pI .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tKuHKp78pI .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tKuHKp78pI .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tKuHKp78pI .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tKuHKp78pI .carousel {
  width: 100%;
}
.cid-tKuHKp78pI .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tKuHKp78pI .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tKuHKp78pI .modal.fade .modal-dialog,
.cid-tKuHKp78pI .modal.in .modal-dialog {
  transform: none;
}
.cid-tKuHKp78pI .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tKuHKp78pI .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKuHKp78pI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKvvkR7Wsl {
  padding-top: 20rem;
  padding-bottom: 20rem;
  background-image: url("https://cdn.centrestack.com/fb/partner_1200x630_tiny.jpg");
  background-position: top;
}
@media (max-width: 768px) {
  .cid-tKvvkR7Wsl {
    padding-top: 10rem;
  }
}
.cid-tKvvkR7Wsl .mbr-overlay {
  background: #000000;
  opacity: 0.7;
}
.cid-tKvvoVOwmc {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tKvvoVOwmc .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-tKvvoVOwmc .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tKvvoVOwmc .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tKvvoVOwmc .content-wrapper {
    padding: 2rem;
  }
}
.cid-tKvvoVOwmc .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tKvvoVOwmc .mbr-section-subtitle {
  margin-bottom: 21px;
}
.cid-tKvvSrHELm {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tKvvSrHELm .image-wrapper {
  padding: 0;
}
.cid-tKvvSrHELm .img-item,
.cid-tKvvSrHELm img {
  max-width: 100%;
  width: auto;
}
.cid-tKvvSrHELm .wrapper {
  max-width: 550px;
  margin: auto;
  padding: 4rem 0;
}
.cid-tKvvSrHELm .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 757px) {
  .cid-tKvvSrHELm .card-wrapper {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .cid-tKvvSrHELm .mbr-list {
    justify-content: center;
    display: flex;
  }
}
.cid-tKvvTOgOXG {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tKvvTOgOXG .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKvvTOgOXG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKvvTOgOXG .row {
  justify-content: flex-start;
}
.cid-tKvvTOgOXG .mbr-text {
  margin-top: 36px;
}
@media (max-width: 991px) {
  .cid-tKvvTOgOXG .mbr-text {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .cid-tKvvTOgOXG .mbr-text {
    margin-top: 20px;
  }
}
.cid-tKvvTOgOXG .mbr-section-btn {
  margin-top: 50px;
}
@media (max-width: 991px) {
  .cid-tKvvTOgOXG .mbr-section-btn {
    margin-top: 46px;
  }
}
.cid-tKvvUkbXsD {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tKvvUkbXsD .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKvvUkbXsD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKvvUkbXsD .row {
  justify-content: flex-start;
}
.cid-tKvvUkbXsD .mbr-text {
  margin-top: 36px;
}
@media (max-width: 991px) {
  .cid-tKvvUkbXsD .mbr-text {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .cid-tKvvUkbXsD .mbr-text {
    margin-top: 20px;
  }
}
.cid-tKvvUkbXsD .mbr-section-btn {
  margin-top: 50px;
}
@media (max-width: 991px) {
  .cid-tKvvUkbXsD .mbr-section-btn {
    margin-top: 46px;
  }
}
.cid-tKvvW1NkKv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-tKvvW1NkKv .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKvvW1NkKv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-tKvvW1NkKv .row {
    flex-direction: column-reverse;
  }
  .cid-tKvvW1NkKv .row .map-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tKvvW1NkKv .google-map {
  height: 100%;
  position: relative;
}
.cid-tKvvW1NkKv .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tKvvW1NkKv .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tKvvW1NkKv .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tKvvW1NkKv .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tKvvW1NkKv .card-wrapper1 {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-tKvvW1NkKv .card-wrapper1 {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tKvvW1NkKv .card-wrapper1 {
    padding: 2rem 4rem;
  }
}
.cid-tKvvW1NkKv .card-wrapper2 {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-tKvvW1NkKv .card-wrapper2 {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tKvvW1NkKv .card-wrapper2 {
    padding: 2rem 4rem;
  }
}
.cid-tKvvW1NkKv .card-wrapper3 {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-tKvvW1NkKv .card-wrapper3 {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tKvvW1NkKv .card-wrapper3 {
    padding: 2rem 4rem;
  }
}
.cid-tKvvW1NkKv .card-wrapper4 {
  display: flex;
  border-radius: 4px;
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-tKvvW1NkKv .card-wrapper4 {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tKvvW1NkKv .card-wrapper4 {
    padding: 2rem 4rem;
  }
}
.cid-tLHBrLWbPZ {
  overflow: visible;
  padding-top: 5rem;
  padding-bottom: 7rem;
  background-color: #22a5e5;
  background: linear-gradient(to right bottom, rgba(34, 165, 229, 0.8), #1565c0);
}
.cid-tLHBrLWbPZ .animation {
  pointer-events: none;
}
.cid-tLHBrLWbPZ .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-tLHBrLWbPZ .mbr-section-title {
  margin-bottom: 27px;
}
.cid-tLHBrLWbPZ .mbr-text {
  margin-bottom: 35px;
  line-height: 1.54;
}
.cid-tLHBrLWbPZ .image__block {
  margin-top: 30px;
  margin-bottom: -160px;
  position: relative;
  z-index: 5;
}
.cid-tLHBrLWbPZ .image__block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 768px) {
  .cid-tLHBrLWbPZ .circle1 {
    position: absolute;
    left: 70px;
    bottom: 70px;
    width: 200px;
    height: 200px;
    z-index: 1;
    background-color: #fff;
    border-radius: 50%;
    opacity: .1;
    animation: circleAnimation 13s linear infinite;
  }
  .cid-tLHBrLWbPZ .circle2 {
    top: 150px;
    left: 47.6%;
    width: 100px;
    height: 100px;
    position: absolute;
    z-index: 1;
    background-color: #fff;
    border-radius: 50%;
    opacity: .1;
    animation: circleAnimation 11s linear infinite;
  }
  .cid-tLHBrLWbPZ .circle3 {
    right: 15%;
    bottom: 140px;
    width: 170px;
    height: 170px;
    position: absolute;
    z-index: 1;
    background-color: #fff;
    border-radius: 50%;
    opacity: .1;
    animation: circleAnimation 10s linear infinite;
  }
  .cid-tLHBrLWbPZ .circle4 {
    right: 3%;
    top: 190px;
    width: 50px;
    height: 50px;
    position: absolute;
    z-index: 1;
    background-color: #fff;
    border-radius: 50%;
    opacity: .1;
    animation: circleAnimation 9s linear infinite;
  }
  @keyframes circleAnimation {
    0% {
      transform: scale(1);
    }
    50% {
      transform: scale(1.5);
    }
    55% {
      transform: scale(1.5);
    }
    100% {
      transform: scale(1);
    }
  }
}
@media (max-width: 991px) {
  .cid-tLHBrLWbPZ .mbr-section-title {
    margin-bottom: 17px;
  }
  .cid-tLHBrLWbPZ .mbr-text {
    margin-bottom: 20px;
  }
  .cid-tLHBrLWbPZ .mbr-section-btn {
    margin-bottom: 40px;
  }
  .cid-tLHBrLWbPZ .image__block {
    margin-bottom: -100px;
  }
}
.cid-tLHBrLWbPZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLHBrLWbPZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLHF8xDOeb {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tLHF8xDOeb img {
  width: 120px;
  padding: 5px;
  margin: auto;
}
.cid-tLHF8xDOeb .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
}
@media (min-width: 992px) {
  .cid-tLHF8xDOeb .card {
    max-width: 12.5%;
  }
}
.cid-tLHF8xDOeb .row {
  justify-content: space-between;
}
@media (min-width: 575px) and (max-width: 990px) {
  .cid-tLHF8xDOeb .row {
    justify-content: center;
  }
}
.cid-tLHzKMBi9l {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tLHzKMBi9l .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-tLHzKMBi9l .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tLHzKMBi9l .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tLHzKMBi9l .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tLHzKMBi9l .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-tLHzKMBi9l .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tLHzKMBi9l .mbr-section-subtitle {
  margin-bottom: 21px;
}
.cid-tLHzKMBi9l li {
  line-height: 2;
}
.cid-tLHzKN7DHg {
  padding-top: 45px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-tLHzKN7DHg {
    padding-bottom: 510px;
  }
}
.cid-tLHzKN7DHg .feature {
  position: relative;
}
.cid-tLHzKN7DHg .feature img {
  width: 100%;
  z-index: 1;
}
.cid-tLHzKN7DHg .feature .card {
  z-index: 2;
  border-radius: 0;
}
@media (min-width: 992px) {
  .cid-tLHzKN7DHg .feature .card {
    position: absolute;
    width: 180%;
    left: -500px;
    top: 350px;
  }
}
.cid-tLHzKN7DHg .feature .card > * {
  padding: 3rem 3rem 2rem 3rem;
  background-color: #efefef;
}
.cid-tLHzKN7DHg .feature .card .mbr-text {
  margin-bottom: 0;
}
.cid-tLHzKN7DHg li {
  margin-bottom: 1rem;
}
.cid-tLHzKNDO4G {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tLHzKNDO4G blockquote {
  border-color: #1565c0;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-tLHQSUARHX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #e3f2fd;
}
.cid-tLHQSUARHX .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLHQSUARHX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tLHQSUARHX .container {
    padding: 0 30px;
  }
}
.cid-tLHQSUARHX .row {
  position: relative;
}
.cid-tLHQSUARHX .row img {
  position: absolute;
  top: 6rem;
  right: 0;
  bottom: -5rem;
  width: 40%;
  height: 510px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tLHQSUARHX .row img {
    top: auto;
    width: 100%;
  }
}
.cid-tLHQSUARHX .text-wrapper {
  padding: 120px 75px 150px;
  background-color: #ffffff;
  position: relative;
}
@media (max-width: 768px) {
  .cid-tLHQSUARHX .text-wrapper {
    padding: 40px 16px;
  }
}
.cid-tLHQSUARHX .text-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-tLHQSUARHX .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tLHzKOy6Uy {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tLHzKOy6Uy .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLHzKOy6Uy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLHzKOy6Uy .row {
  justify-content: flex-start;
}
.cid-tLHzKOy6Uy .mbr-text {
  margin-top: 36px;
}
@media (max-width: 991px) {
  .cid-tLHzKOy6Uy .mbr-text {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .cid-tLHzKOy6Uy .mbr-text {
    margin-top: 20px;
  }
}
.cid-tLHzKOy6Uy .mbr-section-btn {
  margin-top: 50px;
}
@media (max-width: 991px) {
  .cid-tLHzKOy6Uy .mbr-section-btn {
    margin-top: 46px;
  }
}
.cid-tLHzKP3wWI {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tLHzKP3wWI blockquote {
  border-color: #1565c0;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-tLHzKPxTbA {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
@media (max-width: 991px) {
  .cid-tLHzKPxTbA .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tLHzKPxTbA .row {
  flex-direction: row-reverse;
}
.cid-tLHzKPxTbA img {
  width: 100%;
}
.cid-tLHzKQ15bA {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tLHzKQ15bA .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLHzKQ15bA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLHzKQ15bA .row {
  justify-content: flex-start;
}
.cid-tLHzKQ15bA .mbr-text {
  margin-top: 36px;
}
@media (max-width: 991px) {
  .cid-tLHzKQ15bA .mbr-text {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .cid-tLHzKQ15bA .mbr-text {
    margin-top: 20px;
  }
}
.cid-tLHzKQ15bA .mbr-section-btn {
  margin-top: 50px;
}
@media (max-width: 991px) {
  .cid-tLHzKQ15bA .mbr-section-btn {
    margin-top: 46px;
  }
}
.cid-tLHzKQxE9o {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tLHzKQxE9o blockquote {
  border-color: #1565c0;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-tLHzKR3KUy {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
@media (max-width: 991px) {
  .cid-tLHzKR3KUy .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tLHzKR3KUy .row {
  flex-direction: row-reverse;
}
.cid-tLHzKR3KUy img {
  width: 100%;
}
.cid-tLHzKRy021 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tLHzKRy021 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLHzKRy021 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLHzKRy021 .row {
  justify-content: flex-start;
}
.cid-tLHzKRy021 .mbr-text {
  margin-top: 36px;
}
@media (max-width: 991px) {
  .cid-tLHzKRy021 .mbr-text {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .cid-tLHzKRy021 .mbr-text {
    margin-top: 20px;
  }
}
.cid-tLHzKRy021 .mbr-section-btn {
  margin-top: 50px;
}
@media (max-width: 991px) {
  .cid-tLHzKRy021 .mbr-section-btn {
    margin-top: 46px;
  }
}
.cid-tLHzKS4KGq {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tLHzKS4KGq blockquote {
  border-color: #1565c0;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-tLHSLVVdgt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #e3f2fd;
}
.cid-tLHSLVVdgt .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLHSLVVdgt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tLHSLVVdgt .container {
    padding: 0 30px;
  }
}
.cid-tLHSLVVdgt .row {
  position: relative;
}
.cid-tLHSLVVdgt .row img {
  position: absolute;
  top: 6rem;
  right: 0;
  bottom: -5rem;
  width: 40%;
  height: 510px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tLHSLVVdgt .row img {
    top: auto;
    width: 100%;
  }
}
.cid-tLHSLVVdgt .text-wrapper {
  padding: 120px 75px 150px;
  background-color: #ffffff;
  position: relative;
}
@media (max-width: 768px) {
  .cid-tLHSLVVdgt .text-wrapper {
    padding: 40px 16px;
  }
}
.cid-tLHSLVVdgt .text-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-tLHSLVVdgt .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tLHVqYlTyz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tLHVqYlTyz .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLHVqYlTyz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tLHVqYlTyz .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-tLHVqYlTyz .container {
    padding: 0 12px;
  }
}
.cid-tLHVqYlTyz .row {
  justify-content: center;
}
.cid-tLHVqYlTyz .title-wrapper .mbr-card-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-tLHVqYlTyz .title-wrapper .mbr-card-title {
    margin-bottom: 24px;
  }
}
.cid-tLHVqYlTyz .card .card_1 .card-wrap::before,
.cid-tLHVqYlTyz .card .card_5 .card-wrap::before {
  background-color: #b4dcfa;
}
.cid-tLHVqYlTyz .card .card_2 .card-wrap::before {
  background-color: #ffcd9f;
}
.cid-tLHVqYlTyz .card .card_3 .card-wrap::before,
.cid-tLHVqYlTyz .card .card_4 .card-wrap::before {
  background-color: #e3b4fa;
}
.cid-tLHVqYlTyz .card .card-wrapper {
  padding: 70px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tLHVqYlTyz .card .card-wrapper {
    padding: 40px 0;
  }
}
.cid-tLHVqYlTyz .card .card-wrapper .card-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 250px;
  height: 250px;
  padding: 0 5px;
}
@media (max-width: 1200px) {
  .cid-tLHVqYlTyz .card .card-wrapper .card-wrap {
    width: 200px;
    height: 200px;
  }
}
.cid-tLHVqYlTyz .card .card-wrapper .card-wrap::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50px;
  transform: rotate(45deg);
}
@media (max-width: 992px) {
  .cid-tLHVqYlTyz .card .card-wrapper .card-wrap::before {
    border-radius: 24px;
  }
}
.cid-tLHVqYlTyz .card .card-wrapper .card-wrap .mbr-card-title {
  position: relative;
  margin-bottom: 0;
}
.cid-tLI1cf28i7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tLI1cf28i7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLI1cf28i7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tLI1cf28i7 .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-tLI1cf28i7 .container {
    padding: 0 12px;
  }
}
.cid-tLI1cf28i7 .image-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tLI1cf28i7 .image-wrapper {
    margin-bottom: 24px;
    height: auto;
  }
}
.cid-tLI1cf28i7 .image-wrapper img {
  height: 260px;
  width: 410px;
  object-fit: cover;
  border-radius: 50px;
}
@media (max-width: 992px) {
  .cid-tLI1cf28i7 .image-wrapper img {
    margin-bottom: 24px;
  }
}
.cid-tLI1cf28i7 .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-tLI1cf28i7 .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-tLI1cf28i7 .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tLI1RbZRBf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tLI1RbZRBf .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLI1RbZRBf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tLI1RbZRBf .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-tLI1RbZRBf .container {
    padding: 0 12px;
  }
}
.cid-tLI1RbZRBf .image-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tLI1RbZRBf .image-wrapper {
    margin-bottom: 24px;
    height: auto;
  }
}
.cid-tLI1RbZRBf .image-wrapper img {
  height: 260px;
  width: 410px;
  object-fit: cover;
  border-radius: 50px;
}
@media (max-width: 992px) {
  .cid-tLI1RbZRBf .image-wrapper img {
    margin-bottom: 24px;
  }
}
.cid-tLI1RbZRBf .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-tLI1RbZRBf .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-tLI1RbZRBf .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tLI2ECnN5O {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tLI2ECnN5O .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLI2ECnN5O .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tLI2ECnN5O .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-tLI2ECnN5O .container {
    padding: 0 12px;
  }
}
.cid-tLI2ECnN5O .image-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tLI2ECnN5O .image-wrapper {
    margin-bottom: 24px;
    height: auto;
  }
}
.cid-tLI2ECnN5O .image-wrapper img {
  height: 260px;
  width: 410px;
  object-fit: cover;
  border-radius: 50px;
}
@media (max-width: 992px) {
  .cid-tLI2ECnN5O .image-wrapper img {
    margin-bottom: 24px;
  }
}
.cid-tLI2ECnN5O .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-tLI2ECnN5O .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-tLI2ECnN5O .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tLIeZwoX5u {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tLIeZwoX5u .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLIeZwoX5u .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tLIeZwoX5u .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-tLIeZwoX5u .container {
    padding: 0 12px;
  }
}
.cid-tLIeZwoX5u .image-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tLIeZwoX5u .image-wrapper {
    margin-bottom: 24px;
    height: auto;
  }
}
.cid-tLIeZwoX5u .image-wrapper img {
  height: 260px;
  width: 410px;
  object-fit: cover;
  border-radius: 50px;
}
@media (max-width: 992px) {
  .cid-tLIeZwoX5u .image-wrapper img {
    margin-bottom: 24px;
  }
}
.cid-tLIeZwoX5u .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-tLIeZwoX5u .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-tLIeZwoX5u .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tLIf097x2l {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tLIf097x2l .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLIf097x2l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tLIf097x2l .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-tLIf097x2l .container {
    padding: 0 12px;
  }
}
.cid-tLIf097x2l .image-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tLIf097x2l .image-wrapper {
    margin-bottom: 24px;
    height: auto;
  }
}
.cid-tLIf097x2l .image-wrapper img {
  height: 260px;
  width: 410px;
  object-fit: cover;
  border-radius: 50px;
}
@media (max-width: 992px) {
  .cid-tLIf097x2l .image-wrapper img {
    margin-bottom: 24px;
  }
}
.cid-tLIf097x2l .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-tLIf097x2l .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-tLIf097x2l .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tLHzKXPryC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}
.cid-tOl3NmnQci {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("https://cdn.centrestack.com/mobi5/web/centrestack/images/fb/solving-google-workspace-100-tb-storage-1200x630-tiny.jpg");
}
@media (max-width: 768px) {
  .cid-tOl3NmnQci {
    padding-top: 5rem;
  }
}
.cid-tOl3NmnQci .mbr-overlay {
  background: #000000;
  opacity: 0.7;
}
.cid-tOl4IGRjSc {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tOl4IGRjSc img {
  width: 120px;
  padding: 5px;
  margin: auto;
}
.cid-tOl4IGRjSc .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
}
@media (min-width: 992px) {
  .cid-tOl4IGRjSc .card {
    max-width: 12.5%;
  }
}
.cid-tOl4IGRjSc .mbr-section-title {
  padding-bottom: 33px;
}
.cid-tOl4IGRjSc .mbr-section-subtitle {
  font-style: italic;
  padding-bottom: 12px;
}
.cid-tOl4IGRjSc .row {
  justify-content: space-between;
}
@media (min-width: 575px) and (max-width: 990px) {
  .cid-tOl4IGRjSc .row {
    justify-content: center;
  }
}
.cid-tOl4IGRjSc h2 {
  padding-left: 100px;
  padding-right: 100px;
}
.cid-tOl4JoY317 {
  padding-top: 60px;
  padding-bottom: 60px;
  background: linear-gradient(45deg, #ffffff, #ffffff);
}
.cid-tOl4JoY317 .user_image {
  overflow: hidden;
  display: flex;
}
.cid-tOl4JoY317 .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-tOl4JoY317 .mbr-iconfont {
  font-size: 3rem;
}
.cid-tOl4JoY317 .mbri-quote-left {
  color: #f68e2a;
}
.cid-tOl4JoY317 .mbri-quote-right {
  color: #f68e2a;
  position: absolute;
  bottom: 1rem;
  right: 0;
}
@media (max-width: 230px) {
  .cid-tOl4JoY317 .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-tOl4JoY317 .user_text {
  padding: 25px;
}
.cid-tOleVNcB07 {
  padding-top: 0px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.cid-tOleVNcB07 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOleVNcB07 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOleVNcB07 .mbr-text1 {
  background: #4479d9;
  padding: 2rem;
  margin-left: 0;
  margin-right: auto;
  border-radius: 3rem;
  margin-bottom: 2rem;
  border-bottom-left-radius: 0;
  color: #ffffff;
}
@media (min-width: 767px) {
  .cid-tOleVNcB07 .mbr-text1 {
    max-width: 80%;
  }
}
.cid-tOleVNcB07 .mbr-text2 {
  background: #e3f2fd;
  padding: 2rem;
  border-radius: 3rem;
  border-bottom-right-radius: 0;
  margin-right: 0;
  margin-bottom: 2rem;
  margin-left: auto;
}
@media (min-width: 767px) {
  .cid-tOleVNcB07 .mbr-text2 {
    max-width: 80%;
  }
}
.cid-tOleVNcB07 .mbr-text3 {
  background: #4479d9;
  padding: 2rem;
  border-radius: 3rem;
  border-bottom-left-radius: 0;
  margin-left: 0;
  margin-right: auto;
  color: #ffffff;
}
@media (min-width: 767px) {
  .cid-tOleVNcB07 .mbr-text3 {
    max-width: 80%;
  }
}
.cid-tOl3Nn2env {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tOl3Nn2env .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-tOl3Nn2env .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tOl3Nn2env .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tOl3Nn2env .content-wrapper {
    padding: 2rem;
  }
}
.cid-tOl3Nn2env .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tOl3Nn2env .mbr-section-subtitle {
  margin-bottom: 21px;
}
.cid-tOl8dEZmfZ {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tOl8dEZmfZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOl8dEZmfZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-tOl8dEZmfZ .container {
    max-width: 1400px;
  }
}
.cid-tOl8dEZmfZ .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #4479d9;
  margin-bottom: 2rem;
}
.cid-tOl8dEZmfZ .row {
  justify-content: center;
}
.cid-tOl8ehbytd {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tOl8ehbytd .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOl8ehbytd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-tOl8ehbytd .container {
    max-width: 1400px;
  }
}
.cid-tOl8ehbytd .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #4479d9;
  margin-bottom: 2rem;
}
.cid-tOl8ehbytd .row {
  justify-content: center;
}
.cid-tOlClUENss {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("https://cdn.centrestack.com/amp/cstack/211101-triofox-demo-testimonial-back-1366x340.png");
}
.cid-tOlClUENss .user_image {
  width: 128px;
  height: 128px;
  overflow: hidden;
  display: flex;
}
.cid-tOlClUENss .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-tOlClUENss .mbr-iconfont {
  font-size: 3rem;
}
.cid-tOlClUENss .mbri-quote-left {
  color: #f68e2a;
}
.cid-tOlClUENss .mbri-quote-right {
  color: #1565c0;
  position: absolute;
  bottom: 1rem;
  right: 0;
}
@media (max-width: 230px) {
  .cid-tOlClUENss .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-tOlClUENss .mbr-section-btn {
  padding-top: 1.5rem;
  position: relative;
}
.cid-tOlClUENss .arrow-icon {
  fill: #f68e2a;
  position: absolute;
  top: -25px;
  margin-left: -65px;
}
@media (max-width: 991px) {
  .cid-tOlClUENss .mbr-section-btn {
    padding-top: 0;
  }
  .cid-tOlClUENss .arrow-icon {
    display: none;
  }
}
.cid-tOlDdMXF4R {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tOlDdMXF4R .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOlDdMXF4R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOlDdMXF4R .item-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-tOlDdMXF4R .icon-box {
  background: #6592e6;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tOlDdMXF4R .mbr-iconfont {
  font-size: 2rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tOlDdMXF4R .card {
    margin-bottom: 2rem;
  }
  .cid-tOlDdMXF4R .card-wrapper {
    margin-bottom: 2rem;
  }
  .cid-tOlDdMXF4R .item-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tOlVfs31gg {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tOlVfs31gg .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOlVfs31gg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tOlVfs31gg .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tOlVfs31gg .row {
  flex-direction: row-reverse;
}
.cid-tOlVfs31gg img {
  width: 100%;
}
.cid-tOlH3VWrxb {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tOlH3VWrxb .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOlH3VWrxb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOlH3VWrxb .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tOlH3VWrxb .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tOlH3VWrxb .container {
    padding: 0;
  }
}
.cid-tOlH3VWrxb .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tOlH3VWrxb .title-wrapper {
    padding: 0 16px;
  }
}
.cid-tOlH3VWrxb .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tOlH3VWrxb .panel-group {
    padding: 0 16px;
  }
}
.cid-tOlH3VWrxb .panel-group .card {
  padding: 50px 0;
  border-bottom: 1px solid #1565c0;
  border-radius: 0;
}
@media (max-width: 992px) {
  .cid-tOlH3VWrxb .panel-group .card {
    padding: 30px 0;
  }
}
.cid-tOlH3VWrxb .panel-group .card .card-header {
  padding: 0;
  background-color: transparent;
  border: none;
}
.cid-tOlH3VWrxb .panel-group .card .card-header .panel-title {
  border: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-tOlH3VWrxb .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-tOlH3VWrxb .panel-group .card .card-header .panel-title .mbr-iconfont {
  margin-left: 10px;
  font-size: 24px;
  transition: all 0.3s ease-in-out;
}
.cid-tOlH3VWrxb .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(-45deg);
  color: #f68e2a;
}
.cid-tOlH3VWrxb .panel-group .card .panel-collapse .panel-body {
  padding: 16px 0 0 0;
}
.cid-tOlH3VWrxb .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-tOlH3VWrxb a {
  color: #263652;
}
.cid-tOsrWJnS2d {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("https://cdn.centrestack.com/mobi5/web/centrestack/images/fb/solving-google-workspace-100-tb-storage-1200x630-tiny.jpg");
}
@media (max-width: 768px) {
  .cid-tOsrWJnS2d {
    padding-top: 5rem;
  }
}
.cid-tOsrWJnS2d .mbr-overlay {
  background: #000000;
  opacity: 0.7;
}
.cid-tOsrWJHvDM {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tOsrWJHvDM img {
  width: 120px;
  padding: 5px;
  margin: auto;
}
.cid-tOsrWJHvDM .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
}
@media (min-width: 992px) {
  .cid-tOsrWJHvDM .card {
    max-width: 12.5%;
  }
}
.cid-tOsrWJHvDM .mbr-section-title {
  padding-bottom: 33px;
}
.cid-tOsrWJHvDM .mbr-section-subtitle {
  font-style: italic;
  padding-bottom: 12px;
}
.cid-tOsrWJHvDM .row {
  justify-content: space-between;
}
@media (min-width: 575px) and (max-width: 990px) {
  .cid-tOsrWJHvDM .row {
    justify-content: center;
  }
}
.cid-tOsrWJHvDM h2 {
  padding-left: 100px;
  padding-right: 100px;
}
.cid-tOsrWK7EoO {
  padding-top: 60px;
  padding-bottom: 60px;
  background: linear-gradient(45deg, #ffffff, #ffffff);
}
.cid-tOsrWK7EoO .user_image {
  overflow: hidden;
  display: flex;
}
.cid-tOsrWK7EoO .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-tOsrWK7EoO .mbr-iconfont {
  font-size: 3rem;
}
.cid-tOsrWK7EoO .mbri-quote-left {
  color: #f68e2a;
}
.cid-tOsrWK7EoO .mbri-quote-right {
  color: #f68e2a;
  position: absolute;
  bottom: 1rem;
  right: 0;
}
@media (max-width: 230px) {
  .cid-tOsrWK7EoO .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-tOsrWK7EoO .user_text {
  padding: 25px;
}
.cid-tOsrWKSnXs {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tOsrWKSnXs .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-tOsrWKSnXs .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tOsrWKSnXs .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tOsrWKSnXs .content-wrapper {
    padding: 2rem;
  }
}
.cid-tOsrWKSnXs .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tOsrWKSnXs .mbr-section-subtitle {
  margin-bottom: 21px;
}
.cid-tOsvAi4BGT {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.cid-tOsvAi4BGT .item {
  border-bottom: 1px solid #efefef;
  margin-bottom: 4rem;
}
.cid-tOsvAi4BGT img {
  width: 80%;
  height: auto;
}
@media (max-width: 992px) {
  .cid-tOsvAi4BGT img {
    width: 100%;
  }
}
.cid-tOsrWLhh0L {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tOsrWLhh0L .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOsrWLhh0L .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-tOsrWLhh0L .container {
    max-width: 1400px;
  }
}
.cid-tOsrWLhh0L .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #4479d9;
  margin-bottom: 2rem;
}
.cid-tOsrWLhh0L .row {
  justify-content: center;
}
.cid-tOsrWLJ8ie {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tOsrWLJ8ie .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOsrWLJ8ie .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-tOsrWLJ8ie .container {
    max-width: 1400px;
  }
}
.cid-tOsrWLJ8ie .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #4479d9;
  margin-bottom: 2rem;
}
.cid-tOsrWLJ8ie .row {
  justify-content: center;
}
.cid-tOsrWMad0j {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("https://cdn.centrestack.com/amp/cstack/211101-triofox-demo-testimonial-back-1366x340.png");
}
.cid-tOsrWMad0j .user_image {
  width: 128px;
  height: 128px;
  overflow: hidden;
  display: flex;
}
.cid-tOsrWMad0j .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-tOsrWMad0j .mbr-iconfont {
  font-size: 3rem;
}
.cid-tOsrWMad0j .mbri-quote-left {
  color: #f68e2a;
}
.cid-tOsrWMad0j .mbri-quote-right {
  color: #1565c0;
  position: absolute;
  bottom: 1rem;
  right: 0;
}
@media (max-width: 230px) {
  .cid-tOsrWMad0j .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-tOsrWMad0j .mbr-section-btn {
  padding-top: 1.5rem;
  position: relative;
}
.cid-tOsrWMad0j .arrow-icon {
  fill: #f68e2a;
  position: absolute;
  top: -25px;
  margin-left: -65px;
}
@media (max-width: 991px) {
  .cid-tOsrWMad0j .mbr-section-btn {
    padding-top: 0;
  }
  .cid-tOsrWMad0j .arrow-icon {
    display: none;
  }
}
.cid-tOsrWMABSY {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tOsrWMABSY .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOsrWMABSY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOsrWMABSY .item-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-tOsrWMABSY .icon-box {
  background: #6592e6;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tOsrWMABSY .mbr-iconfont {
  font-size: 2rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tOsrWMABSY .card {
    margin-bottom: 2rem;
  }
  .cid-tOsrWMABSY .card-wrapper {
    margin-bottom: 2rem;
  }
  .cid-tOsrWMABSY .item-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tOsrWN7xBm {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tOsrWN7xBm .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOsrWN7xBm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tOsrWN7xBm .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tOsrWN7xBm .row {
  flex-direction: row-reverse;
}
.cid-tOsrWN7xBm img {
  width: 100%;
}
.cid-tOsrWNAo9M {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tOsrWNAo9M .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOsrWNAo9M .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOsrWNAo9M .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tOsrWNAo9M .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tOsrWNAo9M .container {
    padding: 0;
  }
}
.cid-tOsrWNAo9M .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tOsrWNAo9M .title-wrapper {
    padding: 0 16px;
  }
}
.cid-tOsrWNAo9M .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tOsrWNAo9M .panel-group {
    padding: 0 16px;
  }
}
.cid-tOsrWNAo9M .panel-group .card {
  padding: 50px 0;
  border-bottom: 1px solid #1565c0;
  border-radius: 0;
}
@media (max-width: 992px) {
  .cid-tOsrWNAo9M .panel-group .card {
    padding: 30px 0;
  }
}
.cid-tOsrWNAo9M .panel-group .card .card-header {
  padding: 0;
  background-color: transparent;
  border: none;
}
.cid-tOsrWNAo9M .panel-group .card .card-header .panel-title {
  border: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-tOsrWNAo9M .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-tOsrWNAo9M .panel-group .card .card-header .panel-title .mbr-iconfont {
  margin-left: 10px;
  font-size: 24px;
  transition: all 0.3s ease-in-out;
}
.cid-tOsrWNAo9M .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(-45deg);
  color: #f68e2a;
}
.cid-tOsrWNAo9M .panel-group .card .panel-collapse .panel-body {
  padding: 16px 0 0 0;
}
.cid-tOsrWNAo9M .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-tOsrWNAo9M a {
  color: #263652;
}
.cid-tRgAQe0VkB {
    padding-top: 10rem;
    padding-bottom: 10rem;
    background-image: url("https://cdn.centrestack.com/mobi5/web/gladinet/images/fb/lift-and-shift-1200x630-tiny.jpg");
}
@media (max-width: 768px) {
  .cid-tRgAQe0VkB {
    padding-top: 5rem;
  }
}
.cid-tRgAQe0VkB .mbr-overlay {
  background: #000000;
  opacity: 0.7;
}
.cid-tRgE0zyi4g {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tRgE0zyi4g img {
  width: 120px;
  padding: 5px;
  margin: auto;
}
.cid-tRgE0zyi4g .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
}
@media (min-width: 992px) {
  .cid-tRgE0zyi4g .card {
    max-width: 12.5%;
  }
}
.cid-tRgE0zyi4g .row {
  justify-content: space-between;
}
@media (min-width: 575px) and (max-width: 990px) {
  .cid-tRgE0zyi4g .row {
    justify-content: center;
  }
}
.cid-tRgE1kgsFU {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tRgE1kgsFU .card {
  padding: 3rem;
  background: transparent;
  border-radius: 0;
  display: flex;
  flex-direction: column;
  border: 1px solid #B2B2B2;
}
.cid-tRgE1kgsFU .mbr-iconfont {
  font-size: 50px;
  color: #f68e2a;
}
.cid-tRgE1kgsFU .iconfont-wrapper {
  padding-bottom: 10px;
  text-align: right;
}
.cid-tRgE1kgsFU img {
  height: 100px;
  width: auto;
}
.cid-tRgE1kgsFU .user_image {
  margin-left: 6px;
}
.cid-tRgE1kgsFU .title {
  text-align: left;
  margin-bottom: 0;
}
.cid-tRgE1kgsFU .mbr-section-subtitle {
  text-align: left;
  padding-bottom: 5px;
  margin-bottom: 0;
}
.cid-tRgE1kgsFU .row {
  align-items: center;
}
.cid-tRgE1kgsFU .top {
  margin-top: 40px;
}
.cid-tRgE1kgsFU .small {
  padding-left: 15px;
}
.cid-tRgE1kgsFU .no-padding {
  padding: 0 7px;
}
@media (max-width: 690px) {
  .cid-tRgE1kgsFU .iconfont-wrapper {
    margin-top: 30px;
  }
  .cid-tRgE1kgsFU .card {
    padding: 1rem;
  }
  .cid-tRgE1kgsFU .quote-mark {
    display: none;
  }
  .cid-tRgE1kgsFU .mbr-section-subtitle {
    margin-bottom: 10px;
  }
}
.cid-tRgE4F0B9K {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e3f2fd;
}
.cid-tRgE4F0B9K .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRgE4F0B9K .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRgE4F0B9K .row {
  justify-content: flex-start;
}
.cid-tRgE4F0B9K .mbr-text {
  margin-top: 36px;
}
@media (max-width: 991px) {
  .cid-tRgE4F0B9K .mbr-text {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .cid-tRgE4F0B9K .mbr-text {
    margin-top: 20px;
  }
}
.cid-tRgE4F0B9K .mbr-section-btn {
  margin-top: 50px;
}
@media (max-width: 991px) {
  .cid-tRgE4F0B9K .mbr-section-btn {
    margin-top: 46px;
  }
}
.cid-tRgE4F0B9K .mbr-section-btn .btn-white {
  color: #45494E !important;
  border: 1px solid #45494E !important;
  background-color: transparent !important;
}
.cid-tRgE4F0B9K .mbr-section-btn .btn-white:hover {
  color: #FFFFFF !important;
  border: 1px solid #45494E !important;
  background-color: #45494E !important;
}
.cid-tRgEpLTpfk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tRgEpLTpfk .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRgEpLTpfk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRgEpLTpfk .row {
  justify-content: flex-start;
}
.cid-tRgEpLTpfk .mbr-text {
  margin-top: 36px;
}
@media (max-width: 991px) {
  .cid-tRgEpLTpfk .mbr-text {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .cid-tRgEpLTpfk .mbr-text {
    margin-top: 20px;
  }
}
.cid-tRgEpLTpfk .mbr-section-btn {
  margin-top: 50px;
}
@media (max-width: 991px) {
  .cid-tRgEpLTpfk .mbr-section-btn {
    margin-top: 46px;
  }
}
.cid-tRgEpLTpfk .mbr-section-btn .btn-white {
  color: #45494E !important;
  border: 1px solid #45494E !important;
  background-color: transparent !important;
}
.cid-tRgEpLTpfk .mbr-section-btn .btn-white:hover {
  color: #FFFFFF !important;
  border: 1px solid #45494E !important;
  background-color: #45494E !important;
}
.cid-tRgEPKBtps {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tRgEPKBtps .row {
  padding: 0 1rem;
}
@media (max-width: 991px) {
  .cid-tRgEPKBtps .row {
    padding: 0 0.75rem;
  }
}
.cid-tRgEPKBtps .text-container {
  margin-bottom: 20px;
  padding: 0 !important;
}
.cid-tRgEPKBtps .mbr-section-title {
  margin: 0 auto;
  padding-bottom: 20px;
}
.cid-tRgEPKBtps .cards-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
}
.cid-tRgEPKBtps .card {
  padding: 15px;
}
@media (max-width: 767px) {
  .cid-tRgEPKBtps .card {
    padding: 0;
  }
}
.cid-tRgEPKBtps .card-wrapper {
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 30px;
  border: 1px solid #EEEEEE;
  border-radius: 5px;
  background-color: #f2f6f8;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s, -webkit-border-radius 0.3s, -webkit-box-shadow 0.3s;
}
@media (max-width: 767px) {
  .cid-tRgEPKBtps .card-wrapper {
    margin-bottom: 30px;
    max-width: 522px;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-tRgEPKBtps .card-wrapper:hover {
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.07);
}
.cid-tRgEPKBtps .mbr-iconfont {
  font-size: 55px;
  color: #1565c0;
}
.cid-tRgEPKBtps .icon-box {
  width: 100%;
  margin-bottom: 20px;
}
.cid-tRgEPKBtps .card-title {
  padding-bottom: 10px;
}
.cid-tRgER184Lv {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tRgER184Lv .container-fluid {
  max-width: 1200px;
  padding: 0 1.5rem;
}
.cid-tRgER184Lv .title {
  margin-bottom: 4.5rem;
}
.cid-tRgER184Lv .mbr-section-subtitle {
  margin-top: 2rem;
}
.cid-tRgER184Lv .wrapper-row {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.cid-tRgER184Lv .column-1 {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.cid-tRgER184Lv .card {
  display: flex;
  flex-direction: row;
  margin-bottom: 1rem;
}
.cid-tRgER184Lv .card:hover .card-title {
  color: #1565c0;
}
.cid-tRgER184Lv .card .mbr-iconfont {
  font-size: 50px;
  color: #f68e2a;
  display: block;
}
.cid-tRgER184Lv .card-title {
  min-width: 135px;
}
.cid-tRgER184Lv .circle-img {
  width: 80%;
  margin: auto;
}
.cid-tRgER184Lv .imageContainer {
  width: 100%;
}
@media (min-width: 767px) {
  .cid-tRgER184Lv .card-box1 {
    text-align: right;
    margin-right: 2rem;
  }
  .cid-tRgER184Lv .card-box2 {
    margin-left: 2rem;
    text-align: left;
  }
  .cid-tRgER184Lv .card-left {
    margin-right: -3rem;
  }
  .cid-tRgER184Lv .card-right {
    margin-left: -3rem;
  }
}
.cid-tRgER184Lv .last-text {
  margin-bottom: 0rem;
}
@media (max-width: 767px) {
  .cid-tRgER184Lv {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .cid-tRgER184Lv .container-fluid {
    padding: 0 1rem;
  }
  .cid-tRgER184Lv .wrapper-row {
    flex-direction: column;
  }
  .cid-tRgER184Lv .card-box1 {
    order: 2;
  }
  .cid-tRgER184Lv .imageContainer {
    margin-top: 0.5rem;
    margin-bottom: 2rem;
  }
  .cid-tRgER184Lv .card {
    flex-direction: column;
    text-align: center;
  }
  .cid-tRgER184Lv .card-title {
    margin-top: 2rem;
  }
}
.cid-tRgDWkyXCj {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tRgDWkyXCj .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-tRgDWkyXCj .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tRgDWkyXCj .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tRgDWkyXCj .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tRgDWkyXCj .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-tRgDWkyXCj .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tRgDWkyXCj .mbr-section-subtitle {
  margin-bottom: 21px;
}
.cid-tRgDWkyXCj li {
  line-height: 2;
}
.cid-tRgDWPt9bA {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tRgDWPt9bA .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-tRgDWPt9bA .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tRgDWPt9bA .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tRgDWPt9bA .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tRgDWPt9bA .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-tRgDWPt9bA .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tRgDWPt9bA .mbr-section-subtitle {
  margin-bottom: 21px;
}
.cid-tRgDWPt9bA li {
  line-height: 2;
}
.cid-tRgEU5Ginp {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tRgEU5Ginp .row {
  padding: 0 1rem;
}
@media (max-width: 991px) {
  .cid-tRgEU5Ginp .row {
    padding: 0 0.75rem;
  }
}
.cid-tRgEU5Ginp .text-container {
  margin-bottom: 60px;
  padding: 0 !important;
}
.cid-tRgEU5Ginp .cards-container {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
.cid-tRgEU5Ginp .card {
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-tRgEU5Ginp .card {
    padding: 0;
  }
}
.cid-tRgEU5Ginp .card-wrapper {
  display: flex;
  background: white;
  padding: 1rem 1rem 1rem 1rem;
  border-radius: 0.5rem;
  box-shadow: 7px 7px 30px -5px rgba(0, 0, 0, 0.1);
  margin-bottom: 2rem;
}
.cid-tRgEU5Ginp .card-wrapper:hover {
  background: linear-gradient(135deg, #ffffff 0%, #fede9a 100%);
}
.cid-tRgEU5Ginp .mbr-iconfont {
  font-size: 3rem;
  color: #f68e2a;
}
.cid-tRgEU5Ginp .icon-box {
  display: inline-block;
  margin: 1rem;
  padding-right: 1rem;
}
@media (max-width: 991px) {
  .cid-tRgEU5Ginp .icon-box {
    margin-right: 0;
  }
}
.cid-tRgEU5Ginp .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRgEU5Ginp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRh9jo4AIB {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("https://cdn.centrestack.com/mobi5/web/102221/images/fb/windows-file-server-cloud-enablement-1200x630-tiny.jpg");
  background-position: top;
}
@media (max-width: 768px) {
  .cid-tRh9jo4AIB {
    padding-top: 5rem;
  }
}
.cid-tRh9jo4AIB .mbr-overlay {
  background: #000000;
  opacity: 0.7;
}
.cid-tRh9lg6XNC {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tRh9lg6XNC img {
  width: 120px;
  padding: 5px;
  margin: auto;
}
.cid-tRh9lg6XNC .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
}
@media (min-width: 992px) {
  .cid-tRh9lg6XNC .card {
    max-width: 12.5%;
  }
}
.cid-tRh9lg6XNC .row {
  justify-content: space-between;
}
@media (min-width: 575px) and (max-width: 990px) {
  .cid-tRh9lg6XNC .row {
    justify-content: center;
  }
}
.cid-tRh9minixx {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tRh9minixx .card {
  padding: 3rem;
  background: transparent;
  border-radius: 0;
  display: flex;
  flex-direction: column;
  border: 1px solid #B2B2B2;
}
.cid-tRh9minixx .mbr-iconfont {
  font-size: 50px;
  color: #f68e2a;
}
.cid-tRh9minixx .iconfont-wrapper {
  padding-bottom: 10px;
  text-align: right;
}
.cid-tRh9minixx img {
  height: 100px;
  width: auto;
}
.cid-tRh9minixx .user_image {
  margin-left: 6px;
}
.cid-tRh9minixx .title {
  text-align: left;
  margin-bottom: 0;
}
.cid-tRh9minixx .mbr-section-subtitle {
  text-align: left;
  padding-bottom: 5px;
  margin-bottom: 0;
}
.cid-tRh9minixx .row {
  align-items: center;
}
.cid-tRh9minixx .top {
  margin-top: 40px;
}
.cid-tRh9minixx .small {
  padding-left: 15px;
}
.cid-tRh9minixx .no-padding {
  padding: 0 7px;
}
@media (max-width: 690px) {
  .cid-tRh9minixx .iconfont-wrapper {
    margin-top: 30px;
  }
  .cid-tRh9minixx .card {
    padding: 1rem;
  }
  .cid-tRh9minixx .quote-mark {
    display: none;
  }
  .cid-tRh9minixx .mbr-section-subtitle {
    margin-bottom: 10px;
  }
}
.cid-tRh9qTe3Qm {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tRh9qTe3Qm .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-tRh9qTe3Qm .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tRh9qTe3Qm .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tRh9qTe3Qm .content-wrapper {
    padding: 2rem;
  }
}
.cid-tRh9qTe3Qm .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tRh9qTe3Qm .mbr-section-subtitle {
  margin-bottom: 21px;
}
.cid-tRh9t0tyXq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tRh9t0tyXq .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRh9t0tyXq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRh9t0tyXq .row {
  justify-content: flex-start;
}
.cid-tRh9t0tyXq .mbr-text {
  margin-top: 36px;
}
@media (max-width: 991px) {
  .cid-tRh9t0tyXq .mbr-text {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .cid-tRh9t0tyXq .mbr-text {
    margin-top: 20px;
  }
}
.cid-tRh9t0tyXq .mbr-section-btn {
  margin-top: 50px;
}
@media (max-width: 991px) {
  .cid-tRh9t0tyXq .mbr-section-btn {
    margin-top: 46px;
  }
}
.cid-tRh9t0tyXq .mbr-section-btn .btn-white {
  color: #45494E !important;
  border: 1px solid #45494E !important;
  background-color: transparent !important;
}
.cid-tRh9t0tyXq .mbr-section-btn .btn-white:hover {
  color: #FFFFFF !important;
  border: 1px solid #45494E !important;
  background-color: #45494E !important;
}
.cid-tRh9xhRZsY {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tRh9xhRZsY .badge {
  color: #f68e2a;
}
.cid-tRh9xhRZsY .card-wrapper {
  background-position: center;
  border-radius: 4px;
  padding: 0;
  transition: all 0.3s;
  background-size: cover;
  display: flex !important;
  flex-direction: row !important;
  justify-content: center !important;
  align-items: flex-start;
}
.cid-tRh9xhRZsY .card-wrapper .mbr-iconfont {
  font-size: 50px;
  color: #f68e2a;
  margin-right: 25px;
}
@media (max-width: 768px) {
  .cid-tRh9xhRZsY .card-wrapper .mbr-iconfont {
    font-size: 30px;
  }
}
.cid-tRh9xhRZsY .card-wrapper .card-box {
  height: 100%;
}
.cid-tRh9xhRZsY .card-wrapper .card-box .link-wrap {
  width: 100%;
}
.cid-tRh9xhRZsY .card-wrapper .card-box .link-wrap .link {
  display: inline-block;
}
.cid-tRh9xhRZsY .card-wrapper .card-box .link-wrap .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 0.6rem;
}
.cid-tRh9xhRZsY .card-wrapper .card-box .link-wrap .link a:before {
  position: absolute;
  transition: all 0.3s;
  right: 0px;
  top: 55%;
  opacity: 0;
  transform: translateY(-50%);
  content: "\e909";
  font-family: "Moririse2" !important;
  color: currentColor;
  font-size: 0.6rem;
}
.cid-tRh9xhRZsY .card-wrapper .card-box .link-wrap .link a:hover:before {
  opacity: 1;
  transform: translateX(8px) translateY(-50%);
}
.cid-tRh9xhRZsY .mbr-section-btn {
  text-align: center;
}
.cid-tRh9xhRZsY .mbr-section-btn .btn {
  padding: 18px 26px;
}
.cid-tRh9xhRZsY .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.5px;
}
.cid-tRh9xhRZsY .mbr-section-btn .btn-secondary:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
@media (max-width: 992px) {
  .cid-tRh9xhRZsY img {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .cid-tRh9xhRZsY .card-box .card-title,
  .cid-tRh9xhRZsY .card-box .mbr-text {
    text-align: left;
  }
}
.cid-tRh9yHdiiH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e3f2fd;
}
.cid-tRh9yHdiiH .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRh9yHdiiH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRh9yHdiiH .row {
  justify-content: flex-start;
}
.cid-tRh9yHdiiH .mbr-text {
  margin-top: 36px;
}
@media (max-width: 991px) {
  .cid-tRh9yHdiiH .mbr-text {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .cid-tRh9yHdiiH .mbr-text {
    margin-top: 20px;
  }
}
.cid-tRh9yHdiiH .mbr-section-btn {
  margin-top: 50px;
}
@media (max-width: 991px) {
  .cid-tRh9yHdiiH .mbr-section-btn {
    margin-top: 46px;
  }
}
.cid-tRh9yHdiiH .mbr-section-btn .btn-white {
  color: #45494E !important;
  border: 1px solid #45494E !important;
  background-color: transparent !important;
}
.cid-tRh9yHdiiH .mbr-section-btn .btn-white:hover {
  color: #FFFFFF !important;
  border: 1px solid #45494E !important;
  background-color: #45494E !important;
}
.cid-tRh9AVK3Qz {
  overflow: hidden;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tRh9AVK3Qz .iconfont-wrapper {
  display: inline-block;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.cid-tRh9AVK3Qz .iconfont-wrapper:before {
  content: "";
  top: 0;
  left: 50%;
  bottom: 0;
  z-index: -1;
  width: 60px;
  position: absolute;
  background-color: rgba(107, 61, 240, 0.07);
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
}
.cid-tRh9AVK3Qz .iconfont-wrapper .mbr-iconfont {
  color: #6b3df0;
  height: 75px;
  line-height: 75px;
  font-size: 46px;
  text-align: center;
}
.cid-tRh9AVK3Qz .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-tRh9AVK3Qz .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-tRh9AVK3Qz .btn_link:hover {
  cursor: pointer;
}
.cid-tRh9AVK3Qz .btn_link:hover a {
  color: #f68e2a !important;
}
.cid-tRh9AVK3Qz .btn_link:hover span {
  transform: translatex(5px);
}
.cid-tRh9AVK3Qz .mbr-section-title {
  margin-bottom: 36px;
}
.cid-tRh9AVK3Qz .mbr-text {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .cid-tRh9AVK3Qz .column2 {
    margin-top: 100px;
  }
}
.cid-tRh9AVK3Qz .card__block {
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.08);
  border-radius: 5px;
  padding: 45px 35px;
  margin-bottom: 40px;
  background: #ffffff;
}
.cid-tRh9AVK3Qz .icon__card_wrap {
  width: 100%;
  margin-bottom: 25px;
}
.cid-tRh9AVK3Qz .icon__card {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cid-tRh9AVK3Qz .icon__card .mbr-iconfont {
  font-size: 48px;
  color: #ffffff;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}
.cid-tRh9AVK3Qz .icon__card.color1 span {
  text-shadow: 0 14px 30px rgba(246, 142, 42, 0.4);
  background: -webkit-linear-gradient(40deg, #f68e2a 0%, rgba(246, 142, 42, 0.3) 100%);
}
.cid-tRh9AVK3Qz .icon__card.color2 span {
  text-shadow: 0 14px 30px rgba(86, 167, 0, 0.4);
  background: -webkit-linear-gradient(40deg, #56a700 0%, rgba(86, 167, 0, 0.3) 100%);
}
.cid-tRh9AVK3Qz .icon__card.color3 span {
  text-shadow: 0 14px 30px rgba(69, 39, 160, 0.4);
  background: -webkit-linear-gradient(40deg, #4527a0 0%, rgba(69, 39, 160, 0.3) 100%);
}
.cid-tRh9AVK3Qz .icon__card.color4 span {
  text-shadow: 0 14px 30px rgba(118, 118, 118, 0.4);
  background: -webkit-linear-gradient(40deg, #1565c0 0%, rgba(118, 118, 118, 0.3) 100%);
}
.cid-tRh9AVK3Qz .card__title {
  margin-bottom: 15px;
  color: #1565c0;
}
.cid-tRh9AVK3Qz .card__text {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-tRh9AVK3Qz .title__block {
    text-align: center;
  }
  .cid-tRh9AVK3Qz .iconfont-wrapper {
    margin-bottom: 30px;
  }
  .cid-tRh9AVK3Qz .mbr-sectioin-title {
    margin-bottom: 22px;
  }
  .cid-tRh9AVK3Qz .mbr-text {
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .cid-tRh9AVK3Qz .card__block {
    padding: 35px 30px;
    margin-top: 40px;
    margin-bottom: 0;
  }
}
.cid-tRh9GUgu4P {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tRh9GUgu4P .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #f68e2a;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 26px;
}
.cid-tRh9GUgu4P .card-wrapper {
  background-position: center;
  border-radius: 4px;
  padding: 0;
  transition: all 0.3s;
  background-size: cover;
  display: flex !important;
  flex-direction: row !important;
  justify-content: center !important;
  align-items: flex-start;
}
.cid-tRh9GUgu4P .card-wrapper .mbr-iconfont {
  font-size: 50px;
  color: #f68e2a;
  margin-right: 25px;
}
@media (max-width: 768px) {
  .cid-tRh9GUgu4P .card-wrapper .mbr-iconfont {
    font-size: 30px;
  }
}
.cid-tRh9GUgu4P .card-wrapper .card-box {
  height: 100%;
}
.cid-tRh9GUgu4P .card-wrapper .card-box .link-wrap {
  width: 100%;
}
.cid-tRh9GUgu4P .card-wrapper .card-box .link-wrap .link {
  display: inline-block;
}
.cid-tRh9GUgu4P .card-wrapper .card-box .link-wrap .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 0.6rem;
}
.cid-tRh9GUgu4P .card-wrapper .card-box .link-wrap .link a:before {
  position: absolute;
  transition: all 0.3s;
  right: 0px;
  top: 55%;
  opacity: 0;
  transform: translateY(-50%);
  content: "\e909";
  font-family: "Moririse2" !important;
  color: currentColor;
  font-size: 0.6rem;
}
.cid-tRh9GUgu4P .card-wrapper .card-box .link-wrap .link a:hover:before {
  opacity: 1;
  transform: translateX(8px) translateY(-50%);
}
.cid-tRh9GUgu4P .mbr-section-btn {
  text-align: center;
}
.cid-tRh9GUgu4P .mbr-section-btn .btn {
  padding: 18px 26px;
}
.cid-tRh9GUgu4P .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.5px;
}
.cid-tRh9GUgu4P .mbr-section-btn .btn-secondary:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
@media (max-width: 992px) {
  .cid-tRh9GUgu4P img {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .cid-tRh9GUgu4P .card-box .card-title,
  .cid-tRh9GUgu4P .card-box .mbr-text {
    text-align: left;
  }
}
.cid-tRh9IYXXnf {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tRh9IYXXnf .row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-tRh9IYXXnf .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #f68e2a;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 26px;
}
.cid-tRh9IYXXnf .card-wrapper {
  background-position: center;
  border-radius: 4px;
  padding: 0;
  transition: all 0.3s;
  background-size: cover;
  display: flex !important;
  flex-direction: row !important;
  justify-content: center !important;
  align-items: flex-start;
}
.cid-tRh9IYXXnf .card-wrapper .mbr-iconfont {
  font-size: 50px;
  color: #f68e2a;
  margin-right: 25px;
}
@media (max-width: 768px) {
  .cid-tRh9IYXXnf .card-wrapper .mbr-iconfont {
    font-size: 30px;
  }
}
.cid-tRh9IYXXnf .card-wrapper .card-box {
  height: 100%;
}
.cid-tRh9IYXXnf .card-wrapper .card-box .link-wrap {
  width: 100%;
}
.cid-tRh9IYXXnf .card-wrapper .card-box .link-wrap .link {
  display: inline-block;
}
.cid-tRh9IYXXnf .card-wrapper .card-box .link-wrap .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 0.6rem;
}
.cid-tRh9IYXXnf .card-wrapper .card-box .link-wrap .link a:before {
  position: absolute;
  transition: all 0.3s;
  right: 0px;
  top: 55%;
  opacity: 0;
  transform: translateY(-50%);
  content: "\e909";
  font-family: "Moririse2" !important;
  color: currentColor;
  font-size: 0.6rem;
}
.cid-tRh9IYXXnf .card-wrapper .card-box .link-wrap .link a:hover:before {
  opacity: 1;
  transform: translateX(8px) translateY(-50%);
}
.cid-tRh9IYXXnf .mbr-section-btn {
  text-align: center;
}
.cid-tRh9IYXXnf .mbr-section-btn .btn {
  padding: 18px 26px;
}
.cid-tRh9IYXXnf .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.5px;
}
.cid-tRh9IYXXnf .mbr-section-btn .btn-secondary:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
@media (max-width: 992px) {
  .cid-tRh9IYXXnf img {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .cid-tRh9IYXXnf .card-box .card-title,
  .cid-tRh9IYXXnf .card-box .mbr-text {
    text-align: left;
  }
}
.cid-tRh9S7CFsN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e3f2fd;
}
.cid-tRh9S7CFsN .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #f68e2a;
  margin-bottom: 2rem;
}
.cid-tRh9S7CFsN a {
  color: #f68e2a;
}
.cid-tRh9S7CFsN .link {
  opacity: 0;
  margin-top: 1rem;
  padding-bottom: 40px;
  transform: translate3d(0, 100%, 0);
  transition: all 0.3s;
}
.cid-tRh9S7CFsN .card:hover .link {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.cid-tRh9S7CFsN svg {
  padding-left: 15px;
  transition: 0.3s;
}
.cid-tRh9S7CFsN .link:hover svg {
  padding-left: 7px;
  transition: 0.3s;
}
@media (max-width: 600px) {
  .cid-tRh9S7CFsN .link {
    margin-top: 0rem;
    margin-bottom: 1rem;
    opacity: 1;
    transform: none;
  }
}
.cid-tRh9WKyYAH {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tRh9WKyYAH .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRh9WKyYAH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRh9WKyYAH .row {
  justify-content: flex-start;
}
.cid-tRh9WKyYAH .mbr-text {
  margin-top: 36px;
}
@media (max-width: 991px) {
  .cid-tRh9WKyYAH .mbr-text {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .cid-tRh9WKyYAH .mbr-text {
    margin-top: 20px;
  }
}
.cid-tRh9WKyYAH .mbr-section-btn {
  margin-top: 50px;
}
@media (max-width: 991px) {
  .cid-tRh9WKyYAH .mbr-section-btn {
    margin-top: 46px;
  }
}
.cid-tRh9WKyYAH .mbr-section-btn .btn-white {
  color: #45494E !important;
  border: 1px solid #45494E !important;
  background-color: transparent !important;
}
.cid-tRh9WKyYAH .mbr-section-btn .btn-white:hover {
  color: #FFFFFF !important;
  border: 1px solid #45494E !important;
  background-color: #45494E !important;
}
.cid-tRh9YBTPXJ {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tRh9YBTPXJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRh9YBTPXJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRh9YBTPXJ .row {
  justify-content: flex-start;
}
.cid-tRh9YBTPXJ .mbr-text {
  margin-top: 36px;
}
@media (max-width: 991px) {
  .cid-tRh9YBTPXJ .mbr-text {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .cid-tRh9YBTPXJ .mbr-text {
    margin-top: 20px;
  }
}
.cid-tRh9YBTPXJ .mbr-section-btn {
  margin-top: 50px;
}
@media (max-width: 991px) {
  .cid-tRh9YBTPXJ .mbr-section-btn {
    margin-top: 46px;
  }
}
.cid-tRh9YBTPXJ .mbr-section-btn .btn-white {
  color: #45494E !important;
  border: 1px solid #45494E !important;
  background-color: transparent !important;
}
.cid-tRh9YBTPXJ .mbr-section-btn .btn-white:hover {
  color: #FFFFFF !important;
  border: 1px solid #45494E !important;
  background-color: #45494E !important;
}
.cid-tRDHBna9GQ {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("https://cdn.centrestack.com/mobi5/web/gladinet/images/fb/amazon-s3-windows-desktop-1200x630-tiny.jpg");
}
@media (max-width: 768px) {
  .cid-tRDHBna9GQ {
    padding-top: 5rem;
  }
}
.cid-tRDHBna9GQ .mbr-overlay {
  background: #000000;
  opacity: 0.7;
}
.cid-tRDIEGSvEz {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tRDIEGSvEz img {
  width: 120px;
  padding: 5px;
  margin: auto;
}
.cid-tRDIEGSvEz .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
}
@media (min-width: 992px) {
  .cid-tRDIEGSvEz .card {
    max-width: 12.5%;
  }
}
.cid-tRDIEGSvEz .row {
  justify-content: space-between;
}
@media (min-width: 575px) and (max-width: 990px) {
  .cid-tRDIEGSvEz .row {
    justify-content: center;
  }
}
.cid-tRDIFsm7Ys {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tRDIFsm7Ys .card {
  padding: 3rem;
  background: transparent;
  border-radius: 0;
  display: flex;
  flex-direction: column;
  border: 1px solid #B2B2B2;
}
.cid-tRDIFsm7Ys .mbr-iconfont {
  font-size: 50px;
  color: #f68e2a;
}
.cid-tRDIFsm7Ys .iconfont-wrapper {
  padding-bottom: 10px;
  text-align: right;
}
.cid-tRDIFsm7Ys img {
  height: 100px;
  width: auto;
}
.cid-tRDIFsm7Ys .user_image {
  margin-left: 6px;
}
.cid-tRDIFsm7Ys .title {
  text-align: left;
  margin-bottom: 0;
}
.cid-tRDIFsm7Ys .mbr-section-subtitle {
  text-align: left;
  padding-bottom: 5px;
  margin-bottom: 0;
}
.cid-tRDIFsm7Ys .row {
  align-items: center;
}
.cid-tRDIFsm7Ys .top {
  margin-top: 40px;
}
.cid-tRDIFsm7Ys .small {
  padding-left: 15px;
}
.cid-tRDIFsm7Ys .no-padding {
  padding: 0 7px;
}
@media (max-width: 690px) {
  .cid-tRDIFsm7Ys .iconfont-wrapper {
    margin-top: 30px;
  }
  .cid-tRDIFsm7Ys .card {
    padding: 1rem;
  }
  .cid-tRDIFsm7Ys .quote-mark {
    display: none;
  }
  .cid-tRDIFsm7Ys .mbr-section-subtitle {
    margin-bottom: 10px;
  }
}
.cid-tRDK0T4KZI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e3f2fd;
}
.cid-tRDK0T4KZI .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRDK0T4KZI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRDK0T4KZI .row {
  justify-content: flex-start;
}
.cid-tRDK0T4KZI .mbr-text {
  margin-top: 36px;
}
@media (max-width: 991px) {
  .cid-tRDK0T4KZI .mbr-text {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .cid-tRDK0T4KZI .mbr-text {
    margin-top: 20px;
  }
}
.cid-tRDK0T4KZI .mbr-section-btn {
  margin-top: 50px;
}
@media (max-width: 991px) {
  .cid-tRDK0T4KZI .mbr-section-btn {
    margin-top: 46px;
  }
}
.cid-tRDK0T4KZI .mbr-section-btn .btn-white {
  color: #45494E !important;
  border: 1px solid #45494E !important;
  background-color: transparent !important;
}
.cid-tRDK0T4KZI .mbr-section-btn .btn-white:hover {
  color: #FFFFFF !important;
  border: 1px solid #45494E !important;
  background-color: #45494E !important;
}
.cid-tRDIOGJRQa {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tRDIOGJRQa .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #f68e2a;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 26px;
}
.cid-tRDIOGJRQa .card-wrapper {
  background-position: center;
  border-radius: 4px;
  padding: 0;
  transition: all 0.3s;
  background-size: cover;
  display: flex !important;
  flex-direction: row !important;
  justify-content: center !important;
  align-items: flex-start;
}
.cid-tRDIOGJRQa .card-wrapper .mbr-iconfont {
  font-size: 50px;
  color: #f68e2a;
  margin-right: 25px;
}
@media (max-width: 768px) {
  .cid-tRDIOGJRQa .card-wrapper .mbr-iconfont {
    font-size: 30px;
  }
}
.cid-tRDIOGJRQa .card-wrapper .card-box {
  height: 100%;
}
.cid-tRDIOGJRQa .card-wrapper .card-box .link-wrap {
  width: 100%;
}
.cid-tRDIOGJRQa .card-wrapper .card-box .link-wrap .link {
  display: inline-block;
}
.cid-tRDIOGJRQa .card-wrapper .card-box .link-wrap .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 0.6rem;
}
.cid-tRDIOGJRQa .card-wrapper .card-box .link-wrap .link a:before {
  position: absolute;
  transition: all 0.3s;
  right: 0px;
  top: 55%;
  opacity: 0;
  transform: translateY(-50%);
  content: "\e909";
  font-family: "Moririse2" !important;
  color: currentColor;
  font-size: 0.6rem;
}
.cid-tRDIOGJRQa .card-wrapper .card-box .link-wrap .link a:hover:before {
  opacity: 1;
  transform: translateX(8px) translateY(-50%);
}
.cid-tRDIOGJRQa .mbr-section-btn {
  text-align: center;
}
.cid-tRDIOGJRQa .mbr-section-btn .btn {
  padding: 18px 26px;
}
.cid-tRDIOGJRQa .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.5px;
}
.cid-tRDIOGJRQa .mbr-section-btn .btn-secondary:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
@media (max-width: 992px) {
  .cid-tRDIOGJRQa img {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .cid-tRDIOGJRQa .card-box .card-title,
  .cid-tRDIOGJRQa .card-box .mbr-text {
    text-align: left;
  }
}
.cid-tRDIPvYYIh {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tRDIPvYYIh .row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-tRDIPvYYIh .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #f68e2a;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 26px;
}
.cid-tRDIPvYYIh .card-wrapper {
  background-position: center;
  border-radius: 4px;
  padding: 0;
  transition: all 0.3s;
  background-size: cover;
  display: flex !important;
  flex-direction: row !important;
  justify-content: center !important;
  align-items: flex-start;
}
.cid-tRDIPvYYIh .card-wrapper .mbr-iconfont {
  font-size: 50px;
  color: #f68e2a;
  margin-right: 25px;
}
@media (max-width: 768px) {
  .cid-tRDIPvYYIh .card-wrapper .mbr-iconfont {
    font-size: 30px;
  }
}
.cid-tRDIPvYYIh .card-wrapper .card-box {
  height: 100%;
}
.cid-tRDIPvYYIh .card-wrapper .card-box .link-wrap {
  width: 100%;
}
.cid-tRDIPvYYIh .card-wrapper .card-box .link-wrap .link {
  display: inline-block;
}
.cid-tRDIPvYYIh .card-wrapper .card-box .link-wrap .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 0.6rem;
}
.cid-tRDIPvYYIh .card-wrapper .card-box .link-wrap .link a:before {
  position: absolute;
  transition: all 0.3s;
  right: 0px;
  top: 55%;
  opacity: 0;
  transform: translateY(-50%);
  content: "\e909";
  font-family: "Moririse2" !important;
  color: currentColor;
  font-size: 0.6rem;
}
.cid-tRDIPvYYIh .card-wrapper .card-box .link-wrap .link a:hover:before {
  opacity: 1;
  transform: translateX(8px) translateY(-50%);
}
.cid-tRDIPvYYIh .mbr-section-btn {
  text-align: center;
}
.cid-tRDIPvYYIh .mbr-section-btn .btn {
  padding: 18px 26px;
}
.cid-tRDIPvYYIh .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.5px;
}
.cid-tRDIPvYYIh .mbr-section-btn .btn-secondary:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
@media (max-width: 992px) {
  .cid-tRDIPvYYIh img {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .cid-tRDIPvYYIh .card-box .card-title,
  .cid-tRDIPvYYIh .card-box .mbr-text {
    text-align: left;
  }
}
.cid-tRDIU4x1R7 {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tRDIU4x1R7 .row {
  padding: 0 1rem;
}
@media (max-width: 991px) {
  .cid-tRDIU4x1R7 .row {
    padding: 0 0.75rem;
  }
}
.cid-tRDIU4x1R7 .text-container {
  margin-bottom: 20px;
  padding: 0 !important;
}
.cid-tRDIU4x1R7 .mbr-section-title {
  margin: 0 auto;
  padding-bottom: 20px;
}
.cid-tRDIU4x1R7 .cards-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
}
.cid-tRDIU4x1R7 .card {
  padding: 15px;
}
@media (max-width: 767px) {
  .cid-tRDIU4x1R7 .card {
    padding: 0;
  }
}
.cid-tRDIU4x1R7 .card-wrapper {
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 30px;
  border: 1px solid #EEEEEE;
  border-radius: 5px;
  background-color: #f2f6f8;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s, -webkit-border-radius 0.3s, -webkit-box-shadow 0.3s;
}
@media (max-width: 767px) {
  .cid-tRDIU4x1R7 .card-wrapper {
    margin-bottom: 30px;
    max-width: 522px;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-tRDIU4x1R7 .card-wrapper:hover {
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.07);
}
.cid-tRDIU4x1R7 .mbr-iconfont {
  font-size: 55px;
  color: #f68e2a;
}
.cid-tRDIU4x1R7 .icon-box {
  width: 100%;
  margin-bottom: 20px;
}
.cid-tRDIU4x1R7 .card-title {
  padding-bottom: 10px;
}
.cid-tRDJ878xxH {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tRDJ878xxH .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #f68e2a;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 26px;
}
.cid-tRDJ878xxH .card-wrapper {
  background-position: center;
  border-radius: 4px;
  padding: 0;
  transition: all 0.3s;
  background-size: cover;
  display: flex !important;
  flex-direction: row !important;
  justify-content: center !important;
  align-items: flex-start;
}
.cid-tRDJ878xxH .card-wrapper .mbr-iconfont {
  font-size: 30px;
  color: #f68e2a;
  margin-right: 25px;
}
@media (max-width: 768px) {
  .cid-tRDJ878xxH .card-wrapper .mbr-iconfont {
    font-size: 30px;
  }
}
.cid-tRDJ878xxH .card-wrapper .card-box {
  height: 100%;
}
.cid-tRDJ878xxH .card-wrapper .card-box .link-wrap {
  width: 100%;
}
.cid-tRDJ878xxH .card-wrapper .card-box .link-wrap .link {
  display: inline-block;
}
.cid-tRDJ878xxH .card-wrapper .card-box .link-wrap .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 0.6rem;
}
.cid-tRDJ878xxH .card-wrapper .card-box .link-wrap .link a:before {
  position: absolute;
  transition: all 0.3s;
  right: 0px;
  top: 55%;
  opacity: 0;
  transform: translateY(-50%);
  content: "\e909";
  font-family: "Moririse2" !important;
  color: currentColor;
  font-size: 0.6rem;
}
.cid-tRDJ878xxH .card-wrapper .card-box .link-wrap .link a:hover:before {
  opacity: 1;
  transform: translateX(8px) translateY(-50%);
}
.cid-tRDJ878xxH .mbr-section-btn {
  text-align: center;
}
.cid-tRDJ878xxH .mbr-section-btn .btn {
  padding: 18px 26px;
}
.cid-tRDJ878xxH .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.5px;
}
.cid-tRDJ878xxH .mbr-section-btn .btn-secondary:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
@media (max-width: 992px) {
  .cid-tRDJ878xxH img {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .cid-tRDJ878xxH .card-box .card-title,
  .cid-tRDJ878xxH .card-box .mbr-text {
    text-align: left;
  }
}
.cid-tRExQZ3l10 {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("https://cdn.centrestack.com/amp/security-ownership-1254x836.jpg");
}
@media (max-width: 768px) {
  .cid-tRExQZ3l10 {
    padding-top: 5rem;
  }
}
.cid-tRExQZ3l10 .mbr-overlay {
  background: #000000;
  opacity: 0.7;
}
.cid-tRExUqrlCu {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tRExUqrlCu img {
  width: 120px;
  padding: 5px;
  margin: auto;
}
.cid-tRExUqrlCu .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
}
@media (min-width: 992px) {
  .cid-tRExUqrlCu .card {
    max-width: 12.5%;
  }
}
.cid-tRExUqrlCu .row {
  justify-content: space-between;
}
@media (min-width: 575px) and (max-width: 990px) {
  .cid-tRExUqrlCu .row {
    justify-content: center;
  }
}
.cid-tRExVrLzBm {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tRExVrLzBm .card {
  padding: 3rem;
  background: transparent;
  border-radius: 0;
  display: flex;
  flex-direction: column;
  border: 1px solid #B2B2B2;
}
.cid-tRExVrLzBm .mbr-iconfont {
  font-size: 50px;
  color: #f68e2a;
}
.cid-tRExVrLzBm .iconfont-wrapper {
  padding-bottom: 10px;
  text-align: right;
}
.cid-tRExVrLzBm img {
  height: 100px;
  width: auto;
}
.cid-tRExVrLzBm .user_image {
  margin-left: 6px;
}
.cid-tRExVrLzBm .title {
  text-align: left;
  margin-bottom: 0;
}
.cid-tRExVrLzBm .mbr-section-subtitle {
  text-align: left;
  padding-bottom: 5px;
  margin-bottom: 0;
}
.cid-tRExVrLzBm .row {
  align-items: center;
}
.cid-tRExVrLzBm .top {
  margin-top: 40px;
}
.cid-tRExVrLzBm .small {
  padding-left: 15px;
}
.cid-tRExVrLzBm .no-padding {
  padding: 0 7px;
}
@media (max-width: 690px) {
  .cid-tRExVrLzBm .iconfont-wrapper {
    margin-top: 30px;
  }
  .cid-tRExVrLzBm .card {
    padding: 1rem;
  }
  .cid-tRExVrLzBm .quote-mark {
    display: none;
  }
  .cid-tRExVrLzBm .mbr-section-subtitle {
    margin-bottom: 10px;
  }
}
.cid-tRExXNUjQe {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tRExXNUjQe .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-tRExXNUjQe .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tRExXNUjQe .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tRExXNUjQe .content-wrapper {
    padding: 2rem;
  }
}
.cid-tRExXNUjQe .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tRExXNUjQe .mbr-section-subtitle {
  margin-bottom: 21px;
}
.cid-tREy11gqMx {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tREy11gqMx .row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-tREy11gqMx .badge {
  display: inline-block;
  color: #f68e2a;
}
.cid-tREy11gqMx .card-wrapper {
  background-position: center;
  border-radius: 4px;
  padding: 0;
  transition: all 0.3s;
  background-size: cover;
  display: flex !important;
  flex-direction: row !important;
  justify-content: center !important;
  align-items: flex-start;
}
.cid-tREy11gqMx .card-wrapper .mbr-iconfont {
  font-size: 50px;
  color: #f68e2a;
  margin-right: 25px;
}
@media (max-width: 768px) {
  .cid-tREy11gqMx .card-wrapper .mbr-iconfont {
    font-size: 30px;
  }
}
.cid-tREy11gqMx .card-wrapper .card-box {
  height: 100%;
}
.cid-tREy11gqMx .card-wrapper .card-box .link-wrap {
  width: 100%;
}
.cid-tREy11gqMx .card-wrapper .card-box .link-wrap .link {
  display: inline-block;
}
.cid-tREy11gqMx .card-wrapper .card-box .link-wrap .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 0.6rem;
}
.cid-tREy11gqMx .card-wrapper .card-box .link-wrap .link a:before {
  position: absolute;
  transition: all 0.3s;
  right: 0px;
  top: 55%;
  opacity: 0;
  transform: translateY(-50%);
  content: "\e909";
  font-family: "Moririse2" !important;
  color: currentColor;
  font-size: 0.6rem;
}
.cid-tREy11gqMx .card-wrapper .card-box .link-wrap .link a:hover:before {
  opacity: 1;
  transform: translateX(8px) translateY(-50%);
}
.cid-tREy11gqMx .mbr-section-btn {
  text-align: center;
}
.cid-tREy11gqMx .mbr-section-btn .btn {
  padding: 18px 26px;
}
.cid-tREy11gqMx .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.5px;
}
.cid-tREy11gqMx .mbr-section-btn .btn-secondary:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
@media (max-width: 992px) {
  .cid-tREy11gqMx img {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .cid-tREy11gqMx .card-box .card-title,
  .cid-tREy11gqMx .card-box .mbr-text {
    text-align: left;
  }
}
.cid-tREBBEBfGY {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tREBBEBfGY .badge {
  display: inline-block;
  color: #f68e2a;
}
.cid-tREBBEBfGY .card-wrapper {
  background-position: center;
  border-radius: 4px;
  padding: 0;
  transition: all 0.3s;
  background-size: cover;
  display: flex !important;
  flex-direction: row !important;
  justify-content: center !important;
  align-items: flex-start;
}
.cid-tREBBEBfGY .card-wrapper .mbr-iconfont {
  font-size: 50px;
  color: #f68e2a;
  margin-right: 25px;
}
@media (max-width: 768px) {
  .cid-tREBBEBfGY .card-wrapper .mbr-iconfont {
    font-size: 30px;
  }
}
.cid-tREBBEBfGY .card-wrapper .card-box {
  height: 100%;
}
.cid-tREBBEBfGY .card-wrapper .card-box .link-wrap {
  width: 100%;
}
.cid-tREBBEBfGY .card-wrapper .card-box .link-wrap .link {
  display: inline-block;
}
.cid-tREBBEBfGY .card-wrapper .card-box .link-wrap .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 0.6rem;
}
.cid-tREBBEBfGY .card-wrapper .card-box .link-wrap .link a:before {
  position: absolute;
  transition: all 0.3s;
  right: 0px;
  top: 55%;
  opacity: 0;
  transform: translateY(-50%);
  content: "\e909";
  font-family: "Moririse2" !important;
  color: currentColor;
  font-size: 0.6rem;
}
.cid-tREBBEBfGY .card-wrapper .card-box .link-wrap .link a:hover:before {
  opacity: 1;
  transform: translateX(8px) translateY(-50%);
}
.cid-tREBBEBfGY .mbr-section-btn {
  text-align: center;
}
.cid-tREBBEBfGY .mbr-section-btn .btn {
  padding: 18px 26px;
}
.cid-tREBBEBfGY .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.5px;
}
.cid-tREBBEBfGY .mbr-section-btn .btn-secondary:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
@media (max-width: 992px) {
  .cid-tREBBEBfGY img {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .cid-tREBBEBfGY .card-box .card-title,
  .cid-tREBBEBfGY .card-box .mbr-text {
    text-align: left;
  }
}
.cid-tREy7UmT5E {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("https://cdn.centrestack.com/amp/background13-1920x1163-tiny-1920x1163.jpg");
}
.cid-tREy7UmT5E .mbr-overlay {
  background: #ffffff;
  opacity: 0.9;
}
.cid-tREy7UmT5E .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #f68e2a;
  margin-bottom: 2rem;
}
.cid-tREy7UmT5E a {
  color: #f68e2a;
}
.cid-tREy7UmT5E .link {
  opacity: 0;
  margin-top: 1rem;
  padding-bottom: 40px;
  transform: translate3d(0, 100%, 0);
  transition: all 0.3s;
}
.cid-tREy7UmT5E .card:hover .link {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.cid-tREy7UmT5E svg {
  padding-left: 15px;
  transition: 0.3s;
}
.cid-tREy7UmT5E .link:hover svg {
  padding-left: 7px;
  transition: 0.3s;
}
@media (max-width: 600px) {
  .cid-tREy7UmT5E .link {
    margin-top: 0rem;
    margin-bottom: 1rem;
    opacity: 1;
    transform: none;
  }
}
.cid-tREy9k6Uyp {
  overflow: hidden;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-tREy9k6Uyp .iconfont-wrapper {
  display: inline-block;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.cid-tREy9k6Uyp .iconfont-wrapper:before {
  content: "";
  top: 0;
  left: 50%;
  bottom: 0;
  z-index: -1;
  width: 60px;
  position: absolute;
  background-color: rgba(107, 61, 240, 0.07);
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
}
.cid-tREy9k6Uyp .iconfont-wrapper .mbr-iconfont {
  color: #6b3df0;
  height: 75px;
  line-height: 75px;
  font-size: 46px;
  text-align: center;
}
.cid-tREy9k6Uyp .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-tREy9k6Uyp .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-tREy9k6Uyp .btn_link:hover {
  cursor: pointer;
}
.cid-tREy9k6Uyp .btn_link:hover a {
  color: #f68e2a !important;
}
.cid-tREy9k6Uyp .btn_link:hover span {
  transform: translatex(5px);
}
.cid-tREy9k6Uyp .mbr-section-title {
  margin-bottom: 36px;
}
.cid-tREy9k6Uyp .mbr-text {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .cid-tREy9k6Uyp .column2 {
    margin-top: 100px;
  }
}
.cid-tREy9k6Uyp .card__block {
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.08);
  border-radius: 5px;
  padding: 45px 35px;
  margin-bottom: 40px;
  background: #ffffff;
}
.cid-tREy9k6Uyp .icon__card_wrap {
  width: 100%;
  margin-bottom: 25px;
}
.cid-tREy9k6Uyp .icon__card {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cid-tREy9k6Uyp .icon__card .mbr-iconfont {
  font-size: 48px;
  color: #ffffff;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}
.cid-tREy9k6Uyp .icon__card.color1 span {
  text-shadow: 0 14px 30px rgba(246, 142, 42, 0.4);
  background: -webkit-linear-gradient(40deg, #f68e2a 0%, rgba(246, 142, 42, 0.3) 100%);
}
.cid-tREy9k6Uyp .icon__card.color2 span {
  text-shadow: 0 14px 30px rgba(86, 167, 0, 0.4);
  background: -webkit-linear-gradient(40deg, #56a700 0%, rgba(86, 167, 0, 0.3) 100%);
}
.cid-tREy9k6Uyp .icon__card.color3 span {
  text-shadow: 0 14px 30px rgba(69, 39, 160, 0.4);
  background: -webkit-linear-gradient(40deg, #4527a0 0%, rgba(69, 39, 160, 0.3) 100%);
}
.cid-tREy9k6Uyp .icon__card.color4 span {
  text-shadow: 0 14px 30px rgba(118, 118, 118, 0.4);
  background: -webkit-linear-gradient(40deg, #1565c0 0%, rgba(118, 118, 118, 0.3) 100%);
}
.cid-tREy9k6Uyp .card__title {
  margin-bottom: 15px;
  color: #1565c0;
}
.cid-tREy9k6Uyp .card__text {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-tREy9k6Uyp .title__block {
    text-align: center;
  }
  .cid-tREy9k6Uyp .iconfont-wrapper {
    margin-bottom: 30px;
  }
  .cid-tREy9k6Uyp .mbr-sectioin-title {
    margin-bottom: 22px;
  }
  .cid-tREy9k6Uyp .mbr-text {
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .cid-tREy9k6Uyp .card__block {
    padding: 35px 30px;
    margin-top: 40px;
    margin-bottom: 0;
  }
}
.cid-tREybrokff {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e3f2fd;
}
.cid-tREybrokff .mbr-fallback-image.disabled {
  display: none;
}
.cid-tREybrokff .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tREybrokff .row {
  justify-content: flex-start;
}
.cid-tREybrokff .mbr-text {
  margin-top: 36px;
}
@media (max-width: 991px) {
  .cid-tREybrokff .mbr-text {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .cid-tREybrokff .mbr-text {
    margin-top: 20px;
  }
}
.cid-tREybrokff .mbr-section-btn {
  margin-top: 50px;
}
@media (max-width: 991px) {
  .cid-tREybrokff .mbr-section-btn {
    margin-top: 46px;
  }
}
.cid-tREybrokff .mbr-section-btn .btn-white {
  color: #45494E !important;
  border: 1px solid #45494E !important;
  background-color: transparent !important;
}
.cid-tREybrokff .mbr-section-btn .btn-white:hover {
  color: #FFFFFF !important;
  border: 1px solid #45494E !important;
  background-color: #45494E !important;
}
.cid-tRED4J9ZHE {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tRED4J9ZHE .row {
  padding: 0 1rem;
}
@media (max-width: 991px) {
  .cid-tRED4J9ZHE .row {
    padding: 0 0.75rem;
  }
}
.cid-tRED4J9ZHE .text-container {
  margin-bottom: 20px;
  padding: 0 !important;
}
.cid-tRED4J9ZHE .mbr-section-title {
  margin: 0 auto;
  padding-bottom: 20px;
}
.cid-tRED4J9ZHE .cards-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
}
.cid-tRED4J9ZHE .card {
  padding: 15px;
}
@media (max-width: 767px) {
  .cid-tRED4J9ZHE .card {
    padding: 0;
  }
}
.cid-tRED4J9ZHE .card-wrapper {
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 30px;
  border: 1px solid #EEEEEE;
  border-radius: 5px;
  background-color: #f2f6f8;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s, -webkit-border-radius 0.3s, -webkit-box-shadow 0.3s;
}
@media (max-width: 767px) {
  .cid-tRED4J9ZHE .card-wrapper {
    margin-bottom: 30px;
    max-width: 522px;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-tRED4J9ZHE .card-wrapper:hover {
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.07);
}
.cid-tRED4J9ZHE .mbr-iconfont {
  font-size: 55px;
  color: #f68e2a;
}
.cid-tRED4J9ZHE .icon-box {
  width: 100%;
  margin-bottom: 20px;
}
.cid-tRED4J9ZHE .card-title {
  padding-bottom: 10px;
}
.cid-tREykBTeaa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e3f2fd;
}
.cid-tREykBTeaa .mbr-fallback-image.disabled {
  display: none;
}
.cid-tREykBTeaa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tREykBTeaa .row {
  justify-content: flex-start;
}
.cid-tREykBTeaa .mbr-text {
  margin-top: 36px;
}
@media (max-width: 991px) {
  .cid-tREykBTeaa .mbr-text {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .cid-tREykBTeaa .mbr-text {
    margin-top: 20px;
  }
}
.cid-tREykBTeaa .mbr-section-btn {
  margin-top: 50px;
}
@media (max-width: 991px) {
  .cid-tREykBTeaa .mbr-section-btn {
    margin-top: 46px;
  }
}
.cid-tREykBTeaa .mbr-section-btn .btn-white {
  color: #45494E !important;
  border: 1px solid #45494E !important;
  background-color: transparent !important;
}
.cid-tREykBTeaa .mbr-section-btn .btn-white:hover {
  color: #FFFFFF !important;
  border: 1px solid #45494E !important;
  background-color: #45494E !important;
}
.cid-tREynNrTv9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tREynNrTv9 .card {
  background: transparent;
  padding: 16px;
}
.cid-tREynNrTv9 img,
.cid-tREynNrTv9 .item-img {
  width: 100%;
  height: 100%;
  height: 230px;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tREynNrTv9 img,
  .cid-tREynNrTv9 .item-img {
    max-height: 250px;
  }
}
.cid-tREynNrTv9 .card-body {
  border: 1px solid #EEEEEE;
  padding: 0;
}
.cid-tREynNrTv9 .card-body p:after {
  content: "";
  width: 30%;
  height: 2px;
  display: block;
  margin: 0.5rem auto auto;
  background-color: #f68e2a;
}
.cid-tREynNrTv9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tREynNrTv9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tREIfkm6Xx {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("https://cdn.centrestack.com/mobi5/web/102221/images/fb/enterprise-dropbox-alternative-1200x630-tiny.jpg");
}
@media (max-width: 768px) {
  .cid-tREIfkm6Xx {
    padding-top: 5rem;
  }
}
.cid-tREIfkm6Xx .mbr-overlay {
  background: #000000;
  opacity: 0.7;
}
.cid-tREIgFsgz5 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tREIgFsgz5 img {
  width: 120px;
  padding: 5px;
  margin: auto;
}
.cid-tREIgFsgz5 .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
}
@media (min-width: 992px) {
  .cid-tREIgFsgz5 .card {
    max-width: 12.5%;
  }
}
.cid-tREIgFsgz5 .row {
  justify-content: space-between;
}
@media (min-width: 575px) and (max-width: 990px) {
  .cid-tREIgFsgz5 .row {
    justify-content: center;
  }
}
.cid-tREIhykwE4 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tREIhykwE4 .card {
  padding: 3rem;
  background: transparent;
  border-radius: 0;
  display: flex;
  flex-direction: column;
  border: 1px solid #B2B2B2;
}
.cid-tREIhykwE4 .mbr-iconfont {
  font-size: 50px;
  color: #f68e2a;
}
.cid-tREIhykwE4 .iconfont-wrapper {
  padding-bottom: 10px;
  text-align: right;
}
.cid-tREIhykwE4 img {
  height: 100px;
  width: auto;
}
.cid-tREIhykwE4 .user_image {
  margin-left: 6px;
}
.cid-tREIhykwE4 .title {
  text-align: left;
  margin-bottom: 0;
}
.cid-tREIhykwE4 .mbr-section-subtitle {
  text-align: left;
  padding-bottom: 5px;
  margin-bottom: 0;
}
.cid-tREIhykwE4 .row {
  align-items: center;
}
.cid-tREIhykwE4 .top {
  margin-top: 40px;
}
.cid-tREIhykwE4 .small {
  padding-left: 15px;
}
.cid-tREIhykwE4 .no-padding {
  padding: 0 7px;
}
@media (max-width: 690px) {
  .cid-tREIhykwE4 .iconfont-wrapper {
    margin-top: 30px;
  }
  .cid-tREIhykwE4 .card {
    padding: 1rem;
  }
  .cid-tREIhykwE4 .quote-mark {
    display: none;
  }
  .cid-tREIhykwE4 .mbr-section-subtitle {
    margin-bottom: 10px;
  }
}
.cid-tREJ7aF6tF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e3f2fd;
}
.cid-tREJ7aF6tF .mbr-fallback-image.disabled {
  display: none;
}
.cid-tREJ7aF6tF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tREJ7aF6tF .row {
  justify-content: flex-start;
}
.cid-tREJ7aF6tF .mbr-text {
  margin-top: 36px;
}
@media (max-width: 991px) {
  .cid-tREJ7aF6tF .mbr-text {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .cid-tREJ7aF6tF .mbr-text {
    margin-top: 20px;
  }
}
.cid-tREJ7aF6tF .mbr-section-btn {
  margin-top: 50px;
}
@media (max-width: 991px) {
  .cid-tREJ7aF6tF .mbr-section-btn {
    margin-top: 46px;
  }
}
.cid-tREJ7aF6tF .mbr-section-btn .btn-white {
  color: #45494E !important;
  border: 1px solid #45494E !important;
  background-color: transparent !important;
}
.cid-tREJ7aF6tF .mbr-section-btn .btn-white:hover {
  color: #FFFFFF !important;
  border: 1px solid #45494E !important;
  background-color: #45494E !important;
}
.cid-tREIl0s0p8 {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tREIl0s0p8 .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #f68e2a;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 26px;
}
.cid-tREIl0s0p8 .card-wrapper {
  background-position: center;
  border-radius: 4px;
  padding: 0;
  transition: all 0.3s;
  background-size: cover;
  display: flex !important;
  flex-direction: row !important;
  justify-content: center !important;
  align-items: flex-start;
}
.cid-tREIl0s0p8 .card-wrapper .mbr-iconfont {
  font-size: 50px;
  color: #f68e2a;
  margin-right: 25px;
}
@media (max-width: 768px) {
  .cid-tREIl0s0p8 .card-wrapper .mbr-iconfont {
    font-size: 30px;
  }
}
.cid-tREIl0s0p8 .card-wrapper .card-box {
  height: 100%;
}
.cid-tREIl0s0p8 .card-wrapper .card-box .link-wrap {
  width: 100%;
}
.cid-tREIl0s0p8 .card-wrapper .card-box .link-wrap .link {
  display: inline-block;
}
.cid-tREIl0s0p8 .card-wrapper .card-box .link-wrap .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 0.6rem;
}
.cid-tREIl0s0p8 .card-wrapper .card-box .link-wrap .link a:before {
  position: absolute;
  transition: all 0.3s;
  right: 0px;
  top: 55%;
  opacity: 0;
  transform: translateY(-50%);
  content: "\e909";
  font-family: "Moririse2" !important;
  color: currentColor;
  font-size: 0.6rem;
}
.cid-tREIl0s0p8 .card-wrapper .card-box .link-wrap .link a:hover:before {
  opacity: 1;
  transform: translateX(8px) translateY(-50%);
}
.cid-tREIl0s0p8 .mbr-section-btn {
  text-align: center;
}
.cid-tREIl0s0p8 .mbr-section-btn .btn {
  padding: 18px 26px;
}
.cid-tREIl0s0p8 .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.5px;
}
.cid-tREIl0s0p8 .mbr-section-btn .btn-secondary:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
@media (max-width: 992px) {
  .cid-tREIl0s0p8 img {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .cid-tREIl0s0p8 .card-box .card-title,
  .cid-tREIl0s0p8 .card-box .mbr-text {
    text-align: left;
  }
}
.cid-tREIvQyIx2 {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tREIvQyIx2 .row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-tREIvQyIx2 .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #f68e2a;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 26px;
}
.cid-tREIvQyIx2 .card-wrapper {
  background-position: center;
  border-radius: 4px;
  padding: 0;
  transition: all 0.3s;
  background-size: cover;
  display: flex !important;
  flex-direction: row !important;
  justify-content: center !important;
  align-items: flex-start;
}
.cid-tREIvQyIx2 .card-wrapper .mbr-iconfont {
  font-size: 50px;
  color: #f68e2a;
  margin-right: 25px;
}
@media (max-width: 768px) {
  .cid-tREIvQyIx2 .card-wrapper .mbr-iconfont {
    font-size: 30px;
  }
}
.cid-tREIvQyIx2 .card-wrapper .card-box {
  height: 100%;
}
.cid-tREIvQyIx2 .card-wrapper .card-box .link-wrap {
  width: 100%;
}
.cid-tREIvQyIx2 .card-wrapper .card-box .link-wrap .link {
  display: inline-block;
}
.cid-tREIvQyIx2 .card-wrapper .card-box .link-wrap .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 0.6rem;
}
.cid-tREIvQyIx2 .card-wrapper .card-box .link-wrap .link a:before {
  position: absolute;
  transition: all 0.3s;
  right: 0px;
  top: 55%;
  opacity: 0;
  transform: translateY(-50%);
  content: "\e909";
  font-family: "Moririse2" !important;
  color: currentColor;
  font-size: 0.6rem;
}
.cid-tREIvQyIx2 .card-wrapper .card-box .link-wrap .link a:hover:before {
  opacity: 1;
  transform: translateX(8px) translateY(-50%);
}
.cid-tREIvQyIx2 .mbr-section-btn {
  text-align: center;
}
.cid-tREIvQyIx2 .mbr-section-btn .btn {
  padding: 18px 26px;
}
.cid-tREIvQyIx2 .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.5px;
}
.cid-tREIvQyIx2 .mbr-section-btn .btn-secondary:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
@media (max-width: 992px) {
  .cid-tREIvQyIx2 img {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .cid-tREIvQyIx2 .card-box .card-title,
  .cid-tREIvQyIx2 .card-box .mbr-text {
    text-align: left;
  }
}
.cid-tREIxudMUU {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tREIxudMUU .row {
  padding: 0 1rem;
}
@media (max-width: 991px) {
  .cid-tREIxudMUU .row {
    padding: 0 0.75rem;
  }
}
.cid-tREIxudMUU .text-container {
  margin-bottom: 20px;
  padding: 0 !important;
}
.cid-tREIxudMUU .mbr-section-title {
  margin: 0 auto;
  padding-bottom: 20px;
}
.cid-tREIxudMUU .cards-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
}
.cid-tREIxudMUU .card {
  padding: 15px;
}
@media (max-width: 767px) {
  .cid-tREIxudMUU .card {
    padding: 0;
  }
}
.cid-tREIxudMUU .card-wrapper {
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 30px;
  border: 1px solid #EEEEEE;
  border-radius: 5px;
  background-color: #f2f6f8;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s, -webkit-border-radius 0.3s, -webkit-box-shadow 0.3s;
}
@media (max-width: 767px) {
  .cid-tREIxudMUU .card-wrapper {
    margin-bottom: 30px;
    max-width: 522px;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-tREIxudMUU .card-wrapper:hover {
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.07);
}
.cid-tREIxudMUU .mbr-iconfont {
  font-size: 55px;
  color: #f68e2a;
}
.cid-tREIxudMUU .icon-box {
  width: 100%;
  margin-bottom: 20px;
}
.cid-tREIxudMUU .card-title {
  padding-bottom: 10px;
}
.cid-tREIG66Q3A {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tREIG66Q3A .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #f68e2a;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 26px;
}
.cid-tREIG66Q3A .card-wrapper {
  background-position: center;
  border-radius: 4px;
  padding: 0;
  transition: all 0.3s;
  background-size: cover;
  display: flex !important;
  flex-direction: row !important;
  justify-content: center !important;
  align-items: flex-start;
}
.cid-tREIG66Q3A .card-wrapper .mbr-iconfont {
  font-size: 30px;
  color: #f68e2a;
  margin-right: 25px;
}
@media (max-width: 768px) {
  .cid-tREIG66Q3A .card-wrapper .mbr-iconfont {
    font-size: 30px;
  }
}
.cid-tREIG66Q3A .card-wrapper .card-box {
  height: 100%;
}
.cid-tREIG66Q3A .card-wrapper .card-box .link-wrap {
  width: 100%;
}
.cid-tREIG66Q3A .card-wrapper .card-box .link-wrap .link {
  display: inline-block;
}
.cid-tREIG66Q3A .card-wrapper .card-box .link-wrap .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 0.6rem;
}
.cid-tREIG66Q3A .card-wrapper .card-box .link-wrap .link a:before {
  position: absolute;
  transition: all 0.3s;
  right: 0px;
  top: 55%;
  opacity: 0;
  transform: translateY(-50%);
  content: "\e909";
  font-family: "Moririse2" !important;
  color: currentColor;
  font-size: 0.6rem;
}
.cid-tREIG66Q3A .card-wrapper .card-box .link-wrap .link a:hover:before {
  opacity: 1;
  transform: translateX(8px) translateY(-50%);
}
.cid-tREIG66Q3A .mbr-section-btn {
  text-align: center;
}
.cid-tREIG66Q3A .mbr-section-btn .btn {
  padding: 18px 26px;
}
.cid-tREIG66Q3A .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.5px;
}
.cid-tREIG66Q3A .mbr-section-btn .btn-secondary:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
@media (max-width: 992px) {
  .cid-tREIG66Q3A img {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .cid-tREIG66Q3A .card-box .card-title,
  .cid-tREIG66Q3A .card-box .mbr-text {
    text-align: left;
  }
}
.cid-tREKXwPEae {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("https://cdn.centrestack.com/mobi5/web/gladinet/images/fb/amazon-s3-mobile-access-1200x630-tiny.jpg");
}
@media (max-width: 768px) {
  .cid-tREKXwPEae {
    padding-top: 5rem;
  }
}
.cid-tREKXwPEae .mbr-overlay {
  background: #000000;
  opacity: 0.7;
}
.cid-tREKYVQC4W {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tREKYVQC4W img {
  width: 120px;
  padding: 5px;
  margin: auto;
}
.cid-tREKYVQC4W .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
}
@media (min-width: 992px) {
  .cid-tREKYVQC4W .card {
    max-width: 12.5%;
  }
}
.cid-tREKYVQC4W .row {
  justify-content: space-between;
}
@media (min-width: 575px) and (max-width: 990px) {
  .cid-tREKYVQC4W .row {
    justify-content: center;
  }
}
.cid-tREL06kD2x {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tREL06kD2x .card {
  padding: 3rem;
  background: transparent;
  border-radius: 0;
  display: flex;
  flex-direction: column;
  border: 1px solid #B2B2B2;
}
.cid-tREL06kD2x .mbr-iconfont {
  font-size: 50px;
  color: #f68e2a;
}
.cid-tREL06kD2x .iconfont-wrapper {
  padding-bottom: 10px;
  text-align: right;
}
.cid-tREL06kD2x img {
  height: 100px;
  width: auto;
}
.cid-tREL06kD2x .user_image {
  margin-left: 6px;
}
.cid-tREL06kD2x .title {
  text-align: left;
  margin-bottom: 0;
}
.cid-tREL06kD2x .mbr-section-subtitle {
  text-align: left;
  padding-bottom: 5px;
  margin-bottom: 0;
}
.cid-tREL06kD2x .row {
  align-items: center;
}
.cid-tREL06kD2x .top {
  margin-top: 40px;
}
.cid-tREL06kD2x .small {
  padding-left: 15px;
}
.cid-tREL06kD2x .no-padding {
  padding: 0 7px;
}
@media (max-width: 690px) {
  .cid-tREL06kD2x .iconfont-wrapper {
    margin-top: 30px;
  }
  .cid-tREL06kD2x .card {
    padding: 1rem;
  }
  .cid-tREL06kD2x .quote-mark {
    display: none;
  }
  .cid-tREL06kD2x .mbr-section-subtitle {
    margin-bottom: 10px;
  }
}
.cid-tREL1e376q {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e3f2fd;
}
.cid-tREL1e376q .mbr-fallback-image.disabled {
  display: none;
}
.cid-tREL1e376q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tREL1e376q .row {
  justify-content: flex-start;
}
.cid-tREL1e376q .mbr-text {
  margin-top: 36px;
}
@media (max-width: 991px) {
  .cid-tREL1e376q .mbr-text {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .cid-tREL1e376q .mbr-text {
    margin-top: 20px;
  }
}
.cid-tREL1e376q .mbr-section-btn {
  margin-top: 50px;
}
@media (max-width: 991px) {
  .cid-tREL1e376q .mbr-section-btn {
    margin-top: 46px;
  }
}
.cid-tREL1e376q .mbr-section-btn .btn-white {
  color: #45494E !important;
  border: 1px solid #45494E !important;
  background-color: transparent !important;
}
.cid-tREL1e376q .mbr-section-btn .btn-white:hover {
  color: #FFFFFF !important;
  border: 1px solid #45494E !important;
  background-color: #45494E !important;
}
.cid-tREL4Nn61X {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tREL4Nn61X .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-tREL4Nn61X .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tREL4Nn61X .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tREL4Nn61X .content-wrapper {
    padding: 2rem;
  }
}
.cid-tREL4Nn61X .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tREL4Nn61X .mbr-section-subtitle {
  margin-bottom: 21px;
}
.cid-tRELbwPsM1 {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tRELbwPsM1 .row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-tRELbwPsM1 .badge {
  display: inline-block;
  color: #f68e2a;
}
.cid-tRELbwPsM1 .card-wrapper {
  background-position: center;
  border-radius: 4px;
  padding: 0;
  transition: all 0.3s;
  background-size: cover;
  display: flex !important;
  flex-direction: row !important;
  justify-content: center !important;
  align-items: flex-start;
}
.cid-tRELbwPsM1 .card-wrapper .mbr-iconfont {
  font-size: 50px;
  color: #f68e2a;
  margin-right: 25px;
}
@media (max-width: 768px) {
  .cid-tRELbwPsM1 .card-wrapper .mbr-iconfont {
    font-size: 30px;
  }
}
.cid-tRELbwPsM1 .card-wrapper .card-box {
  height: 100%;
}
.cid-tRELbwPsM1 .card-wrapper .card-box .link-wrap {
  width: 100%;
}
.cid-tRELbwPsM1 .card-wrapper .card-box .link-wrap .link {
  display: inline-block;
}
.cid-tRELbwPsM1 .card-wrapper .card-box .link-wrap .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 0.6rem;
}
.cid-tRELbwPsM1 .card-wrapper .card-box .link-wrap .link a:before {
  position: absolute;
  transition: all 0.3s;
  right: 0px;
  top: 55%;
  opacity: 0;
  transform: translateY(-50%);
  content: "\e909";
  font-family: "Moririse2" !important;
  color: currentColor;
  font-size: 0.6rem;
}
.cid-tRELbwPsM1 .card-wrapper .card-box .link-wrap .link a:hover:before {
  opacity: 1;
  transform: translateX(8px) translateY(-50%);
}
.cid-tRELbwPsM1 .mbr-section-btn {
  text-align: center;
}
.cid-tRELbwPsM1 .mbr-section-btn .btn {
  padding: 18px 26px;
}
.cid-tRELbwPsM1 .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.5px;
}
.cid-tRELbwPsM1 .mbr-section-btn .btn-secondary:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
@media (max-width: 992px) {
  .cid-tRELbwPsM1 img {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .cid-tRELbwPsM1 .card-box .card-title,
  .cid-tRELbwPsM1 .card-box .mbr-text {
    text-align: left;
  }
}
.cid-tRELd45Rnl {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tRELd45Rnl .badge {
  display: inline-block;
  color: #f68e2a;
}
.cid-tRELd45Rnl .card-wrapper {
  background-position: center;
  border-radius: 4px;
  padding: 0;
  transition: all 0.3s;
  background-size: cover;
  display: flex !important;
  flex-direction: row !important;
  justify-content: center !important;
  align-items: flex-start;
}
.cid-tRELd45Rnl .card-wrapper .mbr-iconfont {
  font-size: 50px;
  color: #f68e2a;
  margin-right: 25px;
}
@media (max-width: 768px) {
  .cid-tRELd45Rnl .card-wrapper .mbr-iconfont {
    font-size: 30px;
  }
}
.cid-tRELd45Rnl .card-wrapper .card-box {
  height: 100%;
}
.cid-tRELd45Rnl .card-wrapper .card-box .link-wrap {
  width: 100%;
}
.cid-tRELd45Rnl .card-wrapper .card-box .link-wrap .link {
  display: inline-block;
}
.cid-tRELd45Rnl .card-wrapper .card-box .link-wrap .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 0.6rem;
}
.cid-tRELd45Rnl .card-wrapper .card-box .link-wrap .link a:before {
  position: absolute;
  transition: all 0.3s;
  right: 0px;
  top: 55%;
  opacity: 0;
  transform: translateY(-50%);
  content: "\e909";
  font-family: "Moririse2" !important;
  color: currentColor;
  font-size: 0.6rem;
}
.cid-tRELd45Rnl .card-wrapper .card-box .link-wrap .link a:hover:before {
  opacity: 1;
  transform: translateX(8px) translateY(-50%);
}
.cid-tRELd45Rnl .mbr-section-btn {
  text-align: center;
}
.cid-tRELd45Rnl .mbr-section-btn .btn {
  padding: 18px 26px;
}
.cid-tRELd45Rnl .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.5px;
}
.cid-tRELd45Rnl .mbr-section-btn .btn-secondary:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
@media (max-width: 992px) {
  .cid-tRELd45Rnl img {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .cid-tRELd45Rnl .card-box .card-title,
  .cid-tRELd45Rnl .card-box .mbr-text {
    text-align: left;
  }
}
.cid-tRELn2nMqy {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-tRELn2nMqy img,
.cid-tRELn2nMqy .item-img {
  width: 100%;
}
.cid-tRELn2nMqy .item:focus,
.cid-tRELn2nMqy span:focus {
  outline: none;
}
.cid-tRELn2nMqy .item {
  margin-bottom: 2rem;
}
.cid-tRELn2nMqy .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tRELn2nMqy .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tRELn2nMqy .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tRELn2nMqy .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tRELn2nMqy .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tRELn2nMqy .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tREZL1iJn0 {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("https://cdn.centrestack.com/fb/business-man-happy-with-iphone-1200x630.jpg");
}
@media (max-width: 768px) {
  .cid-tREZL1iJn0 {
    padding-top: 5rem;
  }
}
.cid-tREZL1iJn0 .mbr-overlay {
  background: #000000;
  opacity: 0.7;
}
.cid-tREZRR4rxD {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tREZRR4rxD img {
  width: 120px;
  padding: 5px;
  margin: auto;
}
.cid-tREZRR4rxD .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
}
@media (min-width: 992px) {
  .cid-tREZRR4rxD .card {
    max-width: 12.5%;
  }
}
.cid-tREZRR4rxD .row {
  justify-content: space-between;
}
@media (min-width: 575px) and (max-width: 990px) {
  .cid-tREZRR4rxD .row {
    justify-content: center;
  }
}
.cid-tREZTRdmqx {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tREZTRdmqx .card {
  padding: 3rem;
  background: transparent;
  border-radius: 0;
  display: flex;
  flex-direction: column;
  border: 1px solid #B2B2B2;
}
.cid-tREZTRdmqx .mbr-iconfont {
  font-size: 50px;
  color: #f68e2a;
}
.cid-tREZTRdmqx .iconfont-wrapper {
  padding-bottom: 10px;
  text-align: right;
}
.cid-tREZTRdmqx img {
  height: 100px;
  width: auto;
}
.cid-tREZTRdmqx .user_image {
  margin-left: 6px;
}
.cid-tREZTRdmqx .title {
  text-align: left;
  margin-bottom: 0;
}
.cid-tREZTRdmqx .mbr-section-subtitle {
  text-align: left;
  padding-bottom: 5px;
  margin-bottom: 0;
}
.cid-tREZTRdmqx .row {
  align-items: center;
}
.cid-tREZTRdmqx .top {
  margin-top: 40px;
}
.cid-tREZTRdmqx .small {
  padding-left: 15px;
}
.cid-tREZTRdmqx .no-padding {
  padding: 0 7px;
}
@media (max-width: 690px) {
  .cid-tREZTRdmqx .iconfont-wrapper {
    margin-top: 30px;
  }
  .cid-tREZTRdmqx .card {
    padding: 1rem;
  }
  .cid-tREZTRdmqx .quote-mark {
    display: none;
  }
  .cid-tREZTRdmqx .mbr-section-subtitle {
    margin-bottom: 10px;
  }
}
.cid-tREZW3ryrF {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tREZW3ryrF .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-tREZW3ryrF .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tREZW3ryrF .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tREZW3ryrF .content-wrapper {
    padding: 2rem;
  }
}
.cid-tREZW3ryrF .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tREZW3ryrF .mbr-section-subtitle {
  margin-bottom: 21px;
}
.cid-tREZYAOTKw {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tREZYAOTKw .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-tREZYAOTKw .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tREZYAOTKw .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tREZYAOTKw .content-wrapper {
    padding: 2rem;
  }
}
.cid-tREZYAOTKw .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tREZYAOTKw .mbr-section-subtitle {
  margin-bottom: 21px;
}
.cid-tREZY5advv {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tREZY5advv .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-tREZY5advv .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tREZY5advv .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tREZY5advv .content-wrapper {
    padding: 2rem;
  }
}
.cid-tREZY5advv .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tREZY5advv .mbr-section-subtitle {
  margin-bottom: 21px;
}
.cid-tREZXuEwc7 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tREZXuEwc7 .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-tREZXuEwc7 .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tREZXuEwc7 .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tREZXuEwc7 .content-wrapper {
    padding: 2rem;
  }
}
.cid-tREZXuEwc7 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tREZXuEwc7 .mbr-section-subtitle {
  margin-bottom: 21px;
}
.cid-tRF00LePef {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e3f2fd;
}
.cid-tRF00LePef .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRF00LePef .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRF00LePef .row {
  justify-content: flex-start;
}
.cid-tRF00LePef .mbr-text {
  margin-top: 36px;
}
@media (max-width: 991px) {
  .cid-tRF00LePef .mbr-text {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .cid-tRF00LePef .mbr-text {
    margin-top: 20px;
  }
}
.cid-tRF00LePef .mbr-section-btn {
  margin-top: 50px;
}
@media (max-width: 991px) {
  .cid-tRF00LePef .mbr-section-btn {
    margin-top: 46px;
  }
}
.cid-tRF00LePef .mbr-section-btn .btn-white {
  color: #45494E !important;
  border: 1px solid #45494E !important;
  background-color: transparent !important;
}
.cid-tRF00LePef .mbr-section-btn .btn-white:hover {
  color: #FFFFFF !important;
  border: 1px solid #45494E !important;
  background-color: #45494E !important;
}
.cid-tRF0dJcBXe {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tRF0dJcBXe img,
.cid-tRF0dJcBXe .item-img {
  width: 100%;
}
.cid-tRF0dJcBXe .item:focus,
.cid-tRF0dJcBXe span:focus {
  outline: none;
}
.cid-tRF0dJcBXe .item {
  margin-bottom: 2rem;
}
.cid-tRF0dJcBXe .item-wrapper {
  position: relative;
  border-radius: 10px;
  box-shadow: inset 0 0 0 1px #ebebf0, 0 15px 30px 0 rgba(0, 0, 0, 0.15);
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tRF0dJcBXe .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tRF0dJcBXe .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tRF0dJcBXe .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tRF0h2yeUx {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-image: url("https://cdn.centrestack.com/amp/sunlight-meeting-1200x630-tiny-2-1200x630.jpg");
}
.cid-tRF0h2yeUx .mbr-overlay {
  background: #122947;
  opacity: 0.8;
}
.cid-tRF0h2yeUx H2 {
  position: relative;
  padding: 2rem 0 2rem 2rem;
}
.cid-tRF0h2yeUx H2::before,
.cid-tRF0h2yeUx H2::after {
  content: "";
  left: 0;
  display: block;
  position: absolute;
  border-bottom: .3125rem solid;
  color: inherit;
  width: 5.375rem;
}
.cid-tRF0h2yeUx H2::before {
  top: 0;
}
.cid-tRF0h2yeUx H2::after {
  bottom: 0;
}
.cid-tRF0izuMd4 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tRF0izuMd4 .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-tRF0izuMd4 .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tRF0izuMd4 .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tRF0izuMd4 .content-wrapper {
    padding: 2rem;
  }
}
.cid-tRF0izuMd4 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tRF0izuMd4 .mbr-section-subtitle {
  margin-bottom: 21px;
}
.cid-tRF0kfVCW8 {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tRF0kfVCW8 .row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-tRF0kfVCW8 .badge {
  display: inline-block;
  color: #f68e2a;
}
.cid-tRF0kfVCW8 .card-wrapper {
  background-position: center;
  border-radius: 4px;
  padding: 0;
  transition: all 0.3s;
  background-size: cover;
  display: flex !important;
  flex-direction: row !important;
  justify-content: center !important;
  align-items: flex-start;
}
.cid-tRF0kfVCW8 .card-wrapper .mbr-iconfont {
  font-size: 50px;
  color: #f68e2a;
  margin-right: 25px;
}
@media (max-width: 768px) {
  .cid-tRF0kfVCW8 .card-wrapper .mbr-iconfont {
    font-size: 30px;
  }
}
.cid-tRF0kfVCW8 .card-wrapper .card-box {
  height: 100%;
}
.cid-tRF0kfVCW8 .card-wrapper .card-box .link-wrap {
  width: 100%;
}
.cid-tRF0kfVCW8 .card-wrapper .card-box .link-wrap .link {
  display: inline-block;
}
.cid-tRF0kfVCW8 .card-wrapper .card-box .link-wrap .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 0.6rem;
}
.cid-tRF0kfVCW8 .card-wrapper .card-box .link-wrap .link a:before {
  position: absolute;
  transition: all 0.3s;
  right: 0px;
  top: 55%;
  opacity: 0;
  transform: translateY(-50%);
  content: "\e909";
  font-family: "Moririse2" !important;
  color: currentColor;
  font-size: 0.6rem;
}
.cid-tRF0kfVCW8 .card-wrapper .card-box .link-wrap .link a:hover:before {
  opacity: 1;
  transform: translateX(8px) translateY(-50%);
}
.cid-tRF0kfVCW8 .mbr-section-btn {
  text-align: center;
}
.cid-tRF0kfVCW8 .mbr-section-btn .btn {
  padding: 18px 26px;
}
.cid-tRF0kfVCW8 .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.5px;
}
.cid-tRF0kfVCW8 .mbr-section-btn .btn-secondary:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
@media (max-width: 992px) {
  .cid-tRF0kfVCW8 img {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .cid-tRF0kfVCW8 .card-box .card-title,
  .cid-tRF0kfVCW8 .card-box .mbr-text {
    text-align: left;
  }
}
.cid-tRF0lOfNEd {
  overflow: hidden;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-tRF0lOfNEd .iconfont-wrapper {
  display: inline-block;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.cid-tRF0lOfNEd .iconfont-wrapper:before {
  content: "";
  top: 0;
  left: 50%;
  bottom: 0;
  z-index: -1;
  width: 60px;
  position: absolute;
  background-color: rgba(107, 61, 240, 0.07);
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
}
.cid-tRF0lOfNEd .iconfont-wrapper .mbr-iconfont {
  color: #6b3df0;
  height: 75px;
  line-height: 75px;
  font-size: 46px;
  text-align: center;
}
.cid-tRF0lOfNEd .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-tRF0lOfNEd .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-tRF0lOfNEd .btn_link:hover {
  cursor: pointer;
}
.cid-tRF0lOfNEd .btn_link:hover a {
  color: #f68e2a !important;
}
.cid-tRF0lOfNEd .btn_link:hover span {
  transform: translatex(5px);
}
.cid-tRF0lOfNEd .mbr-section-title {
  margin-bottom: 36px;
}
.cid-tRF0lOfNEd .mbr-text {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .cid-tRF0lOfNEd .column2 {
    margin-top: 100px;
  }
}
.cid-tRF0lOfNEd .card__block {
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.08);
  border-radius: 5px;
  padding: 45px 35px;
  margin-bottom: 40px;
  background: #ffffff;
}
.cid-tRF0lOfNEd .icon__card_wrap {
  width: 100%;
  margin-bottom: 25px;
}
.cid-tRF0lOfNEd .icon__card {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cid-tRF0lOfNEd .icon__card .mbr-iconfont {
  font-size: 48px;
  color: #ffffff;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}
.cid-tRF0lOfNEd .icon__card.color1 span {
  text-shadow: 0 14px 30px rgba(246, 142, 42, 0.4);
  background: -webkit-linear-gradient(40deg, #f68e2a 0%, rgba(246, 142, 42, 0.3) 100%);
}
.cid-tRF0lOfNEd .icon__card.color2 span {
  text-shadow: 0 14px 30px rgba(86, 167, 0, 0.4);
  background: -webkit-linear-gradient(40deg, #56a700 0%, rgba(86, 167, 0, 0.3) 100%);
}
.cid-tRF0lOfNEd .icon__card.color3 span {
  text-shadow: 0 14px 30px rgba(69, 39, 160, 0.4);
  background: -webkit-linear-gradient(40deg, #4527a0 0%, rgba(69, 39, 160, 0.3) 100%);
}
.cid-tRF0lOfNEd .icon__card.color4 span {
  text-shadow: 0 14px 30px rgba(118, 118, 118, 0.4);
  background: -webkit-linear-gradient(40deg, #1565c0 0%, rgba(118, 118, 118, 0.3) 100%);
}
.cid-tRF0lOfNEd .card__title {
  margin-bottom: 15px;
  color: #1565c0;
}
.cid-tRF0lOfNEd .card__text {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-tRF0lOfNEd .title__block {
    text-align: center;
  }
  .cid-tRF0lOfNEd .iconfont-wrapper {
    margin-bottom: 30px;
  }
  .cid-tRF0lOfNEd .mbr-sectioin-title {
    margin-bottom: 22px;
  }
  .cid-tRF0lOfNEd .mbr-text {
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .cid-tRF0lOfNEd .card__block {
    padding: 35px 30px;
    margin-top: 40px;
    margin-bottom: 0;
  }
}
.cid-tRFa6ZnkMF {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("https://cdn.centrestack.com/mobi5/web/gladinet/images/fb/amazon-s3-android-1200x630-tiny.jpg");
}
@media (max-width: 768px) {
  .cid-tRFa6ZnkMF {
    padding-top: 5rem;
  }
}
.cid-tRFa6ZnkMF .mbr-overlay {
  background: #000000;
  opacity: 0.7;
}
.cid-tRFa97w79w {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tRFa97w79w img {
  width: 120px;
  padding: 5px;
  margin: auto;
}
.cid-tRFa97w79w .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
}
@media (min-width: 992px) {
  .cid-tRFa97w79w .card {
    max-width: 12.5%;
  }
}
.cid-tRFa97w79w .row {
  justify-content: space-between;
}
@media (min-width: 575px) and (max-width: 990px) {
  .cid-tRFa97w79w .row {
    justify-content: center;
  }
}
.cid-tRFaaaVWyU {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tRFaaaVWyU .card {
  padding: 3rem;
  background: transparent;
  border-radius: 0;
  display: flex;
  flex-direction: column;
  border: 1px solid #B2B2B2;
}
.cid-tRFaaaVWyU .mbr-iconfont {
  font-size: 50px;
  color: #f68e2a;
}
.cid-tRFaaaVWyU .iconfont-wrapper {
  padding-bottom: 10px;
  text-align: right;
}
.cid-tRFaaaVWyU img {
  height: 100px;
  width: auto;
}
.cid-tRFaaaVWyU .user_image {
  margin-left: 6px;
}
.cid-tRFaaaVWyU .title {
  text-align: left;
  margin-bottom: 0;
}
.cid-tRFaaaVWyU .mbr-section-subtitle {
  text-align: left;
  padding-bottom: 5px;
  margin-bottom: 0;
}
.cid-tRFaaaVWyU .row {
  align-items: center;
}
.cid-tRFaaaVWyU .top {
  margin-top: 40px;
}
.cid-tRFaaaVWyU .small {
  padding-left: 15px;
}
.cid-tRFaaaVWyU .no-padding {
  padding: 0 7px;
}
@media (max-width: 690px) {
  .cid-tRFaaaVWyU .iconfont-wrapper {
    margin-top: 30px;
  }
  .cid-tRFaaaVWyU .card {
    padding: 1rem;
  }
  .cid-tRFaaaVWyU .quote-mark {
    display: none;
  }
  .cid-tRFaaaVWyU .mbr-section-subtitle {
    margin-bottom: 10px;
  }
}
.cid-tRFabHmJr2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e3f2fd;
}
.cid-tRFabHmJr2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRFabHmJr2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRFabHmJr2 .row {
  justify-content: flex-start;
}
.cid-tRFabHmJr2 .mbr-text {
  margin-top: 36px;
}
@media (max-width: 991px) {
  .cid-tRFabHmJr2 .mbr-text {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .cid-tRFabHmJr2 .mbr-text {
    margin-top: 20px;
  }
}
.cid-tRFabHmJr2 .mbr-section-btn {
  margin-top: 50px;
}
@media (max-width: 991px) {
  .cid-tRFabHmJr2 .mbr-section-btn {
    margin-top: 46px;
  }
}
.cid-tRFabHmJr2 .mbr-section-btn .btn-white {
  color: #45494E !important;
  border: 1px solid #45494E !important;
  background-color: transparent !important;
}
.cid-tRFabHmJr2 .mbr-section-btn .btn-white:hover {
  color: #FFFFFF !important;
  border: 1px solid #45494E !important;
  background-color: #45494E !important;
}
.cid-tRFaEfCcXC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tRFaEfCcXC .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRFaEfCcXC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRFaEfCcXC .row {
  justify-content: flex-start;
}
.cid-tRFaEfCcXC .mbr-text {
  margin-top: 36px;
}
@media (max-width: 991px) {
  .cid-tRFaEfCcXC .mbr-text {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .cid-tRFaEfCcXC .mbr-text {
    margin-top: 20px;
  }
}
.cid-tRFaEfCcXC .mbr-section-btn {
  margin-top: 50px;
}
@media (max-width: 991px) {
  .cid-tRFaEfCcXC .mbr-section-btn {
    margin-top: 46px;
  }
}
.cid-tRFaEfCcXC .mbr-section-btn .btn-white {
  color: #45494E !important;
  border: 1px solid #45494E !important;
  background-color: transparent !important;
}
.cid-tRFaEfCcXC .mbr-section-btn .btn-white:hover {
  color: #FFFFFF !important;
  border: 1px solid #45494E !important;
  background-color: #45494E !important;
}
.cid-tRFaH2zfda {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tRFaH2zfda .row {
  padding: 0 1rem;
}
@media (max-width: 991px) {
  .cid-tRFaH2zfda .row {
    padding: 0 0.75rem;
  }
}
.cid-tRFaH2zfda .text-container {
  margin-bottom: 20px;
  padding: 0 !important;
}
.cid-tRFaH2zfda .mbr-section-title {
  margin: 0 auto;
  padding-bottom: 20px;
}
.cid-tRFaH2zfda .cards-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
}
.cid-tRFaH2zfda .card {
  padding: 15px;
}
@media (max-width: 767px) {
  .cid-tRFaH2zfda .card {
    padding: 0;
  }
}
.cid-tRFaH2zfda .card-wrapper {
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 30px;
  border: 1px solid #EEEEEE;
  border-radius: 5px;
  background-color: #f2f6f8;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s, -webkit-border-radius 0.3s, -webkit-box-shadow 0.3s;
}
@media (max-width: 767px) {
  .cid-tRFaH2zfda .card-wrapper {
    margin-bottom: 30px;
    max-width: 522px;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-tRFaH2zfda .card-wrapper:hover {
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.07);
}
.cid-tRFaH2zfda .mbr-iconfont {
  font-size: 55px;
  color: #1565c0;
}
.cid-tRFaH2zfda .icon-box {
  width: 100%;
  margin-bottom: 20px;
}
.cid-tRFaH2zfda .card-title {
  padding-bottom: 10px;
}
.cid-tRFairIunI {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tRFairIunI .container-fluid {
  max-width: 1200px;
  padding: 0 1.5rem;
}
.cid-tRFairIunI .title {
  margin-bottom: 4.5rem;
}
.cid-tRFairIunI .mbr-section-subtitle {
  margin-top: 2rem;
}
.cid-tRFairIunI .wrapper-row {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.cid-tRFairIunI .column-1 {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.cid-tRFairIunI .card {
  display: flex;
  flex-direction: row;
  margin-bottom: 1rem;
}
.cid-tRFairIunI .card:hover .card-title {
  color: #1565c0;
}
.cid-tRFairIunI .card .mbr-iconfont {
  font-size: 50px;
  color: #f68e2a;
  display: block;
}
.cid-tRFairIunI .card-title {
  min-width: 135px;
}
.cid-tRFairIunI .circle-img {
  width: 80%;
  margin: auto;
}
.cid-tRFairIunI .imageContainer {
  width: 100%;
}
@media (min-width: 767px) {
  .cid-tRFairIunI .card-box1 {
    text-align: right;
    margin-right: 2rem;
  }
  .cid-tRFairIunI .card-box2 {
    margin-left: 2rem;
    text-align: left;
  }
  .cid-tRFairIunI .card-left {
    margin-right: -3rem;
  }
  .cid-tRFairIunI .card-right {
    margin-left: -3rem;
  }
}
.cid-tRFairIunI .last-text {
  margin-bottom: 0rem;
}
@media (max-width: 767px) {
  .cid-tRFairIunI {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .cid-tRFairIunI .container-fluid {
    padding: 0 1rem;
  }
  .cid-tRFairIunI .wrapper-row {
    flex-direction: column;
  }
  .cid-tRFairIunI .card-box1 {
    order: 2;
  }
  .cid-tRFairIunI .imageContainer {
    margin-top: 0.5rem;
    margin-bottom: 2rem;
  }
  .cid-tRFairIunI .card {
    flex-direction: column;
    text-align: center;
  }
  .cid-tRFairIunI .card-title {
    margin-top: 2rem;
  }
}
.cid-tRFaOfaS1i {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tRFaOfaS1i .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-tRFaOfaS1i .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tRFaOfaS1i .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tRFaOfaS1i .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tRFaOfaS1i .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-tRFaOfaS1i .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tRFaOfaS1i .mbr-section-subtitle {
  margin-bottom: 21px;
}
.cid-tRFaOfaS1i li {
  line-height: 2;
}
.cid-tRFaPINTHr {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tRFaPINTHr .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-tRFaPINTHr .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tRFaPINTHr .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tRFaPINTHr .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tRFaPINTHr .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-tRFaPINTHr .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tRFaPINTHr .mbr-section-subtitle {
  margin-bottom: 21px;
}
.cid-tRFaPINTHr li {
  line-height: 2;
}
.cid-tRFaQCpiTV {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tRFaQCpiTV .row {
  padding: 0 1rem;
}
@media (max-width: 991px) {
  .cid-tRFaQCpiTV .row {
    padding: 0 0.75rem;
  }
}
.cid-tRFaQCpiTV .text-container {
  margin-bottom: 60px;
  padding: 0 !important;
}
.cid-tRFaQCpiTV .cards-container {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
.cid-tRFaQCpiTV .card {
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-tRFaQCpiTV .card {
    padding: 0;
  }
}
.cid-tRFaQCpiTV .card-wrapper {
  display: flex;
  background: white;
  padding: 1rem 1rem 1rem 1rem;
  border-radius: 0.5rem;
  box-shadow: 7px 7px 30px -5px rgba(0, 0, 0, 0.1);
  margin-bottom: 2rem;
}
.cid-tRFaQCpiTV .card-wrapper:hover {
  background: linear-gradient(135deg, #ffffff 0%, #fede9a 100%);
}
.cid-tRFaQCpiTV .mbr-iconfont {
  font-size: 3rem;
  color: #f68e2a;
}
.cid-tRFaQCpiTV .icon-box {
  display: inline-block;
  margin: 1rem;
  padding-right: 1rem;
}
@media (max-width: 991px) {
  .cid-tRFaQCpiTV .icon-box {
    margin-right: 0;
  }
}
.cid-tRFaQCpiTV .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRFaQCpiTV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRFcDZhYf5 {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("https://cdn.centrestack.com/fb/business-man-happy1-1200x630-tiny.jpg");
}
@media (max-width: 768px) {
  .cid-tRFcDZhYf5 {
    padding-top: 5rem;
  }
}
.cid-tRFcDZhYf5 .mbr-overlay {
  background: #000000;
  opacity: 0.7;
}
.cid-tRFcFAmxpp {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tRFcFAmxpp img {
  width: 120px;
  padding: 5px;
  margin: auto;
}
.cid-tRFcFAmxpp .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
}
@media (min-width: 992px) {
  .cid-tRFcFAmxpp .card {
    max-width: 12.5%;
  }
}
.cid-tRFcFAmxpp .row {
  justify-content: space-between;
}
@media (min-width: 575px) and (max-width: 990px) {
  .cid-tRFcFAmxpp .row {
    justify-content: center;
  }
}
.cid-tRJknnRlj0 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("https://cdn.centrestack.com/mobi5/web/102221/images/211101-triofox-demo-testimonial-back-1366x340-1366x340.png");
}
.cid-tRJknnRlj0 .user_image {
  width: 128px;
  height: 128px;
  overflow: hidden;
  display: flex;
}
.cid-tRJknnRlj0 .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-tRJknnRlj0 .mbr-iconfont {
  font-size: 3rem;
}
.cid-tRJknnRlj0 .mbri-quote-left {
  color: #f68e2a;
}
.cid-tRJknnRlj0 .mbri-quote-right {
  color: #56a700;
  position: absolute;
  bottom: 1rem;
  right: 0;
}
@media (max-width: 230px) {
  .cid-tRJknnRlj0 .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-tRFcKKykon {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tRFcKKykon .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRFcKKykon .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRFcKKykon .row {
  justify-content: flex-start;
}
.cid-tRFcKKykon .mbr-text {
  margin-top: 36px;
}
@media (max-width: 991px) {
  .cid-tRFcKKykon .mbr-text {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .cid-tRFcKKykon .mbr-text {
    margin-top: 20px;
  }
}
.cid-tRFcKKykon .mbr-section-btn {
  margin-top: 50px;
}
@media (max-width: 991px) {
  .cid-tRFcKKykon .mbr-section-btn {
    margin-top: 46px;
  }
}
.cid-tRFcKKykon .mbr-section-btn .btn-white {
  color: #45494E !important;
  border: 1px solid #45494E !important;
  background-color: transparent !important;
}
.cid-tRFcKKykon .mbr-section-btn .btn-white:hover {
  color: #FFFFFF !important;
  border: 1px solid #45494E !important;
  background-color: #45494E !important;
}
.cid-tRJjYRpcCb {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-tRJjYRpcCb .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 3.5rem;
  color: #f68e2a;
  margin-bottom: 1rem;
  border-radius: 50%;
  overflow: visible;
}
.cid-tRJjYRpcCb .image-wrapper {
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tRJjYRpcCb .image-wrapper {
    padding-bottom: 2rem;
  }
}
.cid-tRJjYRpcCb img {
  width: 100%;
}
.cid-tRJjYRpcCb .card-wrapper {
  overflow: visible;
  margin-bottom: 2rem;
}
@media (max-width: 992px) {
  .cid-tRJjYRpcCb .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tRJk3JZprt {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tRJk3JZprt .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-tRJk3JZprt .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tRJk3JZprt .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tRJk3JZprt .content-wrapper {
    padding: 2rem;
  }
}
.cid-tRJk3JZprt .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tRJk3JZprt .mbr-section-subtitle {
  margin-bottom: 21px;
}
.cid-tRJk9gCytV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tRJk9gCytV .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRJk9gCytV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRJk9gCytV .row {
  justify-content: flex-start;
}
.cid-tRJk9gCytV .mbr-text {
  margin-top: 36px;
}
@media (max-width: 991px) {
  .cid-tRJk9gCytV .mbr-text {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .cid-tRJk9gCytV .mbr-text {
    margin-top: 20px;
  }
}
.cid-tRJk9gCytV .mbr-section-btn {
  margin-top: 50px;
}
@media (max-width: 991px) {
  .cid-tRJk9gCytV .mbr-section-btn {
    margin-top: 46px;
  }
}
.cid-tRJk9gCytV .mbr-section-btn .btn-white {
  color: #45494E !important;
  border: 1px solid #45494E !important;
  background-color: transparent !important;
}
.cid-tRJk9gCytV .mbr-section-btn .btn-white:hover {
  color: #FFFFFF !important;
  border: 1px solid #45494E !important;
  background-color: #45494E !important;
}
.cid-tRJkc1tr3b {
  overflow: hidden;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-tRJkc1tr3b .iconfont-wrapper {
  display: inline-block;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.cid-tRJkc1tr3b .iconfont-wrapper:before {
  content: "";
  top: 0;
  left: 50%;
  bottom: 0;
  z-index: -1;
  width: 60px;
  position: absolute;
  background-color: rgba(107, 61, 240, 0.07);
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
}
.cid-tRJkc1tr3b .iconfont-wrapper .mbr-iconfont {
  color: #6b3df0;
  height: 75px;
  line-height: 75px;
  font-size: 46px;
  text-align: center;
}
.cid-tRJkc1tr3b .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-tRJkc1tr3b .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-tRJkc1tr3b .btn_link:hover {
  cursor: pointer;
}
.cid-tRJkc1tr3b .btn_link:hover a {
  color: #f68e2a !important;
}
.cid-tRJkc1tr3b .btn_link:hover span {
  transform: translatex(5px);
}
.cid-tRJkc1tr3b .mbr-section-title {
  margin-bottom: 36px;
}
.cid-tRJkc1tr3b .mbr-text {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .cid-tRJkc1tr3b .column2 {
    margin-top: 100px;
  }
}
.cid-tRJkc1tr3b .card__block {
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.08);
  border-radius: 5px;
  padding: 45px 35px;
  margin-bottom: 40px;
  background: #ffffff;
}
.cid-tRJkc1tr3b .icon__card_wrap {
  width: 100%;
  margin-bottom: 25px;
}
.cid-tRJkc1tr3b .icon__card {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cid-tRJkc1tr3b .icon__card .mbr-iconfont {
  font-size: 48px;
  color: #ffffff;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}
.cid-tRJkc1tr3b .icon__card.color1 span {
  text-shadow: 0 14px 30px rgba(246, 142, 42, 0.4);
  background: -webkit-linear-gradient(40deg, #f68e2a 0%, rgba(246, 142, 42, 0.3) 100%);
}
.cid-tRJkc1tr3b .icon__card.color2 span {
  text-shadow: 0 14px 30px rgba(86, 167, 0, 0.4);
  background: -webkit-linear-gradient(40deg, #56a700 0%, rgba(86, 167, 0, 0.3) 100%);
}
.cid-tRJkc1tr3b .icon__card.color3 span {
  text-shadow: 0 14px 30px rgba(69, 39, 160, 0.4);
  background: -webkit-linear-gradient(40deg, #4527a0 0%, rgba(69, 39, 160, 0.3) 100%);
}
.cid-tRJkc1tr3b .icon__card.color4 span {
  text-shadow: 0 14px 30px rgba(118, 118, 118, 0.4);
  background: -webkit-linear-gradient(40deg, #1565c0 0%, rgba(118, 118, 118, 0.3) 100%);
}
.cid-tRJkc1tr3b .card__title {
  margin-bottom: 15px;
  color: #1565c0;
}
.cid-tRJkc1tr3b .card__text {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-tRJkc1tr3b .title__block {
    text-align: center;
  }
  .cid-tRJkc1tr3b .iconfont-wrapper {
    margin-bottom: 30px;
  }
  .cid-tRJkc1tr3b .mbr-sectioin-title {
    margin-bottom: 22px;
  }
  .cid-tRJkc1tr3b .mbr-text {
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .cid-tRJkc1tr3b .card__block {
    padding: 35px 30px;
    margin-top: 40px;
    margin-bottom: 0;
  }
}
.cid-tRJkt8zZV6 {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tRJkt8zZV6 .badge {
  display: inline-block;
  color: #f68e2a;
}
.cid-tRJkt8zZV6 .card-wrapper {
  background-position: center;
  border-radius: 4px;
  padding: 0;
  transition: all 0.3s;
  background-size: cover;
  display: flex !important;
  flex-direction: row !important;
  justify-content: center !important;
  align-items: flex-start;
}
.cid-tRJkt8zZV6 .card-wrapper .mbr-iconfont {
  font-size: 50px;
  color: #f68e2a;
  margin-right: 25px;
}
@media (max-width: 768px) {
  .cid-tRJkt8zZV6 .card-wrapper .mbr-iconfont {
    font-size: 30px;
  }
}
.cid-tRJkt8zZV6 .card-wrapper .card-box {
  height: 100%;
}
.cid-tRJkt8zZV6 .card-wrapper .card-box .link-wrap {
  width: 100%;
}
.cid-tRJkt8zZV6 .card-wrapper .card-box .link-wrap .link {
  display: inline-block;
}
.cid-tRJkt8zZV6 .card-wrapper .card-box .link-wrap .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 0.6rem;
}
.cid-tRJkt8zZV6 .card-wrapper .card-box .link-wrap .link a:before {
  position: absolute;
  transition: all 0.3s;
  right: 0px;
  top: 55%;
  opacity: 0;
  transform: translateY(-50%);
  content: "\e909";
  font-family: "Moririse2" !important;
  color: currentColor;
  font-size: 0.6rem;
}
.cid-tRJkt8zZV6 .card-wrapper .card-box .link-wrap .link a:hover:before {
  opacity: 1;
  transform: translateX(8px) translateY(-50%);
}
.cid-tRJkt8zZV6 .mbr-section-btn {
  text-align: center;
}
.cid-tRJkt8zZV6 .mbr-section-btn .btn {
  padding: 18px 26px;
}
.cid-tRJkt8zZV6 .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.5px;
}
.cid-tRJkt8zZV6 .mbr-section-btn .btn-secondary:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
@media (max-width: 992px) {
  .cid-tRJkt8zZV6 img {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .cid-tRJkt8zZV6 .card-box .card-title,
  .cid-tRJkt8zZV6 .card-box .mbr-text {
    text-align: left;
  }
}
.cid-tRJkvjUB4d {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tRJkvjUB4d .row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-tRJkvjUB4d .badge {
  display: inline-block;
  color: #f68e2a;
}
.cid-tRJkvjUB4d .card-wrapper {
  background-position: center;
  border-radius: 4px;
  padding: 0;
  transition: all 0.3s;
  background-size: cover;
  display: flex !important;
  flex-direction: row !important;
  justify-content: center !important;
  align-items: flex-start;
}
.cid-tRJkvjUB4d .card-wrapper .mbr-iconfont {
  font-size: 50px;
  color: #f68e2a;
  margin-right: 25px;
}
@media (max-width: 768px) {
  .cid-tRJkvjUB4d .card-wrapper .mbr-iconfont {
    font-size: 30px;
  }
}
.cid-tRJkvjUB4d .card-wrapper .card-box {
  height: 100%;
}
.cid-tRJkvjUB4d .card-wrapper .card-box .link-wrap {
  width: 100%;
}
.cid-tRJkvjUB4d .card-wrapper .card-box .link-wrap .link {
  display: inline-block;
}
.cid-tRJkvjUB4d .card-wrapper .card-box .link-wrap .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 0.6rem;
}
.cid-tRJkvjUB4d .card-wrapper .card-box .link-wrap .link a:before {
  position: absolute;
  transition: all 0.3s;
  right: 0px;
  top: 55%;
  opacity: 0;
  transform: translateY(-50%);
  content: "\e909";
  font-family: "Moririse2" !important;
  color: currentColor;
  font-size: 0.6rem;
}
.cid-tRJkvjUB4d .card-wrapper .card-box .link-wrap .link a:hover:before {
  opacity: 1;
  transform: translateX(8px) translateY(-50%);
}
.cid-tRJkvjUB4d .mbr-section-btn {
  text-align: center;
}
.cid-tRJkvjUB4d .mbr-section-btn .btn {
  padding: 18px 26px;
}
.cid-tRJkvjUB4d .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.5px;
}
.cid-tRJkvjUB4d .mbr-section-btn .btn-secondary:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
@media (max-width: 992px) {
  .cid-tRJkvjUB4d img {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .cid-tRJkvjUB4d .card-box .card-title,
  .cid-tRJkvjUB4d .card-box .mbr-text {
    text-align: left;
  }
}
.cid-tRJkBxn95U {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tRJkBxn95U .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRJkBxn95U .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRJkBxn95U .row {
  justify-content: flex-start;
}
.cid-tRJkBxn95U .mbr-text {
  margin-top: 36px;
}
@media (max-width: 991px) {
  .cid-tRJkBxn95U .mbr-text {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .cid-tRJkBxn95U .mbr-text {
    margin-top: 20px;
  }
}
.cid-tRJkBxn95U .mbr-section-btn {
  margin-top: 50px;
}
@media (max-width: 991px) {
  .cid-tRJkBxn95U .mbr-section-btn {
    margin-top: 46px;
  }
}
.cid-tRJkBxn95U .mbr-section-btn .btn-white {
  color: #45494E !important;
  border: 1px solid #45494E !important;
  background-color: transparent !important;
}
.cid-tRJkBxn95U .mbr-section-btn .btn-white:hover {
  color: #FFFFFF !important;
  border: 1px solid #45494E !important;
  background-color: #45494E !important;
}
.cid-tRJkCSEo9d {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tRJkCSEo9d .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-tRJkCSEo9d .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tRJkCSEo9d .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tRJkCSEo9d .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tRJkCSEo9d .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-tRJkCSEo9d .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tRJkCSEo9d .mbr-section-subtitle {
  margin-bottom: 21px;
}
.cid-tRJkCSEo9d li {
  line-height: 2;
}
.cid-tRJkDzRnCr {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tRJkDzRnCr .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-tRJkDzRnCr .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tRJkDzRnCr .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tRJkDzRnCr .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tRJkDzRnCr .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-tRJkDzRnCr .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tRJkDzRnCr .mbr-section-subtitle {
  margin-bottom: 21px;
}
.cid-tRJkDzRnCr li {
  line-height: 2;
}
.cid-tRJkGMVLQL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tRJkGMVLQL .card {
  background: transparent;
  padding: 16px;
}
.cid-tRJkGMVLQL img,
.cid-tRJkGMVLQL .item-img {
  width: 100%;
  height: 100%;
  height: 230px;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tRJkGMVLQL img,
  .cid-tRJkGMVLQL .item-img {
    max-height: 250px;
  }
}
.cid-tRJkGMVLQL .card-body {
  border: 1px solid #EEEEEE;
  padding: 0;
}
.cid-tRJkGMVLQL .card-body p:after {
  content: "";
  width: 30%;
  height: 2px;
  display: block;
  margin: 0.5rem auto auto;
  background-color: #f68e2a;
}
.cid-tRJkGMVLQL .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRJkGMVLQL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tSpmUMXt9H {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("https://cdn.centrestack.com/fb/business-team-discuss-desktop-1200x630.jpg");
}
@media (max-width: 768px) {
  .cid-tSpmUMXt9H {
    padding-top: 5rem;
  }
}
.cid-tSpmUMXt9H .mbr-overlay {
  background: #000000;
  opacity: 0.7;
}
.cid-tSpn8cibqN {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tSpn8cibqN img {
  width: 120px;
  padding: 5px;
  margin: auto;
}
.cid-tSpn8cibqN .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
}
@media (min-width: 992px) {
  .cid-tSpn8cibqN .card {
    max-width: 12.5%;
  }
}
.cid-tSpn8cibqN .row {
  justify-content: space-between;
}
@media (min-width: 575px) and (max-width: 990px) {
  .cid-tSpn8cibqN .row {
    justify-content: center;
  }
}
.cid-tSpniJTfJ8 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tSpniJTfJ8 .card {
  padding: 3rem;
  background: transparent;
  border-radius: 0;
  display: flex;
  flex-direction: column;
  border: 1px solid #B2B2B2;
}
.cid-tSpniJTfJ8 .mbr-iconfont {
  font-size: 50px;
  color: #f68e2a;
}
.cid-tSpniJTfJ8 .iconfont-wrapper {
  padding-bottom: 10px;
  text-align: right;
}
.cid-tSpniJTfJ8 img {
  height: 100px;
  width: auto;
}
.cid-tSpniJTfJ8 .user_image {
  margin-left: 6px;
}
.cid-tSpniJTfJ8 .title {
  text-align: left;
  margin-bottom: 0;
}
.cid-tSpniJTfJ8 .mbr-section-subtitle {
  text-align: left;
  padding-bottom: 5px;
  margin-bottom: 0;
}
.cid-tSpniJTfJ8 .row {
  align-items: center;
}
.cid-tSpniJTfJ8 .top {
  margin-top: 40px;
}
.cid-tSpniJTfJ8 .small {
  padding-left: 15px;
}
.cid-tSpniJTfJ8 .no-padding {
  padding: 0 7px;
}
@media (max-width: 690px) {
  .cid-tSpniJTfJ8 .iconfont-wrapper {
    margin-top: 30px;
  }
  .cid-tSpniJTfJ8 .card {
    padding: 1rem;
  }
  .cid-tSpniJTfJ8 .quote-mark {
    display: none;
  }
  .cid-tSpniJTfJ8 .mbr-section-subtitle {
    margin-bottom: 10px;
  }
}
.cid-tSpnnK2MjJ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tSpnnK2MjJ .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-tSpnnK2MjJ .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tSpnnK2MjJ .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tSpnnK2MjJ .content-wrapper {
    padding: 2rem;
  }
}
.cid-tSpnnK2MjJ .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tSpnnK2MjJ .mbr-section-subtitle {
  margin-bottom: 21px;
}
.cid-tSpo2LYCs6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e3f2fd;
}
.cid-tSpo2LYCs6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tSpo2LYCs6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tSpo2LYCs6 .row {
  justify-content: flex-start;
}
.cid-tSpo2LYCs6 .mbr-text {
  margin-top: 36px;
}
@media (max-width: 991px) {
  .cid-tSpo2LYCs6 .mbr-text {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .cid-tSpo2LYCs6 .mbr-text {
    margin-top: 20px;
  }
}
.cid-tSpo2LYCs6 .mbr-section-btn {
  margin-top: 50px;
}
@media (max-width: 991px) {
  .cid-tSpo2LYCs6 .mbr-section-btn {
    margin-top: 46px;
  }
}
.cid-tSpo2LYCs6 .mbr-section-btn .btn-white {
  color: #45494E !important;
  border: 1px solid #45494E !important;
  background-color: transparent !important;
}
.cid-tSpo2LYCs6 .mbr-section-btn .btn-white:hover {
  color: #FFFFFF !important;
  border: 1px solid #45494E !important;
  background-color: #45494E !important;
}
.cid-tSpo5CPd8I {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tSpo5CPd8I .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-tSpo5CPd8I .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tSpo5CPd8I .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tSpo5CPd8I .content-wrapper {
    padding: 2rem;
  }
}
.cid-tSpo5CPd8I .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tSpo5CPd8I .mbr-section-subtitle {
  margin-bottom: 21px;
}
.cid-tSpo6xijJ3 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tSpo6xijJ3 .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-tSpo6xijJ3 .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tSpo6xijJ3 .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tSpo6xijJ3 .content-wrapper {
    padding: 2rem;
  }
}
.cid-tSpo6xijJ3 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tSpo6xijJ3 .mbr-section-subtitle {
  margin-bottom: 21px;
}
.cid-tSpo7H4IGt {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tSpo7H4IGt .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-tSpo7H4IGt .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tSpo7H4IGt .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tSpo7H4IGt .content-wrapper {
    padding: 2rem;
  }
}
.cid-tSpo7H4IGt .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tSpo7H4IGt .mbr-section-subtitle {
  margin-bottom: 21px;
}
.cid-tSpoLcutVx {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-image: url("https://cdn.centrestack.com/amp/sunlight-meeting-1200x630-tiny-2-1200x630.jpg");
}
.cid-tSpoLcutVx .mbr-overlay {
  background: #122947;
  opacity: 0.8;
}
.cid-tSpoLcutVx H2 {
  position: relative;
  padding: 2rem 0 2rem 2rem;
}
.cid-tSpoLcutVx H2::before,
.cid-tSpoLcutVx H2::after {
  content: "";
  left: 0;
  display: block;
  position: absolute;
  border-bottom: .3125rem solid;
  color: inherit;
  width: 5.375rem;
}
.cid-tSpoLcutVx H2::before {
  top: 0;
}
.cid-tSpoLcutVx H2::after {
  bottom: 0;
}
.cid-tSpoc1Mf4k {
  overflow: hidden;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-tSpoc1Mf4k .iconfont-wrapper {
  display: inline-block;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.cid-tSpoc1Mf4k .iconfont-wrapper:before {
  content: "";
  top: 0;
  left: 50%;
  bottom: 0;
  z-index: -1;
  width: 60px;
  position: absolute;
  background-color: rgba(107, 61, 240, 0.07);
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
}
.cid-tSpoc1Mf4k .iconfont-wrapper .mbr-iconfont {
  color: #6b3df0;
  height: 75px;
  line-height: 75px;
  font-size: 46px;
  text-align: center;
}
.cid-tSpoc1Mf4k .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-tSpoc1Mf4k .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-tSpoc1Mf4k .btn_link:hover {
  cursor: pointer;
}
.cid-tSpoc1Mf4k .btn_link:hover a {
  color: #f68e2a !important;
}
.cid-tSpoc1Mf4k .btn_link:hover span {
  transform: translatex(5px);
}
.cid-tSpoc1Mf4k .mbr-section-title {
  margin-bottom: 36px;
}
.cid-tSpoc1Mf4k .mbr-text {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .cid-tSpoc1Mf4k .column2 {
    margin-top: 100px;
  }
}
.cid-tSpoc1Mf4k .card__block {
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.08);
  border-radius: 5px;
  padding: 45px 35px;
  margin-bottom: 40px;
  background: #ffffff;
}
.cid-tSpoc1Mf4k .icon__card_wrap {
  width: 100%;
  margin-bottom: 25px;
}
.cid-tSpoc1Mf4k .icon__card {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cid-tSpoc1Mf4k .icon__card .mbr-iconfont {
  font-size: 48px;
  color: #ffffff;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}
.cid-tSpoc1Mf4k .icon__card.color1 span {
  text-shadow: 0 14px 30px rgba(246, 142, 42, 0.4);
  background: -webkit-linear-gradient(40deg, #f68e2a 0%, rgba(246, 142, 42, 0.3) 100%);
}
.cid-tSpoc1Mf4k .icon__card.color2 span {
  text-shadow: 0 14px 30px rgba(86, 167, 0, 0.4);
  background: -webkit-linear-gradient(40deg, #56a700 0%, rgba(86, 167, 0, 0.3) 100%);
}
.cid-tSpoc1Mf4k .icon__card.color3 span {
  text-shadow: 0 14px 30px rgba(69, 39, 160, 0.4);
  background: -webkit-linear-gradient(40deg, #4527a0 0%, rgba(69, 39, 160, 0.3) 100%);
}
.cid-tSpoc1Mf4k .icon__card.color4 span {
  text-shadow: 0 14px 30px rgba(118, 118, 118, 0.4);
  background: -webkit-linear-gradient(40deg, #1565c0 0%, rgba(118, 118, 118, 0.3) 100%);
}
.cid-tSpoc1Mf4k .card__title {
  margin-bottom: 15px;
  color: #1565c0;
}
.cid-tSpoc1Mf4k .card__text {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-tSpoc1Mf4k .title__block {
    text-align: center;
  }
  .cid-tSpoc1Mf4k .iconfont-wrapper {
    margin-bottom: 30px;
  }
  .cid-tSpoc1Mf4k .mbr-sectioin-title {
    margin-bottom: 22px;
  }
  .cid-tSpoc1Mf4k .mbr-text {
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .cid-tSpoc1Mf4k .card__block {
    padding: 35px 30px;
    margin-top: 40px;
    margin-bottom: 0;
  }
}
.cid-tSpot8J74t {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tSpot8J74t .badge {
  display: inline-block;
  color: #f68e2a;
}
.cid-tSpot8J74t .card-wrapper {
  background-position: center;
  border-radius: 4px;
  padding: 0;
  transition: all 0.3s;
  background-size: cover;
  display: flex !important;
  flex-direction: row !important;
  justify-content: center !important;
  align-items: flex-start;
}
.cid-tSpot8J74t .card-wrapper .mbr-iconfont {
  font-size: 50px;
  color: #f68e2a;
  margin-right: 25px;
}
@media (max-width: 768px) {
  .cid-tSpot8J74t .card-wrapper .mbr-iconfont {
    font-size: 30px;
  }
}
.cid-tSpot8J74t .card-wrapper .card-box {
  height: 100%;
}
.cid-tSpot8J74t .card-wrapper .card-box .link-wrap {
  width: 100%;
}
.cid-tSpot8J74t .card-wrapper .card-box .link-wrap .link {
  display: inline-block;
}
.cid-tSpot8J74t .card-wrapper .card-box .link-wrap .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 0.6rem;
}
.cid-tSpot8J74t .card-wrapper .card-box .link-wrap .link a:before {
  position: absolute;
  transition: all 0.3s;
  right: 0px;
  top: 55%;
  opacity: 0;
  transform: translateY(-50%);
  content: "\e909";
  font-family: "Moririse2" !important;
  color: currentColor;
  font-size: 0.6rem;
}
.cid-tSpot8J74t .card-wrapper .card-box .link-wrap .link a:hover:before {
  opacity: 1;
  transform: translateX(8px) translateY(-50%);
}
.cid-tSpot8J74t .mbr-section-btn {
  text-align: center;
}
.cid-tSpot8J74t .mbr-section-btn .btn {
  padding: 18px 26px;
}
.cid-tSpot8J74t .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.5px;
}
.cid-tSpot8J74t .mbr-section-btn .btn-secondary:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
@media (max-width: 992px) {
  .cid-tSpot8J74t img {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .cid-tSpot8J74t .card-box .card-title,
  .cid-tSpot8J74t .card-box .mbr-text {
    text-align: left;
  }
}
.cid-tSpoutOdnY {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tSpoutOdnY .row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-tSpoutOdnY .badge {
  display: inline-block;
  color: #f68e2a;
}
.cid-tSpoutOdnY .card-wrapper {
  background-position: center;
  border-radius: 4px;
  padding: 0;
  transition: all 0.3s;
  background-size: cover;
  display: flex !important;
  flex-direction: row !important;
  justify-content: center !important;
  align-items: flex-start;
}
.cid-tSpoutOdnY .card-wrapper .mbr-iconfont {
  font-size: 50px;
  color: #f68e2a;
  margin-right: 25px;
}
@media (max-width: 768px) {
  .cid-tSpoutOdnY .card-wrapper .mbr-iconfont {
    font-size: 30px;
  }
}
.cid-tSpoutOdnY .card-wrapper .card-box {
  height: 100%;
}
.cid-tSpoutOdnY .card-wrapper .card-box .link-wrap {
  width: 100%;
}
.cid-tSpoutOdnY .card-wrapper .card-box .link-wrap .link {
  display: inline-block;
}
.cid-tSpoutOdnY .card-wrapper .card-box .link-wrap .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 0.6rem;
}
.cid-tSpoutOdnY .card-wrapper .card-box .link-wrap .link a:before {
  position: absolute;
  transition: all 0.3s;
  right: 0px;
  top: 55%;
  opacity: 0;
  transform: translateY(-50%);
  content: "\e909";
  font-family: "Moririse2" !important;
  color: currentColor;
  font-size: 0.6rem;
}
.cid-tSpoutOdnY .card-wrapper .card-box .link-wrap .link a:hover:before {
  opacity: 1;
  transform: translateX(8px) translateY(-50%);
}
.cid-tSpoutOdnY .mbr-section-btn {
  text-align: center;
}
.cid-tSpoutOdnY .mbr-section-btn .btn {
  padding: 18px 26px;
}
.cid-tSpoutOdnY .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.5px;
}
.cid-tSpoutOdnY .mbr-section-btn .btn-secondary:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
@media (max-width: 992px) {
  .cid-tSpoutOdnY img {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .cid-tSpoutOdnY .card-box .card-title,
  .cid-tSpoutOdnY .card-box .mbr-text {
    text-align: left;
  }
}
.cid-tSpohvIt1N {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("https://cdn.centrestack.com/amp/background13-1920x1163-tiny-1920x1163.jpg");
}
.cid-tSpohvIt1N .mbr-overlay {
  background: #ffffff;
  opacity: 0.9;
}
.cid-tSpohvIt1N .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #f68e2a;
  margin-bottom: 2rem;
}
.cid-tSpohvIt1N a {
  color: #f68e2a;
}
.cid-tSpohvIt1N .link {
  opacity: 0;
  margin-top: 1rem;
  padding-bottom: 40px;
  transform: translate3d(0, 100%, 0);
  transition: all 0.3s;
}
.cid-tSpohvIt1N .card:hover .link {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.cid-tSpohvIt1N svg {
  padding-left: 15px;
  transition: 0.3s;
}
.cid-tSpohvIt1N .link:hover svg {
  padding-left: 7px;
  transition: 0.3s;
}
@media (max-width: 600px) {
  .cid-tSpohvIt1N .link {
    margin-top: 0rem;
    margin-bottom: 1rem;
    opacity: 1;
    transform: none;
  }
}
.cid-tSptT6m0bP {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("https://cdn.centrestack.com/mobi5/web/gladinet/images/fb/amazon-s3-file-server-migration-1200x630-tiny.jpg");
}
@media (max-width: 768px) {
  .cid-tSptT6m0bP {
    padding-top: 5rem;
  }
}
.cid-tSptT6m0bP .mbr-overlay {
  background: #000000;
  opacity: 0.7;
}
.cid-tSptV09QJN {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tSptV09QJN img {
  width: 120px;
  padding: 5px;
  margin: auto;
}
.cid-tSptV09QJN .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
}
@media (min-width: 992px) {
  .cid-tSptV09QJN .card {
    max-width: 12.5%;
  }
}
.cid-tSptV09QJN .row {
  justify-content: space-between;
}
@media (min-width: 575px) and (max-width: 990px) {
  .cid-tSptV09QJN .row {
    justify-content: center;
  }
}
.cid-tSptWcTJlY {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tSptWcTJlY .card {
  padding: 3rem;
  background: transparent;
  border-radius: 0;
  display: flex;
  flex-direction: column;
  border: 1px solid #B2B2B2;
}
.cid-tSptWcTJlY .mbr-iconfont {
  font-size: 50px;
  color: #f68e2a;
}
.cid-tSptWcTJlY .iconfont-wrapper {
  padding-bottom: 10px;
  text-align: right;
}
.cid-tSptWcTJlY img {
  height: 100px;
  width: auto;
}
.cid-tSptWcTJlY .user_image {
  margin-left: 6px;
}
.cid-tSptWcTJlY .title {
  text-align: left;
  margin-bottom: 0;
}
.cid-tSptWcTJlY .mbr-section-subtitle {
  text-align: left;
  padding-bottom: 5px;
  margin-bottom: 0;
}
.cid-tSptWcTJlY .row {
  align-items: center;
}
.cid-tSptWcTJlY .top {
  margin-top: 40px;
}
.cid-tSptWcTJlY .small {
  padding-left: 15px;
}
.cid-tSptWcTJlY .no-padding {
  padding: 0 7px;
}
@media (max-width: 690px) {
  .cid-tSptWcTJlY .iconfont-wrapper {
    margin-top: 30px;
  }
  .cid-tSptWcTJlY .card {
    padding: 1rem;
  }
  .cid-tSptWcTJlY .quote-mark {
    display: none;
  }
  .cid-tSptWcTJlY .mbr-section-subtitle {
    margin-bottom: 10px;
  }
}
.cid-tSptXGsnhl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e3f2fd;
}
.cid-tSptXGsnhl .mbr-fallback-image.disabled {
  display: none;
}
.cid-tSptXGsnhl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tSptXGsnhl .row {
  justify-content: flex-start;
}
.cid-tSptXGsnhl .mbr-text {
  margin-top: 36px;
}
@media (max-width: 991px) {
  .cid-tSptXGsnhl .mbr-text {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .cid-tSptXGsnhl .mbr-text {
    margin-top: 20px;
  }
}
.cid-tSptXGsnhl .mbr-section-btn {
  margin-top: 50px;
}
@media (max-width: 991px) {
  .cid-tSptXGsnhl .mbr-section-btn {
    margin-top: 46px;
  }
}
.cid-tSptXGsnhl .mbr-section-btn .btn-white {
  color: #45494E !important;
  border: 1px solid #45494E !important;
  background-color: transparent !important;
}
.cid-tSptXGsnhl .mbr-section-btn .btn-white:hover {
  color: #FFFFFF !important;
  border: 1px solid #45494E !important;
  background-color: #45494E !important;
}
.cid-tSptZvqP6B {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tSptZvqP6B .mbr-fallback-image.disabled {
  display: none;
}
.cid-tSptZvqP6B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tSptZvqP6B .row {
  justify-content: flex-start;
}
.cid-tSptZvqP6B .mbr-text {
  margin-top: 36px;
}
@media (max-width: 991px) {
  .cid-tSptZvqP6B .mbr-text {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .cid-tSptZvqP6B .mbr-text {
    margin-top: 20px;
  }
}
.cid-tSptZvqP6B .mbr-section-btn {
  margin-top: 50px;
}
@media (max-width: 991px) {
  .cid-tSptZvqP6B .mbr-section-btn {
    margin-top: 46px;
  }
}
.cid-tSptZvqP6B .mbr-section-btn .btn-white {
  color: #45494E !important;
  border: 1px solid #45494E !important;
  background-color: transparent !important;
}
.cid-tSptZvqP6B .mbr-section-btn .btn-white:hover {
  color: #FFFFFF !important;
  border: 1px solid #45494E !important;
  background-color: #45494E !important;
}
.cid-tSpuwVFW6j {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tSpuwVFW6j .row {
  padding: 0 1rem;
}
@media (max-width: 991px) {
  .cid-tSpuwVFW6j .row {
    padding: 0 0.75rem;
  }
}
.cid-tSpuwVFW6j .text-container {
  margin-bottom: 20px;
  padding: 0 !important;
}
.cid-tSpuwVFW6j .mbr-section-title {
  margin: 0 auto;
  padding-bottom: 20px;
}
.cid-tSpuwVFW6j .cards-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
}
.cid-tSpuwVFW6j .card {
  padding: 15px;
}
@media (max-width: 767px) {
  .cid-tSpuwVFW6j .card {
    padding: 0;
  }
}
.cid-tSpuwVFW6j .card-wrapper {
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 30px;
  border: 1px solid #EEEEEE;
  border-radius: 5px;
  background-color: #f2f6f8;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s, -webkit-border-radius 0.3s, -webkit-box-shadow 0.3s;
}
@media (max-width: 767px) {
  .cid-tSpuwVFW6j .card-wrapper {
    margin-bottom: 30px;
    max-width: 522px;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-tSpuwVFW6j .card-wrapper:hover {
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.07);
}
.cid-tSpuwVFW6j .mbr-iconfont {
  font-size: 55px;
  color: #f68e2a;
}
.cid-tSpuwVFW6j .icon-box {
  width: 100%;
  margin-bottom: 20px;
}
.cid-tSpuwVFW6j .card-title {
  padding-bottom: 10px;
}
.cid-tSpuB3WHNh {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tSpuB3WHNh .container-fluid {
  max-width: 1200px;
  padding: 0 1.5rem;
}
.cid-tSpuB3WHNh .title {
  margin-bottom: 4.5rem;
}
.cid-tSpuB3WHNh .mbr-section-subtitle {
  margin-top: 2rem;
}
.cid-tSpuB3WHNh .wrapper-row {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.cid-tSpuB3WHNh .column-1 {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.cid-tSpuB3WHNh .card {
  display: flex;
  flex-direction: row;
  margin-bottom: 1rem;
}
.cid-tSpuB3WHNh .card:hover .card-title {
  color: #1565c0;
}
.cid-tSpuB3WHNh .card .mbr-iconfont {
  font-size: 50px;
  color: #f68e2a;
  display: block;
}
.cid-tSpuB3WHNh .card-title {
  min-width: 135px;
}
.cid-tSpuB3WHNh .circle-img {
  width: 80%;
  margin: auto;
}
.cid-tSpuB3WHNh .imageContainer {
  width: 100%;
}
@media (min-width: 767px) {
  .cid-tSpuB3WHNh .card-box1 {
    text-align: right;
    margin-right: 2rem;
  }
  .cid-tSpuB3WHNh .card-box2 {
    margin-left: 2rem;
    text-align: left;
  }
  .cid-tSpuB3WHNh .card-left {
    margin-right: -3rem;
  }
  .cid-tSpuB3WHNh .card-right {
    margin-left: -3rem;
  }
}
.cid-tSpuB3WHNh .last-text {
  margin-bottom: 0rem;
}
@media (max-width: 767px) {
  .cid-tSpuB3WHNh {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .cid-tSpuB3WHNh .container-fluid {
    padding: 0 1rem;
  }
  .cid-tSpuB3WHNh .wrapper-row {
    flex-direction: column;
  }
  .cid-tSpuB3WHNh .card-box1 {
    order: 2;
  }
  .cid-tSpuB3WHNh .imageContainer {
    margin-top: 0.5rem;
    margin-bottom: 2rem;
  }
  .cid-tSpuB3WHNh .card {
    flex-direction: column;
    text-align: center;
  }
  .cid-tSpuB3WHNh .card-title {
    margin-top: 2rem;
  }
}
.cid-tSpuExzEho {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tSpuExzEho .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-tSpuExzEho .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tSpuExzEho .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tSpuExzEho .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tSpuExzEho .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-tSpuExzEho .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tSpuExzEho .mbr-section-subtitle {
  margin-bottom: 21px;
}
.cid-tSpuExzEho li {
  line-height: 2;
}
.cid-tSpuFgNNXa {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tSpuFgNNXa .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-tSpuFgNNXa .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tSpuFgNNXa .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tSpuFgNNXa .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tSpuFgNNXa .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-tSpuFgNNXa .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tSpuFgNNXa .mbr-section-subtitle {
  margin-bottom: 21px;
}
.cid-tSpuFgNNXa li {
  line-height: 2;
}
.cid-tSpuXYDXkS {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tSpuXYDXkS .row {
  padding: 0 1rem;
}
@media (max-width: 991px) {
  .cid-tSpuXYDXkS .row {
    padding: 0 0.75rem;
  }
}
.cid-tSpuXYDXkS .text-container {
  margin-bottom: 60px;
  padding: 0 !important;
}
.cid-tSpuXYDXkS .cards-container {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
.cid-tSpuXYDXkS .card {
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-tSpuXYDXkS .card {
    padding: 0;
  }
}
.cid-tSpuXYDXkS .card-wrapper {
  display: flex;
  background: white;
  padding: 1rem 1rem 1rem 1rem;
  border-radius: 0.5rem;
  box-shadow: 7px 7px 30px -5px rgba(0, 0, 0, 0.1);
  margin-bottom: 2rem;
}
.cid-tSpuXYDXkS .card-wrapper:hover {
  background: linear-gradient(135deg, #ffffff 0%, #fede9a 100%);
}
.cid-tSpuXYDXkS .mbr-iconfont {
  font-size: 3rem;
  color: #f68e2a;
}
.cid-tSpuXYDXkS .icon-box {
  display: inline-block;
  margin: 1rem;
  padding-right: 1rem;
}
@media (max-width: 991px) {
  .cid-tSpuXYDXkS .icon-box {
    margin-right: 0;
  }
}
.cid-tSpuXYDXkS .mbr-fallback-image.disabled {
  display: none;
}
.cid-tSpuXYDXkS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tSpxlx6GK6 {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("https://cdn.centrestack.com/mobi5/web/gladinet/images/fb/amazon-s3-1200x630-tiny.jpg");
}
@media (max-width: 768px) {
  .cid-tSpxlx6GK6 {
    padding-top: 5rem;
  }
}
.cid-tSpxlx6GK6 .mbr-overlay {
  background: #000000;
  opacity: 0.7;
}
.cid-tSpxmLqTyd {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tSpxmLqTyd img {
  width: 120px;
  padding: 5px;
  margin: auto;
}
.cid-tSpxmLqTyd .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
}
@media (min-width: 992px) {
  .cid-tSpxmLqTyd .card {
    max-width: 12.5%;
  }
}
.cid-tSpxmLqTyd .row {
  justify-content: space-between;
}
@media (min-width: 575px) and (max-width: 990px) {
  .cid-tSpxmLqTyd .row {
    justify-content: center;
  }
}
.cid-tSpxod6fJW {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tSpxod6fJW .card {
  padding: 3rem;
  background: transparent;
  border-radius: 0;
  display: flex;
  flex-direction: column;
  border: 1px solid #B2B2B2;
}
.cid-tSpxod6fJW .mbr-iconfont {
  font-size: 50px;
  color: #f68e2a;
}
.cid-tSpxod6fJW .iconfont-wrapper {
  padding-bottom: 10px;
  text-align: right;
}
.cid-tSpxod6fJW img {
  height: 100px;
  width: auto;
}
.cid-tSpxod6fJW .user_image {
  margin-left: 6px;
}
.cid-tSpxod6fJW .title {
  text-align: left;
  margin-bottom: 0;
}
.cid-tSpxod6fJW .mbr-section-subtitle {
  text-align: left;
  padding-bottom: 5px;
  margin-bottom: 0;
}
.cid-tSpxod6fJW .row {
  align-items: center;
}
.cid-tSpxod6fJW .top {
  margin-top: 40px;
}
.cid-tSpxod6fJW .small {
  padding-left: 15px;
}
.cid-tSpxod6fJW .no-padding {
  padding: 0 7px;
}
@media (max-width: 690px) {
  .cid-tSpxod6fJW .iconfont-wrapper {
    margin-top: 30px;
  }
  .cid-tSpxod6fJW .card {
    padding: 1rem;
  }
  .cid-tSpxod6fJW .quote-mark {
    display: none;
  }
  .cid-tSpxod6fJW .mbr-section-subtitle {
    margin-bottom: 10px;
  }
}
.cid-tSpxpsfaYP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e3f2fd;
}
.cid-tSpxpsfaYP .mbr-fallback-image.disabled {
  display: none;
}
.cid-tSpxpsfaYP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tSpxpsfaYP .row {
  justify-content: flex-start;
}
.cid-tSpxpsfaYP .mbr-text {
  margin-top: 36px;
}
@media (max-width: 991px) {
  .cid-tSpxpsfaYP .mbr-text {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .cid-tSpxpsfaYP .mbr-text {
    margin-top: 20px;
  }
}
.cid-tSpxpsfaYP .mbr-section-btn {
  margin-top: 50px;
}
@media (max-width: 991px) {
  .cid-tSpxpsfaYP .mbr-section-btn {
    margin-top: 46px;
  }
}
.cid-tSpxpsfaYP .mbr-section-btn .btn-white {
  color: #45494E !important;
  border: 1px solid #45494E !important;
  background-color: transparent !important;
}
.cid-tSpxpsfaYP .mbr-section-btn .btn-white:hover {
  color: #FFFFFF !important;
  border: 1px solid #45494E !important;
  background-color: #45494E !important;
}
.cid-tSpy3oEwTW {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tSpy3oEwTW .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #f68e2a;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 26px;
}
.cid-tSpy3oEwTW .card-wrapper {
  background-position: center;
  border-radius: 4px;
  padding: 0;
  transition: all 0.3s;
  background-size: cover;
  display: flex !important;
  flex-direction: row !important;
  justify-content: center !important;
  align-items: flex-start;
}
.cid-tSpy3oEwTW .card-wrapper .mbr-iconfont {
  font-size: 30px;
  color: #f68e2a;
  margin-right: 25px;
}
@media (max-width: 768px) {
  .cid-tSpy3oEwTW .card-wrapper .mbr-iconfont {
    font-size: 30px;
  }
}
.cid-tSpy3oEwTW .card-wrapper .card-box {
  height: 100%;
}
.cid-tSpy3oEwTW .card-wrapper .card-box .link-wrap {
  width: 100%;
}
.cid-tSpy3oEwTW .card-wrapper .card-box .link-wrap .link {
  display: inline-block;
}
.cid-tSpy3oEwTW .card-wrapper .card-box .link-wrap .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 0.6rem;
}
.cid-tSpy3oEwTW .card-wrapper .card-box .link-wrap .link a:before {
  position: absolute;
  transition: all 0.3s;
  right: 0px;
  top: 55%;
  opacity: 0;
  transform: translateY(-50%);
  content: "\e909";
  font-family: "Moririse2" !important;
  color: currentColor;
  font-size: 0.6rem;
}
.cid-tSpy3oEwTW .card-wrapper .card-box .link-wrap .link a:hover:before {
  opacity: 1;
  transform: translateX(8px) translateY(-50%);
}
.cid-tSpy3oEwTW .mbr-section-btn {
  text-align: center;
}
.cid-tSpy3oEwTW .mbr-section-btn .btn {
  padding: 18px 26px;
}
.cid-tSpy3oEwTW .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.5px;
}
.cid-tSpy3oEwTW .mbr-section-btn .btn-secondary:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
@media (max-width: 992px) {
  .cid-tSpy3oEwTW img {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .cid-tSpy3oEwTW .card-box .card-title,
  .cid-tSpy3oEwTW .card-box .mbr-text {
    text-align: left;
  }
}
.cid-tSpxsIkir8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e3f2fd;
}
.cid-tSpxsIkir8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tSpxsIkir8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tSpxsIkir8 .row {
  justify-content: flex-start;
}
.cid-tSpxsIkir8 .mbr-text {
  margin-top: 36px;
}
@media (max-width: 991px) {
  .cid-tSpxsIkir8 .mbr-text {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .cid-tSpxsIkir8 .mbr-text {
    margin-top: 20px;
  }
}
.cid-tSpxsIkir8 .mbr-section-btn {
  margin-top: 50px;
}
@media (max-width: 991px) {
  .cid-tSpxsIkir8 .mbr-section-btn {
    margin-top: 46px;
  }
}
.cid-tSpxsIkir8 .mbr-section-btn .btn-white {
  color: #45494E !important;
  border: 1px solid #45494E !important;
  background-color: transparent !important;
}
.cid-tSpxsIkir8 .mbr-section-btn .btn-white:hover {
  color: #FFFFFF !important;
  border: 1px solid #45494E !important;
  background-color: #45494E !important;
}
.cid-tSpzEskaRq {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tSpzEskaRq .row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-tSpzEskaRq .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #f68e2a;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 26px;
}
.cid-tSpzEskaRq .card-wrapper {
  background-position: center;
  border-radius: 4px;
  padding: 0;
  transition: all 0.3s;
  background-size: cover;
  display: flex !important;
  flex-direction: row !important;
  justify-content: center !important;
  align-items: flex-start;
}
.cid-tSpzEskaRq .card-wrapper .mbr-iconfont {
  font-size: 30px;
  color: #f68e2a;
  margin-right: 25px;
}
@media (max-width: 768px) {
  .cid-tSpzEskaRq .card-wrapper .mbr-iconfont {
    font-size: 30px;
  }
}
.cid-tSpzEskaRq .card-wrapper .card-box {
  height: 100%;
}
.cid-tSpzEskaRq .card-wrapper .card-box .link-wrap {
  width: 100%;
}
.cid-tSpzEskaRq .card-wrapper .card-box .link-wrap .link {
  display: inline-block;
}
.cid-tSpzEskaRq .card-wrapper .card-box .link-wrap .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 0.6rem;
}
.cid-tSpzEskaRq .card-wrapper .card-box .link-wrap .link a:before {
  position: absolute;
  transition: all 0.3s;
  right: 0px;
  top: 55%;
  opacity: 0;
  transform: translateY(-50%);
  content: "\e909";
  font-family: "Moririse2" !important;
  color: currentColor;
  font-size: 0.6rem;
}
.cid-tSpzEskaRq .card-wrapper .card-box .link-wrap .link a:hover:before {
  opacity: 1;
  transform: translateX(8px) translateY(-50%);
}
.cid-tSpzEskaRq .mbr-section-btn {
  text-align: center;
}
.cid-tSpzEskaRq .mbr-section-btn .btn {
  padding: 18px 26px;
}
.cid-tSpzEskaRq .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.5px;
}
.cid-tSpzEskaRq .mbr-section-btn .btn-secondary:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
@media (max-width: 992px) {
  .cid-tSpzEskaRq img {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .cid-tSpzEskaRq .card-box .card-title,
  .cid-tSpzEskaRq .card-box .mbr-text {
    text-align: left;
  }
}
.cid-tSpxvh8Vdl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e3f2fd;
}
.cid-tSpxvh8Vdl .mbr-fallback-image.disabled {
  display: none;
}
.cid-tSpxvh8Vdl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tSpxvh8Vdl .row {
  justify-content: flex-start;
}
.cid-tSpxvh8Vdl .mbr-text {
  margin-top: 36px;
}
@media (max-width: 991px) {
  .cid-tSpxvh8Vdl .mbr-text {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .cid-tSpxvh8Vdl .mbr-text {
    margin-top: 20px;
  }
}
.cid-tSpxvh8Vdl .mbr-section-btn {
  margin-top: 50px;
}
@media (max-width: 991px) {
  .cid-tSpxvh8Vdl .mbr-section-btn {
    margin-top: 46px;
  }
}
.cid-tSpxvh8Vdl .mbr-section-btn .btn-white {
  color: #45494E !important;
  border: 1px solid #45494E !important;
  background-color: transparent !important;
}
.cid-tSpxvh8Vdl .mbr-section-btn .btn-white:hover {
  color: #FFFFFF !important;
  border: 1px solid #45494E !important;
  background-color: #45494E !important;
}
.cid-tSpzFPPCAP {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tSpzFPPCAP .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #f68e2a;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 26px;
}
.cid-tSpzFPPCAP .card-wrapper {
  background-position: center;
  border-radius: 4px;
  padding: 0;
  transition: all 0.3s;
  background-size: cover;
  display: flex !important;
  flex-direction: row !important;
  justify-content: center !important;
  align-items: flex-start;
}
.cid-tSpzFPPCAP .card-wrapper .mbr-iconfont {
  font-size: 30px;
  color: #f68e2a;
  margin-right: 25px;
}
@media (max-width: 768px) {
  .cid-tSpzFPPCAP .card-wrapper .mbr-iconfont {
    font-size: 30px;
  }
}
.cid-tSpzFPPCAP .card-wrapper .card-box {
  height: 100%;
}
.cid-tSpzFPPCAP .card-wrapper .card-box .link-wrap {
  width: 100%;
}
.cid-tSpzFPPCAP .card-wrapper .card-box .link-wrap .link {
  display: inline-block;
}
.cid-tSpzFPPCAP .card-wrapper .card-box .link-wrap .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 0.6rem;
}
.cid-tSpzFPPCAP .card-wrapper .card-box .link-wrap .link a:before {
  position: absolute;
  transition: all 0.3s;
  right: 0px;
  top: 55%;
  opacity: 0;
  transform: translateY(-50%);
  content: "\e909";
  font-family: "Moririse2" !important;
  color: currentColor;
  font-size: 0.6rem;
}
.cid-tSpzFPPCAP .card-wrapper .card-box .link-wrap .link a:hover:before {
  opacity: 1;
  transform: translateX(8px) translateY(-50%);
}
.cid-tSpzFPPCAP .mbr-section-btn {
  text-align: center;
}
.cid-tSpzFPPCAP .mbr-section-btn .btn {
  padding: 18px 26px;
}
.cid-tSpzFPPCAP .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.5px;
}
.cid-tSpzFPPCAP .mbr-section-btn .btn-secondary:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
@media (max-width: 992px) {
  .cid-tSpzFPPCAP img {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .cid-tSpzFPPCAP .card-box .card-title,
  .cid-tSpzFPPCAP .card-box .mbr-text {
    text-align: left;
  }
}
.cid-tSRlJmzWlM {
    padding-top: 10rem;
    padding-bottom: 10rem;
    background-image: url("https://cdn.centrestack.com/mobi5/web/gladinet/images/fb/lift-and-shift-1200x630-tiny.jpg");
}
@media (max-width: 768px) {
  .cid-tSRlJmzWlM {
    padding-top: 5rem;
  }
}
.cid-tSRlJmzWlM .mbr-overlay {
  background: #000000;
  opacity: 0.7;
}
.cid-tSRlJnbchh {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tSRlJnbchh img {
  width: 120px;
  padding: 5px;
  margin: auto;
}
.cid-tSRlJnbchh .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
}
@media (min-width: 992px) {
  .cid-tSRlJnbchh .card {
    max-width: 12.5%;
  }
}
.cid-tSRlJnbchh .row {
  justify-content: space-between;
}
@media (min-width: 575px) and (max-width: 990px) {
  .cid-tSRlJnbchh .row {
    justify-content: center;
  }
}
.cid-tSRlJnJ2MC {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tSRlJnJ2MC .card {
  padding: 3rem;
  background: transparent;
  border-radius: 0;
  display: flex;
  flex-direction: column;
  border: 1px solid #B2B2B2;
}
.cid-tSRlJnJ2MC .mbr-iconfont {
  font-size: 50px;
  color: #f68e2a;
}
.cid-tSRlJnJ2MC .iconfont-wrapper {
  padding-bottom: 10px;
  text-align: right;
}
.cid-tSRlJnJ2MC img {
  height: 100px;
  width: auto;
}
.cid-tSRlJnJ2MC .user_image {
  margin-left: 6px;
}
.cid-tSRlJnJ2MC .title {
  text-align: left;
  margin-bottom: 0;
}
.cid-tSRlJnJ2MC .mbr-section-subtitle {
  text-align: left;
  padding-bottom: 5px;
  margin-bottom: 0;
}
.cid-tSRlJnJ2MC .row {
  align-items: center;
}
.cid-tSRlJnJ2MC .top {
  margin-top: 40px;
}
.cid-tSRlJnJ2MC .small {
  padding-left: 15px;
}
.cid-tSRlJnJ2MC .no-padding {
  padding: 0 7px;
}
@media (max-width: 690px) {
  .cid-tSRlJnJ2MC .iconfont-wrapper {
    margin-top: 30px;
  }
  .cid-tSRlJnJ2MC .card {
    padding: 1rem;
  }
  .cid-tSRlJnJ2MC .quote-mark {
    display: none;
  }
  .cid-tSRlJnJ2MC .mbr-section-subtitle {
    margin-bottom: 10px;
  }
}
.cid-tSRlJobHmX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e3f2fd;
}
.cid-tSRlJobHmX .mbr-fallback-image.disabled {
  display: none;
}
.cid-tSRlJobHmX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tSRlJobHmX .row {
  justify-content: flex-start;
}
.cid-tSRlJobHmX .mbr-text {
  margin-top: 36px;
}
@media (max-width: 991px) {
  .cid-tSRlJobHmX .mbr-text {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .cid-tSRlJobHmX .mbr-text {
    margin-top: 20px;
  }
}
.cid-tSRlJobHmX .mbr-section-btn {
  margin-top: 50px;
}
@media (max-width: 991px) {
  .cid-tSRlJobHmX .mbr-section-btn {
    margin-top: 46px;
  }
}
.cid-tSRlJobHmX .mbr-section-btn .btn-white {
  color: #45494E !important;
  border: 1px solid #45494E !important;
  background-color: transparent !important;
}
.cid-tSRlJobHmX .mbr-section-btn .btn-white:hover {
  color: #FFFFFF !important;
  border: 1px solid #45494E !important;
  background-color: #45494E !important;
}
.cid-tSRlJoFwe8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tSRlJoFwe8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tSRlJoFwe8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tSRlJoFwe8 .row {
  justify-content: flex-start;
}
.cid-tSRlJoFwe8 .mbr-text {
  margin-top: 36px;
}
@media (max-width: 991px) {
  .cid-tSRlJoFwe8 .mbr-text {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .cid-tSRlJoFwe8 .mbr-text {
    margin-top: 20px;
  }
}
.cid-tSRlJoFwe8 .mbr-section-btn {
  margin-top: 50px;
}
@media (max-width: 991px) {
  .cid-tSRlJoFwe8 .mbr-section-btn {
    margin-top: 46px;
  }
}
.cid-tSRlJoFwe8 .mbr-section-btn .btn-white {
  color: #45494E !important;
  border: 1px solid #45494E !important;
  background-color: transparent !important;
}
.cid-tSRlJoFwe8 .mbr-section-btn .btn-white:hover {
  color: #FFFFFF !important;
  border: 1px solid #45494E !important;
  background-color: #45494E !important;
}
.cid-tSRlJpaX8o {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tSRlJpaX8o .row {
  padding: 0 1rem;
}
@media (max-width: 991px) {
  .cid-tSRlJpaX8o .row {
    padding: 0 0.75rem;
  }
}
.cid-tSRlJpaX8o .text-container {
  margin-bottom: 20px;
  padding: 0 !important;
}
.cid-tSRlJpaX8o .mbr-section-title {
  margin: 0 auto;
  padding-bottom: 20px;
}
.cid-tSRlJpaX8o .cards-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
}
.cid-tSRlJpaX8o .card {
  padding: 15px;
}
@media (max-width: 767px) {
  .cid-tSRlJpaX8o .card {
    padding: 0;
  }
}
.cid-tSRlJpaX8o .card-wrapper {
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 30px;
  border: 1px solid #EEEEEE;
  border-radius: 5px;
  background-color: #f2f6f8;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s, -webkit-border-radius 0.3s, -webkit-box-shadow 0.3s;
}
@media (max-width: 767px) {
  .cid-tSRlJpaX8o .card-wrapper {
    margin-bottom: 30px;
    max-width: 522px;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-tSRlJpaX8o .card-wrapper:hover {
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.07);
}
.cid-tSRlJpaX8o .mbr-iconfont {
  font-size: 55px;
  color: #f68e2a;
}
.cid-tSRlJpaX8o .icon-box {
  width: 100%;
  margin-bottom: 20px;
}
.cid-tSRlJpaX8o .card-title {
  padding-bottom: 10px;
}
.cid-tSRlJpW5mH {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tSRlJpW5mH .container-fluid {
  max-width: 1200px;
  padding: 0 1.5rem;
}
.cid-tSRlJpW5mH .title {
  margin-bottom: 4.5rem;
}
.cid-tSRlJpW5mH .mbr-section-subtitle {
  margin-top: 2rem;
}
.cid-tSRlJpW5mH .wrapper-row {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.cid-tSRlJpW5mH .column-1 {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.cid-tSRlJpW5mH .card {
  display: flex;
  flex-direction: row;
  margin-bottom: 1rem;
}
.cid-tSRlJpW5mH .card:hover .card-title {
  color: #1565c0;
}
.cid-tSRlJpW5mH .card .mbr-iconfont {
  font-size: 50px;
  color: #f68e2a;
  display: block;
}
.cid-tSRlJpW5mH .card-title {
  min-width: 135px;
}
.cid-tSRlJpW5mH .circle-img {
  width: 80%;
  margin: auto;
}
.cid-tSRlJpW5mH .imageContainer {
  width: 100%;
}
@media (min-width: 767px) {
  .cid-tSRlJpW5mH .card-box1 {
    text-align: right;
    margin-right: 2rem;
  }
  .cid-tSRlJpW5mH .card-box2 {
    margin-left: 2rem;
    text-align: left;
  }
  .cid-tSRlJpW5mH .card-left {
    margin-right: -3rem;
  }
  .cid-tSRlJpW5mH .card-right {
    margin-left: -3rem;
  }
}
.cid-tSRlJpW5mH .last-text {
  margin-bottom: 0rem;
}
@media (max-width: 767px) {
  .cid-tSRlJpW5mH {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .cid-tSRlJpW5mH .container-fluid {
    padding: 0 1rem;
  }
  .cid-tSRlJpW5mH .wrapper-row {
    flex-direction: column;
  }
  .cid-tSRlJpW5mH .card-box1 {
    order: 2;
  }
  .cid-tSRlJpW5mH .imageContainer {
    margin-top: 0.5rem;
    margin-bottom: 2rem;
  }
  .cid-tSRlJpW5mH .card {
    flex-direction: column;
    text-align: center;
  }
  .cid-tSRlJpW5mH .card-title {
    margin-top: 2rem;
  }
}
.cid-tSRlJqzrIC {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tSRlJqzrIC .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-tSRlJqzrIC .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tSRlJqzrIC .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tSRlJqzrIC .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tSRlJqzrIC .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-tSRlJqzrIC .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tSRlJqzrIC .mbr-section-subtitle {
  margin-bottom: 21px;
}
.cid-tSRlJqzrIC li {
  line-height: 2;
}
.cid-tSRlJr3KvT {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tSRlJr3KvT .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-tSRlJr3KvT .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tSRlJr3KvT .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tSRlJr3KvT .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tSRlJr3KvT .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-tSRlJr3KvT .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tSRlJr3KvT .mbr-section-subtitle {
  margin-bottom: 21px;
}
.cid-tSRlJr3KvT li {
  line-height: 2;
}
.cid-tSRlJrynqf {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tSRlJrynqf .row {
  padding: 0 1rem;
}
@media (max-width: 991px) {
  .cid-tSRlJrynqf .row {
    padding: 0 0.75rem;
  }
}
.cid-tSRlJrynqf .text-container {
  margin-bottom: 60px;
  padding: 0 !important;
}
.cid-tSRlJrynqf .cards-container {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
.cid-tSRlJrynqf .card {
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-tSRlJrynqf .card {
    padding: 0;
  }
}
.cid-tSRlJrynqf .card-wrapper {
  display: flex;
  background: white;
  padding: 1rem 1rem 1rem 1rem;
  border-radius: 0.5rem;
  box-shadow: 7px 7px 30px -5px rgba(0, 0, 0, 0.1);
  margin-bottom: 2rem;
}
.cid-tSRlJrynqf .card-wrapper:hover {
  background: linear-gradient(135deg, #ffffff 0%, #fede9a 100%);
}
.cid-tSRlJrynqf .mbr-iconfont {
  font-size: 3rem;
  color: #f68e2a;
}
.cid-tSRlJrynqf .icon-box {
  display: inline-block;
  margin: 1rem;
  padding-right: 1rem;
}
@media (max-width: 991px) {
  .cid-tSRlJrynqf .icon-box {
    margin-right: 0;
  }
}
.cid-tSRlJrynqf .mbr-fallback-image.disabled {
  display: none;
}
.cid-tSRlJrynqf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tSRnsIE5ZD {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("https://cdn.centrestack.com/mobi5/web/102221/images/fb/windows-file-server-cloud-enablement-1200x630-tiny.jpg");
  background-position: top;
}
@media (max-width: 768px) {
  .cid-tSRnsIE5ZD {
    padding-top: 5rem;
  }
}
.cid-tSRnsIE5ZD .mbr-overlay {
  background: #000000;
  opacity: 0.7;
}
.cid-tSRnsJcaoc {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tSRnsJcaoc img {
  width: 120px;
  padding: 5px;
  margin: auto;
}
.cid-tSRnsJcaoc .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
}
@media (min-width: 992px) {
  .cid-tSRnsJcaoc .card {
    max-width: 12.5%;
  }
}
.cid-tSRnsJcaoc .row {
  justify-content: space-between;
}
@media (min-width: 575px) and (max-width: 990px) {
  .cid-tSRnsJcaoc .row {
    justify-content: center;
  }
}
.cid-tSRnsJURZZ {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tSRnsJURZZ .card {
  padding: 3rem;
  background: transparent;
  border-radius: 0;
  display: flex;
  flex-direction: column;
  border: 1px solid #B2B2B2;
}
.cid-tSRnsJURZZ .mbr-iconfont {
  font-size: 50px;
  color: #f68e2a;
}
.cid-tSRnsJURZZ .iconfont-wrapper {
  padding-bottom: 10px;
  text-align: right;
}
.cid-tSRnsJURZZ img {
  height: 100px;
  width: auto;
}
.cid-tSRnsJURZZ .user_image {
  margin-left: 6px;
}
.cid-tSRnsJURZZ .title {
  text-align: left;
  margin-bottom: 0;
}
.cid-tSRnsJURZZ .mbr-section-subtitle {
  text-align: left;
  padding-bottom: 5px;
  margin-bottom: 0;
}
.cid-tSRnsJURZZ .row {
  align-items: center;
}
.cid-tSRnsJURZZ .top {
  margin-top: 40px;
}
.cid-tSRnsJURZZ .small {
  padding-left: 15px;
}
.cid-tSRnsJURZZ .no-padding {
  padding: 0 7px;
}
@media (max-width: 690px) {
  .cid-tSRnsJURZZ .iconfont-wrapper {
    margin-top: 30px;
  }
  .cid-tSRnsJURZZ .card {
    padding: 1rem;
  }
  .cid-tSRnsJURZZ .quote-mark {
    display: none;
  }
  .cid-tSRnsJURZZ .mbr-section-subtitle {
    margin-bottom: 10px;
  }
}
.cid-tSRnsKw5YW {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tSRnsKw5YW .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-tSRnsKw5YW .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tSRnsKw5YW .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tSRnsKw5YW .content-wrapper {
    padding: 2rem;
  }
}
.cid-tSRnsKw5YW .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tSRnsKw5YW .mbr-section-subtitle {
  margin-bottom: 21px;
}
.cid-tSRnsL6Sz8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tSRnsL6Sz8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tSRnsL6Sz8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tSRnsL6Sz8 .row {
  justify-content: flex-start;
}
.cid-tSRnsL6Sz8 .mbr-text {
  margin-top: 36px;
}
@media (max-width: 991px) {
  .cid-tSRnsL6Sz8 .mbr-text {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .cid-tSRnsL6Sz8 .mbr-text {
    margin-top: 20px;
  }
}
.cid-tSRnsL6Sz8 .mbr-section-btn {
  margin-top: 50px;
}
@media (max-width: 991px) {
  .cid-tSRnsL6Sz8 .mbr-section-btn {
    margin-top: 46px;
  }
}
.cid-tSRnsL6Sz8 .mbr-section-btn .btn-white {
  color: #45494E !important;
  border: 1px solid #45494E !important;
  background-color: transparent !important;
}
.cid-tSRnsL6Sz8 .mbr-section-btn .btn-white:hover {
  color: #FFFFFF !important;
  border: 1px solid #45494E !important;
  background-color: #45494E !important;
}
.cid-tSRnsNrV7Q {
  overflow: hidden;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tSRnsNrV7Q .iconfont-wrapper {
  display: inline-block;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.cid-tSRnsNrV7Q .iconfont-wrapper:before {
  content: "";
  top: 0;
  left: 50%;
  bottom: 0;
  z-index: -1;
  width: 60px;
  position: absolute;
  background-color: rgba(107, 61, 240, 0.07);
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
}
.cid-tSRnsNrV7Q .iconfont-wrapper .mbr-iconfont {
  color: #6b3df0;
  height: 75px;
  line-height: 75px;
  font-size: 46px;
  text-align: center;
}
.cid-tSRnsNrV7Q .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-tSRnsNrV7Q .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-tSRnsNrV7Q .btn_link:hover {
  cursor: pointer;
}
.cid-tSRnsNrV7Q .btn_link:hover a {
  color: #f68e2a !important;
}
.cid-tSRnsNrV7Q .btn_link:hover span {
  transform: translatex(5px);
}
.cid-tSRnsNrV7Q .mbr-section-title {
  margin-bottom: 36px;
}
.cid-tSRnsNrV7Q .mbr-text {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .cid-tSRnsNrV7Q .column2 {
    margin-top: 100px;
  }
}
.cid-tSRnsNrV7Q .card__block {
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.08);
  border-radius: 5px;
  padding: 45px 35px;
  margin-bottom: 40px;
  background: #ffffff;
}
.cid-tSRnsNrV7Q .icon__card_wrap {
  width: 100%;
  margin-bottom: 25px;
}
.cid-tSRnsNrV7Q .icon__card {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cid-tSRnsNrV7Q .icon__card .mbr-iconfont {
  font-size: 48px;
  color: #ffffff;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}
.cid-tSRnsNrV7Q .icon__card.color1 span {
  text-shadow: 0 14px 30px rgba(246, 142, 42, 0.4);
  background: -webkit-linear-gradient(40deg, #f68e2a 0%, rgba(246, 142, 42, 0.3) 100%);
}
.cid-tSRnsNrV7Q .icon__card.color2 span {
  text-shadow: 0 14px 30px rgba(86, 167, 0, 0.4);
  background: -webkit-linear-gradient(40deg, #56a700 0%, rgba(86, 167, 0, 0.3) 100%);
}
.cid-tSRnsNrV7Q .icon__card.color3 span {
  text-shadow: 0 14px 30px rgba(69, 39, 160, 0.4);
  background: -webkit-linear-gradient(40deg, #4527a0 0%, rgba(69, 39, 160, 0.3) 100%);
}
.cid-tSRnsNrV7Q .icon__card.color4 span {
  text-shadow: 0 14px 30px rgba(118, 118, 118, 0.4);
  background: -webkit-linear-gradient(40deg, #1565c0 0%, rgba(118, 118, 118, 0.3) 100%);
}
.cid-tSRnsNrV7Q .card__title {
  margin-bottom: 15px;
  color: #1565c0;
}
.cid-tSRnsNrV7Q .card__text {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-tSRnsNrV7Q .title__block {
    text-align: center;
  }
  .cid-tSRnsNrV7Q .iconfont-wrapper {
    margin-bottom: 30px;
  }
  .cid-tSRnsNrV7Q .mbr-sectioin-title {
    margin-bottom: 22px;
  }
  .cid-tSRnsNrV7Q .mbr-text {
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .cid-tSRnsNrV7Q .card__block {
    padding: 35px 30px;
    margin-top: 40px;
    margin-bottom: 0;
  }
}
.cid-tSRnsOgMrh {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tSRnsOgMrh .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #f68e2a;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 26px;
}
.cid-tSRnsOgMrh .card-wrapper {
  background-position: center;
  border-radius: 4px;
  padding: 0;
  transition: all 0.3s;
  background-size: cover;
  display: flex !important;
  flex-direction: row !important;
  justify-content: center !important;
  align-items: flex-start;
}
.cid-tSRnsOgMrh .card-wrapper .mbr-iconfont {
  font-size: 50px;
  color: #f68e2a;
  margin-right: 25px;
}
@media (max-width: 768px) {
  .cid-tSRnsOgMrh .card-wrapper .mbr-iconfont {
    font-size: 30px;
  }
}
.cid-tSRnsOgMrh .card-wrapper .card-box {
  height: 100%;
}
.cid-tSRnsOgMrh .card-wrapper .card-box .link-wrap {
  width: 100%;
}
.cid-tSRnsOgMrh .card-wrapper .card-box .link-wrap .link {
  display: inline-block;
}
.cid-tSRnsOgMrh .card-wrapper .card-box .link-wrap .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 0.6rem;
}
.cid-tSRnsOgMrh .card-wrapper .card-box .link-wrap .link a:before {
  position: absolute;
  transition: all 0.3s;
  right: 0px;
  top: 55%;
  opacity: 0;
  transform: translateY(-50%);
  content: "\e909";
  font-family: "Moririse2" !important;
  color: currentColor;
  font-size: 0.6rem;
}
.cid-tSRnsOgMrh .card-wrapper .card-box .link-wrap .link a:hover:before {
  opacity: 1;
  transform: translateX(8px) translateY(-50%);
}
.cid-tSRnsOgMrh .mbr-section-btn {
  text-align: center;
}
.cid-tSRnsOgMrh .mbr-section-btn .btn {
  padding: 18px 26px;
}
.cid-tSRnsOgMrh .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.5px;
}
.cid-tSRnsOgMrh .mbr-section-btn .btn-secondary:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
@media (max-width: 992px) {
  .cid-tSRnsOgMrh img {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .cid-tSRnsOgMrh .card-box .card-title,
  .cid-tSRnsOgMrh .card-box .mbr-text {
    text-align: left;
  }
}
.cid-tSRnsPpOZU {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tSRnsPpOZU .row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-tSRnsPpOZU .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #f68e2a;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 26px;
}
.cid-tSRnsPpOZU .card-wrapper {
  background-position: center;
  border-radius: 4px;
  padding: 0;
  transition: all 0.3s;
  background-size: cover;
  display: flex !important;
  flex-direction: row !important;
  justify-content: center !important;
  align-items: flex-start;
}
.cid-tSRnsPpOZU .card-wrapper .mbr-iconfont {
  font-size: 50px;
  color: #f68e2a;
  margin-right: 25px;
}
@media (max-width: 768px) {
  .cid-tSRnsPpOZU .card-wrapper .mbr-iconfont {
    font-size: 30px;
  }
}
.cid-tSRnsPpOZU .card-wrapper .card-box {
  height: 100%;
}
.cid-tSRnsPpOZU .card-wrapper .card-box .link-wrap {
  width: 100%;
}
.cid-tSRnsPpOZU .card-wrapper .card-box .link-wrap .link {
  display: inline-block;
}
.cid-tSRnsPpOZU .card-wrapper .card-box .link-wrap .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 0.6rem;
}
.cid-tSRnsPpOZU .card-wrapper .card-box .link-wrap .link a:before {
  position: absolute;
  transition: all 0.3s;
  right: 0px;
  top: 55%;
  opacity: 0;
  transform: translateY(-50%);
  content: "\e909";
  font-family: "Moririse2" !important;
  color: currentColor;
  font-size: 0.6rem;
}
.cid-tSRnsPpOZU .card-wrapper .card-box .link-wrap .link a:hover:before {
  opacity: 1;
  transform: translateX(8px) translateY(-50%);
}
.cid-tSRnsPpOZU .mbr-section-btn {
  text-align: center;
}
.cid-tSRnsPpOZU .mbr-section-btn .btn {
  padding: 18px 26px;
}
.cid-tSRnsPpOZU .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.5px;
}
.cid-tSRnsPpOZU .mbr-section-btn .btn-secondary:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
@media (max-width: 992px) {
  .cid-tSRnsPpOZU img {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .cid-tSRnsPpOZU .card-box .card-title,
  .cid-tSRnsPpOZU .card-box .mbr-text {
    text-align: left;
  }
}
.cid-tSRnsQy7g5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e3f2fd;
}
.cid-tSRnsQy7g5 .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #f68e2a;
  margin-bottom: 2rem;
}
.cid-tSRnsQy7g5 a {
  color: #f68e2a;
}
.cid-tSRnsQy7g5 .link {
  opacity: 0;
  margin-top: 1rem;
  padding-bottom: 40px;
  transform: translate3d(0, 100%, 0);
  transition: all 0.3s;
}
.cid-tSRnsQy7g5 .card:hover .link {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.cid-tSRnsQy7g5 svg {
  padding-left: 15px;
  transition: 0.3s;
}
.cid-tSRnsQy7g5 .link:hover svg {
  padding-left: 7px;
  transition: 0.3s;
}
@media (max-width: 600px) {
  .cid-tSRnsQy7g5 .link {
    margin-top: 0rem;
    margin-bottom: 1rem;
    opacity: 1;
    transform: none;
  }
}
.cid-tSRrx5tayp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tSRrx5tayp .mbr-fallback-image.disabled {
  display: none;
}
.cid-tSRrx5tayp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tSRrx5tayp .row {
  justify-content: flex-start;
}
.cid-tSRrx5tayp .mbr-text {
  margin-top: 36px;
}
@media (max-width: 991px) {
  .cid-tSRrx5tayp .mbr-text {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .cid-tSRrx5tayp .mbr-text {
    margin-top: 20px;
  }
}
.cid-tSRrx5tayp .mbr-section-btn {
  margin-top: 50px;
}
@media (max-width: 991px) {
  .cid-tSRrx5tayp .mbr-section-btn {
    margin-top: 46px;
  }
}
.cid-tSRrx5tayp .mbr-section-btn .btn-white {
  color: #45494E !important;
  border: 1px solid #45494E !important;
  background-color: transparent !important;
}
.cid-tSRrx5tayp .mbr-section-btn .btn-white:hover {
  color: #FFFFFF !important;
  border: 1px solid #45494E !important;
  background-color: #45494E !important;
}
.cid-tSRrrc1PbL {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tSRrrc1PbL .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-tSRrrc1PbL .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tSRrrc1PbL .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tSRrrc1PbL .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tSRrrc1PbL .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-tSRrrc1PbL .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tSRrrc1PbL .mbr-section-subtitle {
  margin-bottom: 21px;
}
.cid-tSRrrc1PbL li {
  line-height: 2;
}
.cid-tSRrrYnEcs {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tSRrrYnEcs .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-tSRrrYnEcs .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tSRrrYnEcs .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tSRrrYnEcs .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tSRrrYnEcs .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-tSRrrYnEcs .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tSRrrYnEcs .mbr-section-subtitle {
  margin-bottom: 21px;
}
.cid-tSRrrYnEcs li {
  line-height: 2;
}
.cid-tSRxrIuHaY {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("https://cdn.centrestack.com/mobi5/web/gladinet/images/fb/amazon-s3-windows-desktop-1200x630-tiny.jpg");
}
@media (max-width: 768px) {
  .cid-tSRxrIuHaY {
    padding-top: 5rem;
  }
}
.cid-tSRxrIuHaY .mbr-overlay {
  background: #000000;
  opacity: 0.7;
}
.cid-tSRxrJ1dpL {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tSRxrJ1dpL img {
  width: 120px;
  padding: 5px;
  margin: auto;
}
.cid-tSRxrJ1dpL .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
}
@media (min-width: 992px) {
  .cid-tSRxrJ1dpL .card {
    max-width: 12.5%;
  }
}
.cid-tSRxrJ1dpL .row {
  justify-content: space-between;
}
@media (min-width: 575px) and (max-width: 990px) {
  .cid-tSRxrJ1dpL .row {
    justify-content: center;
  }
}
.cid-tSRxrJCaqu {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tSRxrJCaqu .card {
  padding: 3rem;
  background: transparent;
  border-radius: 0;
  display: flex;
  flex-direction: column;
  border: 1px solid #B2B2B2;
}
.cid-tSRxrJCaqu .mbr-iconfont {
  font-size: 50px;
  color: #f68e2a;
}
.cid-tSRxrJCaqu .iconfont-wrapper {
  padding-bottom: 10px;
  text-align: right;
}
.cid-tSRxrJCaqu img {
  height: 100px;
  width: auto;
}
.cid-tSRxrJCaqu .user_image {
  margin-left: 6px;
}
.cid-tSRxrJCaqu .title {
  text-align: left;
  margin-bottom: 0;
}
.cid-tSRxrJCaqu .mbr-section-subtitle {
  text-align: left;
  padding-bottom: 5px;
  margin-bottom: 0;
}
.cid-tSRxrJCaqu .row {
  align-items: center;
}
.cid-tSRxrJCaqu .top {
  margin-top: 40px;
}
.cid-tSRxrJCaqu .small {
  padding-left: 15px;
}
.cid-tSRxrJCaqu .no-padding {
  padding: 0 7px;
}
@media (max-width: 690px) {
  .cid-tSRxrJCaqu .iconfont-wrapper {
    margin-top: 30px;
  }
  .cid-tSRxrJCaqu .card {
    padding: 1rem;
  }
  .cid-tSRxrJCaqu .quote-mark {
    display: none;
  }
  .cid-tSRxrJCaqu .mbr-section-subtitle {
    margin-bottom: 10px;
  }
}
.cid-tSRxrK8QO6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e3f2fd;
}
.cid-tSRxrK8QO6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tSRxrK8QO6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tSRxrK8QO6 .row {
  justify-content: flex-start;
}
.cid-tSRxrK8QO6 .mbr-text {
  margin-top: 36px;
}
@media (max-width: 991px) {
  .cid-tSRxrK8QO6 .mbr-text {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .cid-tSRxrK8QO6 .mbr-text {
    margin-top: 20px;
  }
}
.cid-tSRxrK8QO6 .mbr-section-btn {
  margin-top: 50px;
}
@media (max-width: 991px) {
  .cid-tSRxrK8QO6 .mbr-section-btn {
    margin-top: 46px;
  }
}
.cid-tSRxrK8QO6 .mbr-section-btn .btn-white {
  color: #45494E !important;
  border: 1px solid #45494E !important;
  background-color: transparent !important;
}
.cid-tSRxrK8QO6 .mbr-section-btn .btn-white:hover {
  color: #FFFFFF !important;
  border: 1px solid #45494E !important;
  background-color: #45494E !important;
}
.cid-tSRxrKDcN8 {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tSRxrKDcN8 .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #f68e2a;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 26px;
}
.cid-tSRxrKDcN8 .card-wrapper {
  background-position: center;
  border-radius: 4px;
  padding: 0;
  transition: all 0.3s;
  background-size: cover;
  display: flex !important;
  flex-direction: row !important;
  justify-content: center !important;
  align-items: flex-start;
}
.cid-tSRxrKDcN8 .card-wrapper .mbr-iconfont {
  font-size: 50px;
  color: #f68e2a;
  margin-right: 25px;
}
@media (max-width: 768px) {
  .cid-tSRxrKDcN8 .card-wrapper .mbr-iconfont {
    font-size: 30px;
  }
}
.cid-tSRxrKDcN8 .card-wrapper .card-box {
  height: 100%;
}
.cid-tSRxrKDcN8 .card-wrapper .card-box .link-wrap {
  width: 100%;
}
.cid-tSRxrKDcN8 .card-wrapper .card-box .link-wrap .link {
  display: inline-block;
}
.cid-tSRxrKDcN8 .card-wrapper .card-box .link-wrap .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 0.6rem;
}
.cid-tSRxrKDcN8 .card-wrapper .card-box .link-wrap .link a:before {
  position: absolute;
  transition: all 0.3s;
  right: 0px;
  top: 55%;
  opacity: 0;
  transform: translateY(-50%);
  content: "\e909";
  font-family: "Moririse2" !important;
  color: currentColor;
  font-size: 0.6rem;
}
.cid-tSRxrKDcN8 .card-wrapper .card-box .link-wrap .link a:hover:before {
  opacity: 1;
  transform: translateX(8px) translateY(-50%);
}
.cid-tSRxrKDcN8 .mbr-section-btn {
  text-align: center;
}
.cid-tSRxrKDcN8 .mbr-section-btn .btn {
  padding: 18px 26px;
}
.cid-tSRxrKDcN8 .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.5px;
}
.cid-tSRxrKDcN8 .mbr-section-btn .btn-secondary:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
@media (max-width: 992px) {
  .cid-tSRxrKDcN8 img {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .cid-tSRxrKDcN8 .card-box .card-title,
  .cid-tSRxrKDcN8 .card-box .mbr-text {
    text-align: left;
  }
}
.cid-tSRxrLvmWE {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tSRxrLvmWE .row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-tSRxrLvmWE .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #f68e2a;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 26px;
}
.cid-tSRxrLvmWE .card-wrapper {
  background-position: center;
  border-radius: 4px;
  padding: 0;
  transition: all 0.3s;
  background-size: cover;
  display: flex !important;
  flex-direction: row !important;
  justify-content: center !important;
  align-items: flex-start;
}
.cid-tSRxrLvmWE .card-wrapper .mbr-iconfont {
  font-size: 50px;
  color: #f68e2a;
  margin-right: 25px;
}
@media (max-width: 768px) {
  .cid-tSRxrLvmWE .card-wrapper .mbr-iconfont {
    font-size: 30px;
  }
}
.cid-tSRxrLvmWE .card-wrapper .card-box {
  height: 100%;
}
.cid-tSRxrLvmWE .card-wrapper .card-box .link-wrap {
  width: 100%;
}
.cid-tSRxrLvmWE .card-wrapper .card-box .link-wrap .link {
  display: inline-block;
}
.cid-tSRxrLvmWE .card-wrapper .card-box .link-wrap .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 0.6rem;
}
.cid-tSRxrLvmWE .card-wrapper .card-box .link-wrap .link a:before {
  position: absolute;
  transition: all 0.3s;
  right: 0px;
  top: 55%;
  opacity: 0;
  transform: translateY(-50%);
  content: "\e909";
  font-family: "Moririse2" !important;
  color: currentColor;
  font-size: 0.6rem;
}
.cid-tSRxrLvmWE .card-wrapper .card-box .link-wrap .link a:hover:before {
  opacity: 1;
  transform: translateX(8px) translateY(-50%);
}
.cid-tSRxrLvmWE .mbr-section-btn {
  text-align: center;
}
.cid-tSRxrLvmWE .mbr-section-btn .btn {
  padding: 18px 26px;
}
.cid-tSRxrLvmWE .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.5px;
}
.cid-tSRxrLvmWE .mbr-section-btn .btn-secondary:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
@media (max-width: 992px) {
  .cid-tSRxrLvmWE img {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .cid-tSRxrLvmWE .card-box .card-title,
  .cid-tSRxrLvmWE .card-box .mbr-text {
    text-align: left;
  }
}
.cid-tSRxrMvkeU {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tSRxrMvkeU .row {
  padding: 0 1rem;
}
@media (max-width: 991px) {
  .cid-tSRxrMvkeU .row {
    padding: 0 0.75rem;
  }
}
.cid-tSRxrMvkeU .text-container {
  margin-bottom: 20px;
  padding: 0 !important;
}
.cid-tSRxrMvkeU .mbr-section-title {
  margin: 0 auto;
  padding-bottom: 20px;
}
.cid-tSRxrMvkeU .cards-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
}
.cid-tSRxrMvkeU .card {
  padding: 15px;
}
@media (max-width: 767px) {
  .cid-tSRxrMvkeU .card {
    padding: 0;
  }
}
.cid-tSRxrMvkeU .card-wrapper {
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 30px;
  border: 1px solid #EEEEEE;
  border-radius: 5px;
  background-color: #f2f6f8;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s, -webkit-border-radius 0.3s, -webkit-box-shadow 0.3s;
}
@media (max-width: 767px) {
  .cid-tSRxrMvkeU .card-wrapper {
    margin-bottom: 30px;
    max-width: 522px;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-tSRxrMvkeU .card-wrapper:hover {
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.07);
}
.cid-tSRxrMvkeU .mbr-iconfont {
  font-size: 55px;
  color: #f68e2a;
}
.cid-tSRxrMvkeU .icon-box {
  width: 100%;
  margin-bottom: 20px;
}
.cid-tSRxrMvkeU .card-title {
  padding-bottom: 10px;
}
.cid-tSRxrNvVp1 {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tSRxrNvVp1 .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #f68e2a;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 26px;
}
.cid-tSRxrNvVp1 .card-wrapper {
  background-position: center;
  border-radius: 4px;
  padding: 0;
  transition: all 0.3s;
  background-size: cover;
  display: flex !important;
  flex-direction: row !important;
  justify-content: center !important;
  align-items: flex-start;
}
.cid-tSRxrNvVp1 .card-wrapper .mbr-iconfont {
  font-size: 30px;
  color: #f68e2a;
  margin-right: 25px;
}
@media (max-width: 768px) {
  .cid-tSRxrNvVp1 .card-wrapper .mbr-iconfont {
    font-size: 30px;
  }
}
.cid-tSRxrNvVp1 .card-wrapper .card-box {
  height: 100%;
}
.cid-tSRxrNvVp1 .card-wrapper .card-box .link-wrap {
  width: 100%;
}
.cid-tSRxrNvVp1 .card-wrapper .card-box .link-wrap .link {
  display: inline-block;
}
.cid-tSRxrNvVp1 .card-wrapper .card-box .link-wrap .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 0.6rem;
}
.cid-tSRxrNvVp1 .card-wrapper .card-box .link-wrap .link a:before {
  position: absolute;
  transition: all 0.3s;
  right: 0px;
  top: 55%;
  opacity: 0;
  transform: translateY(-50%);
  content: "\e909";
  font-family: "Moririse2" !important;
  color: currentColor;
  font-size: 0.6rem;
}
.cid-tSRxrNvVp1 .card-wrapper .card-box .link-wrap .link a:hover:before {
  opacity: 1;
  transform: translateX(8px) translateY(-50%);
}
.cid-tSRxrNvVp1 .mbr-section-btn {
  text-align: center;
}
.cid-tSRxrNvVp1 .mbr-section-btn .btn {
  padding: 18px 26px;
}
.cid-tSRxrNvVp1 .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.5px;
}
.cid-tSRxrNvVp1 .mbr-section-btn .btn-secondary:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
@media (max-width: 992px) {
  .cid-tSRxrNvVp1 img {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .cid-tSRxrNvVp1 .card-box .card-title,
  .cid-tSRxrNvVp1 .card-box .mbr-text {
    text-align: left;
  }
}
.cid-tSRzAVM4lx {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("https://cdn.centrestack.com/amp/security-ownership-1254x836.jpg");
}
@media (max-width: 768px) {
  .cid-tSRzAVM4lx {
    padding-top: 5rem;
  }
}
.cid-tSRzAVM4lx .mbr-overlay {
  background: #000000;
  opacity: 0.7;
}
.cid-tSRzAWkWo7 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tSRzAWkWo7 img {
  width: 120px;
  padding: 5px;
  margin: auto;
}
.cid-tSRzAWkWo7 .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
}
@media (min-width: 992px) {
  .cid-tSRzAWkWo7 .card {
    max-width: 12.5%;
  }
}
.cid-tSRzAWkWo7 .row {
  justify-content: space-between;
}
@media (min-width: 575px) and (max-width: 990px) {
  .cid-tSRzAWkWo7 .row {
    justify-content: center;
  }
}
.cid-tSRzAX0TUt {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tSRzAX0TUt .card {
  padding: 3rem;
  background: transparent;
  border-radius: 0;
  display: flex;
  flex-direction: column;
  border: 1px solid #B2B2B2;
}
.cid-tSRzAX0TUt .mbr-iconfont {
  font-size: 50px;
  color: #f68e2a;
}
.cid-tSRzAX0TUt .iconfont-wrapper {
  padding-bottom: 10px;
  text-align: right;
}
.cid-tSRzAX0TUt img {
  height: 100px;
  width: auto;
}
.cid-tSRzAX0TUt .user_image {
  margin-left: 6px;
}
.cid-tSRzAX0TUt .title {
  text-align: left;
  margin-bottom: 0;
}
.cid-tSRzAX0TUt .mbr-section-subtitle {
  text-align: left;
  padding-bottom: 5px;
  margin-bottom: 0;
}
.cid-tSRzAX0TUt .row {
  align-items: center;
}
.cid-tSRzAX0TUt .top {
  margin-top: 40px;
}
.cid-tSRzAX0TUt .small {
  padding-left: 15px;
}
.cid-tSRzAX0TUt .no-padding {
  padding: 0 7px;
}
@media (max-width: 690px) {
  .cid-tSRzAX0TUt .iconfont-wrapper {
    margin-top: 30px;
  }
  .cid-tSRzAX0TUt .card {
    padding: 1rem;
  }
  .cid-tSRzAX0TUt .quote-mark {
    display: none;
  }
  .cid-tSRzAX0TUt .mbr-section-subtitle {
    margin-bottom: 10px;
  }
}
.cid-tSRzAXCCZm {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tSRzAXCCZm .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-tSRzAXCCZm .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tSRzAXCCZm .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tSRzAXCCZm .content-wrapper {
    padding: 2rem;
  }
}
.cid-tSRzAXCCZm .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tSRzAXCCZm .mbr-section-subtitle {
  margin-bottom: 21px;
}
.cid-tSRzAYegRI {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tSRzAYegRI .row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-tSRzAYegRI .badge {
  display: inline-block;
  color: #f68e2a;
}
.cid-tSRzAYegRI .card-wrapper {
  background-position: center;
  border-radius: 4px;
  padding: 0;
  transition: all 0.3s;
  background-size: cover;
  display: flex !important;
  flex-direction: row !important;
  justify-content: center !important;
  align-items: flex-start;
}
.cid-tSRzAYegRI .card-wrapper .mbr-iconfont {
  font-size: 50px;
  color: #f68e2a;
  margin-right: 25px;
}
@media (max-width: 768px) {
  .cid-tSRzAYegRI .card-wrapper .mbr-iconfont {
    font-size: 30px;
  }
}
.cid-tSRzAYegRI .card-wrapper .card-box {
  height: 100%;
}
.cid-tSRzAYegRI .card-wrapper .card-box .link-wrap {
  width: 100%;
}
.cid-tSRzAYegRI .card-wrapper .card-box .link-wrap .link {
  display: inline-block;
}
.cid-tSRzAYegRI .card-wrapper .card-box .link-wrap .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 0.6rem;
}
.cid-tSRzAYegRI .card-wrapper .card-box .link-wrap .link a:before {
  position: absolute;
  transition: all 0.3s;
  right: 0px;
  top: 55%;
  opacity: 0;
  transform: translateY(-50%);
  content: "\e909";
  font-family: "Moririse2" !important;
  color: currentColor;
  font-size: 0.6rem;
}
.cid-tSRzAYegRI .card-wrapper .card-box .link-wrap .link a:hover:before {
  opacity: 1;
  transform: translateX(8px) translateY(-50%);
}
.cid-tSRzAYegRI .mbr-section-btn {
  text-align: center;
}
.cid-tSRzAYegRI .mbr-section-btn .btn {
  padding: 18px 26px;
}
.cid-tSRzAYegRI .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.5px;
}
.cid-tSRzAYegRI .mbr-section-btn .btn-secondary:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
@media (max-width: 992px) {
  .cid-tSRzAYegRI img {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .cid-tSRzAYegRI .card-box .card-title,
  .cid-tSRzAYegRI .card-box .mbr-text {
    text-align: left;
  }
}
.cid-tSRzAZgtB0 {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tSRzAZgtB0 .badge {
  display: inline-block;
  color: #f68e2a;
}
.cid-tSRzAZgtB0 .card-wrapper {
  background-position: center;
  border-radius: 4px;
  padding: 0;
  transition: all 0.3s;
  background-size: cover;
  display: flex !important;
  flex-direction: row !important;
  justify-content: center !important;
  align-items: flex-start;
}
.cid-tSRzAZgtB0 .card-wrapper .mbr-iconfont {
  font-size: 50px;
  color: #f68e2a;
  margin-right: 25px;
}
@media (max-width: 768px) {
  .cid-tSRzAZgtB0 .card-wrapper .mbr-iconfont {
    font-size: 30px;
  }
}
.cid-tSRzAZgtB0 .card-wrapper .card-box {
  height: 100%;
}
.cid-tSRzAZgtB0 .card-wrapper .card-box .link-wrap {
  width: 100%;
}
.cid-tSRzAZgtB0 .card-wrapper .card-box .link-wrap .link {
  display: inline-block;
}
.cid-tSRzAZgtB0 .card-wrapper .card-box .link-wrap .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 0.6rem;
}
.cid-tSRzAZgtB0 .card-wrapper .card-box .link-wrap .link a:before {
  position: absolute;
  transition: all 0.3s;
  right: 0px;
  top: 55%;
  opacity: 0;
  transform: translateY(-50%);
  content: "\e909";
  font-family: "Moririse2" !important;
  color: currentColor;
  font-size: 0.6rem;
}
.cid-tSRzAZgtB0 .card-wrapper .card-box .link-wrap .link a:hover:before {
  opacity: 1;
  transform: translateX(8px) translateY(-50%);
}
.cid-tSRzAZgtB0 .mbr-section-btn {
  text-align: center;
}
.cid-tSRzAZgtB0 .mbr-section-btn .btn {
  padding: 18px 26px;
}
.cid-tSRzAZgtB0 .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.5px;
}
.cid-tSRzAZgtB0 .mbr-section-btn .btn-secondary:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
@media (max-width: 992px) {
  .cid-tSRzAZgtB0 img {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .cid-tSRzAZgtB0 .card-box .card-title,
  .cid-tSRzAZgtB0 .card-box .mbr-text {
    text-align: left;
  }
}
.cid-tSRzB16R0W {
  overflow: hidden;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-tSRzB16R0W .iconfont-wrapper {
  display: inline-block;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.cid-tSRzB16R0W .iconfont-wrapper:before {
  content: "";
  top: 0;
  left: 50%;
  bottom: 0;
  z-index: -1;
  width: 60px;
  position: absolute;
  background-color: rgba(107, 61, 240, 0.07);
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
}
.cid-tSRzB16R0W .iconfont-wrapper .mbr-iconfont {
  color: #6b3df0;
  height: 75px;
  line-height: 75px;
  font-size: 46px;
  text-align: center;
}
.cid-tSRzB16R0W .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-tSRzB16R0W .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-tSRzB16R0W .btn_link:hover {
  cursor: pointer;
}
.cid-tSRzB16R0W .btn_link:hover a {
  color: #f68e2a !important;
}
.cid-tSRzB16R0W .btn_link:hover span {
  transform: translatex(5px);
}
.cid-tSRzB16R0W .mbr-section-title {
  margin-bottom: 36px;
}
.cid-tSRzB16R0W .mbr-text {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .cid-tSRzB16R0W .column2 {
    margin-top: 100px;
  }
}
.cid-tSRzB16R0W .card__block {
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.08);
  border-radius: 5px;
  padding: 45px 35px;
  margin-bottom: 40px;
  background: #ffffff;
}
.cid-tSRzB16R0W .icon__card_wrap {
  width: 100%;
  margin-bottom: 25px;
}
.cid-tSRzB16R0W .icon__card {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cid-tSRzB16R0W .icon__card .mbr-iconfont {
  font-size: 48px;
  color: #ffffff;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}
.cid-tSRzB16R0W .icon__card.color1 span {
  text-shadow: 0 14px 30px rgba(246, 142, 42, 0.4);
  background: -webkit-linear-gradient(40deg, #f68e2a 0%, rgba(246, 142, 42, 0.3) 100%);
}
.cid-tSRzB16R0W .icon__card.color2 span {
  text-shadow: 0 14px 30px rgba(86, 167, 0, 0.4);
  background: -webkit-linear-gradient(40deg, #56a700 0%, rgba(86, 167, 0, 0.3) 100%);
}
.cid-tSRzB16R0W .icon__card.color3 span {
  text-shadow: 0 14px 30px rgba(69, 39, 160, 0.4);
  background: -webkit-linear-gradient(40deg, #4527a0 0%, rgba(69, 39, 160, 0.3) 100%);
}
.cid-tSRzB16R0W .icon__card.color4 span {
  text-shadow: 0 14px 30px rgba(118, 118, 118, 0.4);
  background: -webkit-linear-gradient(40deg, #1565c0 0%, rgba(118, 118, 118, 0.3) 100%);
}
.cid-tSRzB16R0W .card__title {
  margin-bottom: 15px;
  color: #1565c0;
}
.cid-tSRzB16R0W .card__text {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-tSRzB16R0W .title__block {
    text-align: center;
  }
  .cid-tSRzB16R0W .iconfont-wrapper {
    margin-bottom: 30px;
  }
  .cid-tSRzB16R0W .mbr-sectioin-title {
    margin-bottom: 22px;
  }
  .cid-tSRzB16R0W .mbr-text {
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .cid-tSRzB16R0W .card__block {
    padding: 35px 30px;
    margin-top: 40px;
    margin-bottom: 0;
  }
}
.cid-tSRzB2Lytp {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tSRzB2Lytp .row {
  padding: 0 1rem;
}
@media (max-width: 991px) {
  .cid-tSRzB2Lytp .row {
    padding: 0 0.75rem;
  }
}
.cid-tSRzB2Lytp .text-container {
  margin-bottom: 20px;
  padding: 0 !important;
}
.cid-tSRzB2Lytp .mbr-section-title {
  margin: 0 auto;
  padding-bottom: 20px;
}
.cid-tSRzB2Lytp .cards-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
}
.cid-tSRzB2Lytp .card {
  padding: 15px;
}
@media (max-width: 767px) {
  .cid-tSRzB2Lytp .card {
    padding: 0;
  }
}
.cid-tSRzB2Lytp .card-wrapper {
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 30px;
  border: 1px solid #EEEEEE;
  border-radius: 5px;
  background-color: #f2f6f8;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s, -webkit-border-radius 0.3s, -webkit-box-shadow 0.3s;
}
@media (max-width: 767px) {
  .cid-tSRzB2Lytp .card-wrapper {
    margin-bottom: 30px;
    max-width: 522px;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-tSRzB2Lytp .card-wrapper:hover {
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.07);
}
.cid-tSRzB2Lytp .mbr-iconfont {
  font-size: 55px;
  color: #f68e2a;
}
.cid-tSRzB2Lytp .icon-box {
  width: 100%;
  margin-bottom: 20px;
}
.cid-tSRzB2Lytp .card-title {
  padding-bottom: 10px;
}
.cid-tSRzB3YRVV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e3f2fd;
}
.cid-tSRzB3YRVV .mbr-fallback-image.disabled {
  display: none;
}
.cid-tSRzB3YRVV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tSRzB3YRVV .row {
  justify-content: flex-start;
}
.cid-tSRzB3YRVV .mbr-text {
  margin-top: 36px;
}
@media (max-width: 991px) {
  .cid-tSRzB3YRVV .mbr-text {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .cid-tSRzB3YRVV .mbr-text {
    margin-top: 20px;
  }
}
.cid-tSRzB3YRVV .mbr-section-btn {
  margin-top: 50px;
}
@media (max-width: 991px) {
  .cid-tSRzB3YRVV .mbr-section-btn {
    margin-top: 46px;
  }
}
.cid-tSRzB3YRVV .mbr-section-btn .btn-white {
  color: #45494E !important;
  border: 1px solid #45494E !important;
  background-color: transparent !important;
}
.cid-tSRzB3YRVV .mbr-section-btn .btn-white:hover {
  color: #FFFFFF !important;
  border: 1px solid #45494E !important;
  background-color: #45494E !important;
}
.cid-tSRzB4NasL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tSRzB4NasL .card {
  background: transparent;
  padding: 16px;
}
.cid-tSRzB4NasL img,
.cid-tSRzB4NasL .item-img {
  width: 100%;
  height: 100%;
  height: 230px;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tSRzB4NasL img,
  .cid-tSRzB4NasL .item-img {
    max-height: 250px;
  }
}
.cid-tSRzB4NasL .card-body {
  border: 1px solid #EEEEEE;
  padding: 0;
}
.cid-tSRzB4NasL .card-body p:after {
  content: "";
  width: 30%;
  height: 2px;
  display: block;
  margin: 0.5rem auto auto;
  background-color: #f68e2a;
}
.cid-tSRzB4NasL .mbr-fallback-image.disabled {
  display: none;
}
.cid-tSRzB4NasL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tSRDdXGia8 {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("https://cdn.centrestack.com/mobi5/web/102221/images/fb/enterprise-dropbox-alternative-1200x630-tiny.jpg");
}
@media (max-width: 768px) {
  .cid-tSRDdXGia8 {
    padding-top: 5rem;
  }
}
.cid-tSRDdXGia8 .mbr-overlay {
  background: #000000;
  opacity: 0.7;
}
.cid-tSRDdY8xqH {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tSRDdY8xqH img {
  width: 120px;
  padding: 5px;
  margin: auto;
}
.cid-tSRDdY8xqH .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
}
@media (min-width: 992px) {
  .cid-tSRDdY8xqH .card {
    max-width: 12.5%;
  }
}
.cid-tSRDdY8xqH .row {
  justify-content: space-between;
}
@media (min-width: 575px) and (max-width: 990px) {
  .cid-tSRDdY8xqH .row {
    justify-content: center;
  }
}
.cid-tSRDdYLWUr {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tSRDdYLWUr .card {
  padding: 3rem;
  background: transparent;
  border-radius: 0;
  display: flex;
  flex-direction: column;
  border: 1px solid #B2B2B2;
}
.cid-tSRDdYLWUr .mbr-iconfont {
  font-size: 50px;
  color: #f68e2a;
}
.cid-tSRDdYLWUr .iconfont-wrapper {
  padding-bottom: 10px;
  text-align: right;
}
.cid-tSRDdYLWUr img {
  height: 100px;
  width: auto;
}
.cid-tSRDdYLWUr .user_image {
  margin-left: 6px;
}
.cid-tSRDdYLWUr .title {
  text-align: left;
  margin-bottom: 0;
}
.cid-tSRDdYLWUr .mbr-section-subtitle {
  text-align: left;
  padding-bottom: 5px;
  margin-bottom: 0;
}
.cid-tSRDdYLWUr .row {
  align-items: center;
}
.cid-tSRDdYLWUr .top {
  margin-top: 40px;
}
.cid-tSRDdYLWUr .small {
  padding-left: 15px;
}
.cid-tSRDdYLWUr .no-padding {
  padding: 0 7px;
}
@media (max-width: 690px) {
  .cid-tSRDdYLWUr .iconfont-wrapper {
    margin-top: 30px;
  }
  .cid-tSRDdYLWUr .card {
    padding: 1rem;
  }
  .cid-tSRDdYLWUr .quote-mark {
    display: none;
  }
  .cid-tSRDdYLWUr .mbr-section-subtitle {
    margin-bottom: 10px;
  }
}
.cid-tSRDdZjOW3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e3f2fd;
}
.cid-tSRDdZjOW3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tSRDdZjOW3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tSRDdZjOW3 .row {
  justify-content: flex-start;
}
.cid-tSRDdZjOW3 .mbr-text {
  margin-top: 36px;
}
@media (max-width: 991px) {
  .cid-tSRDdZjOW3 .mbr-text {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .cid-tSRDdZjOW3 .mbr-text {
    margin-top: 20px;
  }
}
.cid-tSRDdZjOW3 .mbr-section-btn {
  margin-top: 50px;
}
@media (max-width: 991px) {
  .cid-tSRDdZjOW3 .mbr-section-btn {
    margin-top: 46px;
  }
}
.cid-tSRDdZjOW3 .mbr-section-btn .btn-white {
  color: #45494E !important;
  border: 1px solid #45494E !important;
  background-color: transparent !important;
}
.cid-tSRDdZjOW3 .mbr-section-btn .btn-white:hover {
  color: #FFFFFF !important;
  border: 1px solid #45494E !important;
  background-color: #45494E !important;
}
.cid-tSRDdZSYLd {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tSRDdZSYLd .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #f68e2a;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 26px;
}
.cid-tSRDdZSYLd .card-wrapper {
  background-position: center;
  border-radius: 4px;
  padding: 0;
  transition: all 0.3s;
  background-size: cover;
  display: flex !important;
  flex-direction: row !important;
  justify-content: center !important;
  align-items: flex-start;
}
.cid-tSRDdZSYLd .card-wrapper .mbr-iconfont {
  font-size: 50px;
  color: #f68e2a;
  margin-right: 25px;
}
@media (max-width: 768px) {
  .cid-tSRDdZSYLd .card-wrapper .mbr-iconfont {
    font-size: 30px;
  }
}
.cid-tSRDdZSYLd .card-wrapper .card-box {
  height: 100%;
}
.cid-tSRDdZSYLd .card-wrapper .card-box .link-wrap {
  width: 100%;
}
.cid-tSRDdZSYLd .card-wrapper .card-box .link-wrap .link {
  display: inline-block;
}
.cid-tSRDdZSYLd .card-wrapper .card-box .link-wrap .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 0.6rem;
}
.cid-tSRDdZSYLd .card-wrapper .card-box .link-wrap .link a:before {
  position: absolute;
  transition: all 0.3s;
  right: 0px;
  top: 55%;
  opacity: 0;
  transform: translateY(-50%);
  content: "\e909";
  font-family: "Moririse2" !important;
  color: currentColor;
  font-size: 0.6rem;
}
.cid-tSRDdZSYLd .card-wrapper .card-box .link-wrap .link a:hover:before {
  opacity: 1;
  transform: translateX(8px) translateY(-50%);
}
.cid-tSRDdZSYLd .mbr-section-btn {
  text-align: center;
}
.cid-tSRDdZSYLd .mbr-section-btn .btn {
  padding: 18px 26px;
}
.cid-tSRDdZSYLd .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.5px;
}
.cid-tSRDdZSYLd .mbr-section-btn .btn-secondary:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
@media (max-width: 992px) {
  .cid-tSRDdZSYLd img {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .cid-tSRDdZSYLd .card-box .card-title,
  .cid-tSRDdZSYLd .card-box .mbr-text {
    text-align: left;
  }
}
.cid-tSRDe0OTUm {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tSRDe0OTUm .row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-tSRDe0OTUm .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #f68e2a;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 26px;
}
.cid-tSRDe0OTUm .card-wrapper {
  background-position: center;
  border-radius: 4px;
  padding: 0;
  transition: all 0.3s;
  background-size: cover;
  display: flex !important;
  flex-direction: row !important;
  justify-content: center !important;
  align-items: flex-start;
}
.cid-tSRDe0OTUm .card-wrapper .mbr-iconfont {
  font-size: 50px;
  color: #f68e2a;
  margin-right: 25px;
}
@media (max-width: 768px) {
  .cid-tSRDe0OTUm .card-wrapper .mbr-iconfont {
    font-size: 30px;
  }
}
.cid-tSRDe0OTUm .card-wrapper .card-box {
  height: 100%;
}
.cid-tSRDe0OTUm .card-wrapper .card-box .link-wrap {
  width: 100%;
}
.cid-tSRDe0OTUm .card-wrapper .card-box .link-wrap .link {
  display: inline-block;
}
.cid-tSRDe0OTUm .card-wrapper .card-box .link-wrap .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 0.6rem;
}
.cid-tSRDe0OTUm .card-wrapper .card-box .link-wrap .link a:before {
  position: absolute;
  transition: all 0.3s;
  right: 0px;
  top: 55%;
  opacity: 0;
  transform: translateY(-50%);
  content: "\e909";
  font-family: "Moririse2" !important;
  color: currentColor;
  font-size: 0.6rem;
}
.cid-tSRDe0OTUm .card-wrapper .card-box .link-wrap .link a:hover:before {
  opacity: 1;
  transform: translateX(8px) translateY(-50%);
}
.cid-tSRDe0OTUm .mbr-section-btn {
  text-align: center;
}
.cid-tSRDe0OTUm .mbr-section-btn .btn {
  padding: 18px 26px;
}
.cid-tSRDe0OTUm .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.5px;
}
.cid-tSRDe0OTUm .mbr-section-btn .btn-secondary:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
@media (max-width: 992px) {
  .cid-tSRDe0OTUm img {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .cid-tSRDe0OTUm .card-box .card-title,
  .cid-tSRDe0OTUm .card-box .mbr-text {
    text-align: left;
  }
}
.cid-tSRDe1Ozlw {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tSRDe1Ozlw .row {
  padding: 0 1rem;
}
@media (max-width: 991px) {
  .cid-tSRDe1Ozlw .row {
    padding: 0 0.75rem;
  }
}
.cid-tSRDe1Ozlw .text-container {
  margin-bottom: 20px;
  padding: 0 !important;
}
.cid-tSRDe1Ozlw .mbr-section-title {
  margin: 0 auto;
  padding-bottom: 20px;
}
.cid-tSRDe1Ozlw .cards-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
}
.cid-tSRDe1Ozlw .card {
  padding: 15px;
}
@media (max-width: 767px) {
  .cid-tSRDe1Ozlw .card {
    padding: 0;
  }
}
.cid-tSRDe1Ozlw .card-wrapper {
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 30px;
  border: 1px solid #EEEEEE;
  border-radius: 5px;
  background-color: #f2f6f8;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s, -webkit-border-radius 0.3s, -webkit-box-shadow 0.3s;
}
@media (max-width: 767px) {
  .cid-tSRDe1Ozlw .card-wrapper {
    margin-bottom: 30px;
    max-width: 522px;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-tSRDe1Ozlw .card-wrapper:hover {
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.07);
}
.cid-tSRDe1Ozlw .mbr-iconfont {
  font-size: 55px;
  color: #f68e2a;
}
.cid-tSRDe1Ozlw .icon-box {
  width: 100%;
  margin-bottom: 20px;
}
.cid-tSRDe1Ozlw .card-title {
  padding-bottom: 10px;
}
.cid-tSRDe2X9Je {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tSRDe2X9Je .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #f68e2a;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 26px;
}
.cid-tSRDe2X9Je .card-wrapper {
  background-position: center;
  border-radius: 4px;
  padding: 0;
  transition: all 0.3s;
  background-size: cover;
  display: flex !important;
  flex-direction: row !important;
  justify-content: center !important;
  align-items: flex-start;
}
.cid-tSRDe2X9Je .card-wrapper .mbr-iconfont {
  font-size: 30px;
  color: #f68e2a;
  margin-right: 25px;
}
@media (max-width: 768px) {
  .cid-tSRDe2X9Je .card-wrapper .mbr-iconfont {
    font-size: 30px;
  }
}
.cid-tSRDe2X9Je .card-wrapper .card-box {
  height: 100%;
}
.cid-tSRDe2X9Je .card-wrapper .card-box .link-wrap {
  width: 100%;
}
.cid-tSRDe2X9Je .card-wrapper .card-box .link-wrap .link {
  display: inline-block;
}
.cid-tSRDe2X9Je .card-wrapper .card-box .link-wrap .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 0.6rem;
}
.cid-tSRDe2X9Je .card-wrapper .card-box .link-wrap .link a:before {
  position: absolute;
  transition: all 0.3s;
  right: 0px;
  top: 55%;
  opacity: 0;
  transform: translateY(-50%);
  content: "\e909";
  font-family: "Moririse2" !important;
  color: currentColor;
  font-size: 0.6rem;
}
.cid-tSRDe2X9Je .card-wrapper .card-box .link-wrap .link a:hover:before {
  opacity: 1;
  transform: translateX(8px) translateY(-50%);
}
.cid-tSRDe2X9Je .mbr-section-btn {
  text-align: center;
}
.cid-tSRDe2X9Je .mbr-section-btn .btn {
  padding: 18px 26px;
}
.cid-tSRDe2X9Je .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.5px;
}
.cid-tSRDe2X9Je .mbr-section-btn .btn-secondary:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
@media (max-width: 992px) {
  .cid-tSRDe2X9Je img {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .cid-tSRDe2X9Je .card-box .card-title,
  .cid-tSRDe2X9Je .card-box .mbr-text {
    text-align: left;
  }
}
.cid-tSRJmzgaix {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("https://cdn.centrestack.com/mobi5/web/gladinet/images/fb/amazon-s3-mobile-access-1200x630-tiny.jpg");
}
@media (max-width: 768px) {
  .cid-tSRJmzgaix {
    padding-top: 5rem;
  }
}
.cid-tSRJmzgaix .mbr-overlay {
  background: #000000;
  opacity: 0.7;
}
.cid-tSRJmzJsjJ {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tSRJmzJsjJ img {
  width: 120px;
  padding: 5px;
  margin: auto;
}
.cid-tSRJmzJsjJ .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
}
@media (min-width: 992px) {
  .cid-tSRJmzJsjJ .card {
    max-width: 12.5%;
  }
}
.cid-tSRJmzJsjJ .row {
  justify-content: space-between;
}
@media (min-width: 575px) and (max-width: 990px) {
  .cid-tSRJmzJsjJ .row {
    justify-content: center;
  }
}
.cid-tSRJmAgiVO {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tSRJmAgiVO .card {
  padding: 3rem;
  background: transparent;
  border-radius: 0;
  display: flex;
  flex-direction: column;
  border: 1px solid #B2B2B2;
}
.cid-tSRJmAgiVO .mbr-iconfont {
  font-size: 50px;
  color: #f68e2a;
}
.cid-tSRJmAgiVO .iconfont-wrapper {
  padding-bottom: 10px;
  text-align: right;
}
.cid-tSRJmAgiVO img {
  height: 100px;
  width: auto;
}
.cid-tSRJmAgiVO .user_image {
  margin-left: 6px;
}
.cid-tSRJmAgiVO .title {
  text-align: left;
  margin-bottom: 0;
}
.cid-tSRJmAgiVO .mbr-section-subtitle {
  text-align: left;
  padding-bottom: 5px;
  margin-bottom: 0;
}
.cid-tSRJmAgiVO .row {
  align-items: center;
}
.cid-tSRJmAgiVO .top {
  margin-top: 40px;
}
.cid-tSRJmAgiVO .small {
  padding-left: 15px;
}
.cid-tSRJmAgiVO .no-padding {
  padding: 0 7px;
}
@media (max-width: 690px) {
  .cid-tSRJmAgiVO .iconfont-wrapper {
    margin-top: 30px;
  }
  .cid-tSRJmAgiVO .card {
    padding: 1rem;
  }
  .cid-tSRJmAgiVO .quote-mark {
    display: none;
  }
  .cid-tSRJmAgiVO .mbr-section-subtitle {
    margin-bottom: 10px;
  }
}
.cid-tSRJmAJz2r {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e3f2fd;
}
.cid-tSRJmAJz2r .mbr-fallback-image.disabled {
  display: none;
}
.cid-tSRJmAJz2r .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tSRJmAJz2r .row {
  justify-content: flex-start;
}
.cid-tSRJmAJz2r .mbr-text {
  margin-top: 36px;
}
@media (max-width: 991px) {
  .cid-tSRJmAJz2r .mbr-text {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .cid-tSRJmAJz2r .mbr-text {
    margin-top: 20px;
  }
}
.cid-tSRJmAJz2r .mbr-section-btn {
  margin-top: 50px;
}
@media (max-width: 991px) {
  .cid-tSRJmAJz2r .mbr-section-btn {
    margin-top: 46px;
  }
}
.cid-tSRJmAJz2r .mbr-section-btn .btn-white {
  color: #45494E !important;
  border: 1px solid #45494E !important;
  background-color: transparent !important;
}
.cid-tSRJmAJz2r .mbr-section-btn .btn-white:hover {
  color: #FFFFFF !important;
  border: 1px solid #45494E !important;
  background-color: #45494E !important;
}
.cid-tSRJmBd5Vu {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tSRJmBd5Vu .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-tSRJmBd5Vu .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tSRJmBd5Vu .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tSRJmBd5Vu .content-wrapper {
    padding: 2rem;
  }
}
.cid-tSRJmBd5Vu .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tSRJmBd5Vu .mbr-section-subtitle {
  margin-bottom: 21px;
}
.cid-tSRJmBHEc6 {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tSRJmBHEc6 .row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-tSRJmBHEc6 .badge {
  display: inline-block;
  color: #f68e2a;
}
.cid-tSRJmBHEc6 .card-wrapper {
  background-position: center;
  border-radius: 4px;
  padding: 0;
  transition: all 0.3s;
  background-size: cover;
  display: flex !important;
  flex-direction: row !important;
  justify-content: center !important;
  align-items: flex-start;
}
.cid-tSRJmBHEc6 .card-wrapper .mbr-iconfont {
  font-size: 50px;
  color: #f68e2a;
  margin-right: 25px;
}
@media (max-width: 768px) {
  .cid-tSRJmBHEc6 .card-wrapper .mbr-iconfont {
    font-size: 30px;
  }
}
.cid-tSRJmBHEc6 .card-wrapper .card-box {
  height: 100%;
}
.cid-tSRJmBHEc6 .card-wrapper .card-box .link-wrap {
  width: 100%;
}
.cid-tSRJmBHEc6 .card-wrapper .card-box .link-wrap .link {
  display: inline-block;
}
.cid-tSRJmBHEc6 .card-wrapper .card-box .link-wrap .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 0.6rem;
}
.cid-tSRJmBHEc6 .card-wrapper .card-box .link-wrap .link a:before {
  position: absolute;
  transition: all 0.3s;
  right: 0px;
  top: 55%;
  opacity: 0;
  transform: translateY(-50%);
  content: "\e909";
  font-family: "Moririse2" !important;
  color: currentColor;
  font-size: 0.6rem;
}
.cid-tSRJmBHEc6 .card-wrapper .card-box .link-wrap .link a:hover:before {
  opacity: 1;
  transform: translateX(8px) translateY(-50%);
}
.cid-tSRJmBHEc6 .mbr-section-btn {
  text-align: center;
}
.cid-tSRJmBHEc6 .mbr-section-btn .btn {
  padding: 18px 26px;
}
.cid-tSRJmBHEc6 .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.5px;
}
.cid-tSRJmBHEc6 .mbr-section-btn .btn-secondary:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
@media (max-width: 992px) {
  .cid-tSRJmBHEc6 img {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .cid-tSRJmBHEc6 .card-box .card-title,
  .cid-tSRJmBHEc6 .card-box .mbr-text {
    text-align: left;
  }
}
.cid-tSRJmCp9zL {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tSRJmCp9zL .badge {
  display: inline-block;
  color: #f68e2a;
}
.cid-tSRJmCp9zL .card-wrapper {
  background-position: center;
  border-radius: 4px;
  padding: 0;
  transition: all 0.3s;
  background-size: cover;
  display: flex !important;
  flex-direction: row !important;
  justify-content: center !important;
  align-items: flex-start;
}
.cid-tSRJmCp9zL .card-wrapper .mbr-iconfont {
  font-size: 50px;
  color: #f68e2a;
  margin-right: 25px;
}
@media (max-width: 768px) {
  .cid-tSRJmCp9zL .card-wrapper .mbr-iconfont {
    font-size: 30px;
  }
}
.cid-tSRJmCp9zL .card-wrapper .card-box {
  height: 100%;
}
.cid-tSRJmCp9zL .card-wrapper .card-box .link-wrap {
  width: 100%;
}
.cid-tSRJmCp9zL .card-wrapper .card-box .link-wrap .link {
  display: inline-block;
}
.cid-tSRJmCp9zL .card-wrapper .card-box .link-wrap .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 0.6rem;
}
.cid-tSRJmCp9zL .card-wrapper .card-box .link-wrap .link a:before {
  position: absolute;
  transition: all 0.3s;
  right: 0px;
  top: 55%;
  opacity: 0;
  transform: translateY(-50%);
  content: "\e909";
  font-family: "Moririse2" !important;
  color: currentColor;
  font-size: 0.6rem;
}
.cid-tSRJmCp9zL .card-wrapper .card-box .link-wrap .link a:hover:before {
  opacity: 1;
  transform: translateX(8px) translateY(-50%);
}
.cid-tSRJmCp9zL .mbr-section-btn {
  text-align: center;
}
.cid-tSRJmCp9zL .mbr-section-btn .btn {
  padding: 18px 26px;
}
.cid-tSRJmCp9zL .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.5px;
}
.cid-tSRJmCp9zL .mbr-section-btn .btn-secondary:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
@media (max-width: 992px) {
  .cid-tSRJmCp9zL img {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .cid-tSRJmCp9zL .card-box .card-title,
  .cid-tSRJmCp9zL .card-box .mbr-text {
    text-align: left;
  }
}
.cid-tSRJmDfNJP {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-tSRJmDfNJP img,
.cid-tSRJmDfNJP .item-img {
  width: 100%;
}
.cid-tSRJmDfNJP .item:focus,
.cid-tSRJmDfNJP span:focus {
  outline: none;
}
.cid-tSRJmDfNJP .item {
  margin-bottom: 2rem;
}
.cid-tSRJmDfNJP .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tSRJmDfNJP .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tSRJmDfNJP .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tSRJmDfNJP .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tSRJmDfNJP .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tSRJmDfNJP .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tSRTcAIo0n {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("https://cdn.centrestack.com/fb/business-man-happy-with-iphone-1200x630.jpg");
}
@media (max-width: 768px) {
  .cid-tSRTcAIo0n {
    padding-top: 5rem;
  }
}
.cid-tSRTcAIo0n .mbr-overlay {
  background: #000000;
  opacity: 0.7;
}
.cid-tSRTcBfktP {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tSRTcBfktP img {
  width: 120px;
  padding: 5px;
  margin: auto;
}
.cid-tSRTcBfktP .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
}
@media (min-width: 992px) {
  .cid-tSRTcBfktP .card {
    max-width: 12.5%;
  }
}
.cid-tSRTcBfktP .row {
  justify-content: space-between;
}
@media (min-width: 575px) and (max-width: 990px) {
  .cid-tSRTcBfktP .row {
    justify-content: center;
  }
}
.cid-tSRTcBT6h9 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tSRTcBT6h9 .card {
  padding: 3rem;
  background: transparent;
  border-radius: 0;
  display: flex;
  flex-direction: column;
  border: 1px solid #B2B2B2;
}
.cid-tSRTcBT6h9 .mbr-iconfont {
  font-size: 50px;
  color: #f68e2a;
}
.cid-tSRTcBT6h9 .iconfont-wrapper {
  padding-bottom: 10px;
  text-align: right;
}
.cid-tSRTcBT6h9 img {
  height: 100px;
  width: auto;
}
.cid-tSRTcBT6h9 .user_image {
  margin-left: 6px;
}
.cid-tSRTcBT6h9 .title {
  text-align: left;
  margin-bottom: 0;
}
.cid-tSRTcBT6h9 .mbr-section-subtitle {
  text-align: left;
  padding-bottom: 5px;
  margin-bottom: 0;
}
.cid-tSRTcBT6h9 .row {
  align-items: center;
}
.cid-tSRTcBT6h9 .top {
  margin-top: 40px;
}
.cid-tSRTcBT6h9 .small {
  padding-left: 15px;
}
.cid-tSRTcBT6h9 .no-padding {
  padding: 0 7px;
}
@media (max-width: 690px) {
  .cid-tSRTcBT6h9 .iconfont-wrapper {
    margin-top: 30px;
  }
  .cid-tSRTcBT6h9 .card {
    padding: 1rem;
  }
  .cid-tSRTcBT6h9 .quote-mark {
    display: none;
  }
  .cid-tSRTcBT6h9 .mbr-section-subtitle {
    margin-bottom: 10px;
  }
}
.cid-tSRTcEiqMR {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tSRTcEiqMR .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-tSRTcEiqMR .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tSRTcEiqMR .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tSRTcEiqMR .content-wrapper {
    padding: 2rem;
  }
}
.cid-tSRTcEiqMR .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tSRTcEiqMR .mbr-section-subtitle {
  margin-bottom: 21px;
}
.cid-tSRTcEWObf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e3f2fd;
}
.cid-tSRTcEWObf .mbr-fallback-image.disabled {
  display: none;
}
.cid-tSRTcEWObf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tSRTcEWObf .row {
  justify-content: flex-start;
}
.cid-tSRTcEWObf .mbr-text {
  margin-top: 36px;
}
@media (max-width: 991px) {
  .cid-tSRTcEWObf .mbr-text {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .cid-tSRTcEWObf .mbr-text {
    margin-top: 20px;
  }
}
.cid-tSRTcEWObf .mbr-section-btn {
  margin-top: 50px;
}
@media (max-width: 991px) {
  .cid-tSRTcEWObf .mbr-section-btn {
    margin-top: 46px;
  }
}
.cid-tSRTcEWObf .mbr-section-btn .btn-white {
  color: #45494E !important;
  border: 1px solid #45494E !important;
  background-color: transparent !important;
}
.cid-tSRTcEWObf .mbr-section-btn .btn-white:hover {
  color: #FFFFFF !important;
  border: 1px solid #45494E !important;
  background-color: #45494E !important;
}
.cid-tSRTcFCjun {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tSRTcFCjun img,
.cid-tSRTcFCjun .item-img {
  width: 100%;
}
.cid-tSRTcFCjun .item:focus,
.cid-tSRTcFCjun span:focus {
  outline: none;
}
.cid-tSRTcFCjun .item {
  margin-bottom: 2rem;
}
.cid-tSRTcFCjun .item-wrapper {
  position: relative;
  border-radius: 10px;
  box-shadow: inset 0 0 0 1px #ebebf0, 0 15px 30px 0 rgba(0, 0, 0, 0.15);
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tSRTcFCjun .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tSRTcFCjun .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tSRTcFCjun .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tSRTcGw4xC {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-image: url("https://cdn.centrestack.com/amp/sunlight-meeting-1200x630-tiny-2-1200x630.jpg");
}
.cid-tSRTcGw4xC .mbr-overlay {
  background: #122947;
  opacity: 0.8;
}
.cid-tSRTcGw4xC H2 {
  position: relative;
  padding: 2rem 0 2rem 2rem;
}
.cid-tSRTcGw4xC H2::before,
.cid-tSRTcGw4xC H2::after {
  content: "";
  left: 0;
  display: block;
  position: absolute;
  border-bottom: .3125rem solid;
  color: inherit;
  width: 5.375rem;
}
.cid-tSRTcGw4xC H2::before {
  top: 0;
}
.cid-tSRTcGw4xC H2::after {
  bottom: 0;
}
.cid-tSRTcHg2Wq {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tSRTcHg2Wq .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-tSRTcHg2Wq .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tSRTcHg2Wq .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tSRTcHg2Wq .content-wrapper {
    padding: 2rem;
  }
}
.cid-tSRTcHg2Wq .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tSRTcHg2Wq .mbr-section-subtitle {
  margin-bottom: 21px;
}
.cid-tSRTcI0inV {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tSRTcI0inV .row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-tSRTcI0inV .badge {
  display: inline-block;
  color: #f68e2a;
}
.cid-tSRTcI0inV .card-wrapper {
  background-position: center;
  border-radius: 4px;
  padding: 0;
  transition: all 0.3s;
  background-size: cover;
  display: flex !important;
  flex-direction: row !important;
  justify-content: center !important;
  align-items: flex-start;
}
.cid-tSRTcI0inV .card-wrapper .mbr-iconfont {
  font-size: 50px;
  color: #f68e2a;
  margin-right: 25px;
}
@media (max-width: 768px) {
  .cid-tSRTcI0inV .card-wrapper .mbr-iconfont {
    font-size: 30px;
  }
}
.cid-tSRTcI0inV .card-wrapper .card-box {
  height: 100%;
}
.cid-tSRTcI0inV .card-wrapper .card-box .link-wrap {
  width: 100%;
}
.cid-tSRTcI0inV .card-wrapper .card-box .link-wrap .link {
  display: inline-block;
}
.cid-tSRTcI0inV .card-wrapper .card-box .link-wrap .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 0.6rem;
}
.cid-tSRTcI0inV .card-wrapper .card-box .link-wrap .link a:before {
  position: absolute;
  transition: all 0.3s;
  right: 0px;
  top: 55%;
  opacity: 0;
  transform: translateY(-50%);
  content: "\e909";
  font-family: "Moririse2" !important;
  color: currentColor;
  font-size: 0.6rem;
}
.cid-tSRTcI0inV .card-wrapper .card-box .link-wrap .link a:hover:before {
  opacity: 1;
  transform: translateX(8px) translateY(-50%);
}
.cid-tSRTcI0inV .mbr-section-btn {
  text-align: center;
}
.cid-tSRTcI0inV .mbr-section-btn .btn {
  padding: 18px 26px;
}
.cid-tSRTcI0inV .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.5px;
}
.cid-tSRTcI0inV .mbr-section-btn .btn-secondary:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
@media (max-width: 992px) {
  .cid-tSRTcI0inV img {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .cid-tSRTcI0inV .card-box .card-title,
  .cid-tSRTcI0inV .card-box .mbr-text {
    text-align: left;
  }
}
.cid-tSRTcJauJQ {
  overflow: hidden;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-tSRTcJauJQ .iconfont-wrapper {
  display: inline-block;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.cid-tSRTcJauJQ .iconfont-wrapper:before {
  content: "";
  top: 0;
  left: 50%;
  bottom: 0;
  z-index: -1;
  width: 60px;
  position: absolute;
  background-color: rgba(107, 61, 240, 0.07);
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
}
.cid-tSRTcJauJQ .iconfont-wrapper .mbr-iconfont {
  color: #6b3df0;
  height: 75px;
  line-height: 75px;
  font-size: 46px;
  text-align: center;
}
.cid-tSRTcJauJQ .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-tSRTcJauJQ .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-tSRTcJauJQ .btn_link:hover {
  cursor: pointer;
}
.cid-tSRTcJauJQ .btn_link:hover a {
  color: #f68e2a !important;
}
.cid-tSRTcJauJQ .btn_link:hover span {
  transform: translatex(5px);
}
.cid-tSRTcJauJQ .mbr-section-title {
  margin-bottom: 36px;
}
.cid-tSRTcJauJQ .mbr-text {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .cid-tSRTcJauJQ .column2 {
    margin-top: 100px;
  }
}
.cid-tSRTcJauJQ .card__block {
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.08);
  border-radius: 5px;
  padding: 45px 35px;
  margin-bottom: 40px;
  background: #ffffff;
}
.cid-tSRTcJauJQ .icon__card_wrap {
  width: 100%;
  margin-bottom: 25px;
}
.cid-tSRTcJauJQ .icon__card {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cid-tSRTcJauJQ .icon__card .mbr-iconfont {
  font-size: 48px;
  color: #ffffff;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}
.cid-tSRTcJauJQ .icon__card.color1 span {
  text-shadow: 0 14px 30px rgba(246, 142, 42, 0.4);
  background: -webkit-linear-gradient(40deg, #f68e2a 0%, rgba(246, 142, 42, 0.3) 100%);
}
.cid-tSRTcJauJQ .icon__card.color2 span {
  text-shadow: 0 14px 30px rgba(86, 167, 0, 0.4);
  background: -webkit-linear-gradient(40deg, #56a700 0%, rgba(86, 167, 0, 0.3) 100%);
}
.cid-tSRTcJauJQ .icon__card.color3 span {
  text-shadow: 0 14px 30px rgba(69, 39, 160, 0.4);
  background: -webkit-linear-gradient(40deg, #4527a0 0%, rgba(69, 39, 160, 0.3) 100%);
}
.cid-tSRTcJauJQ .icon__card.color4 span {
  text-shadow: 0 14px 30px rgba(118, 118, 118, 0.4);
  background: -webkit-linear-gradient(40deg, #1565c0 0%, rgba(118, 118, 118, 0.3) 100%);
}
.cid-tSRTcJauJQ .card__title {
  margin-bottom: 15px;
  color: #1565c0;
}
.cid-tSRTcJauJQ .card__text {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-tSRTcJauJQ .title__block {
    text-align: center;
  }
  .cid-tSRTcJauJQ .iconfont-wrapper {
    margin-bottom: 30px;
  }
  .cid-tSRTcJauJQ .mbr-sectioin-title {
    margin-bottom: 22px;
  }
  .cid-tSRTcJauJQ .mbr-text {
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .cid-tSRTcJauJQ .card__block {
    padding: 35px 30px;
    margin-top: 40px;
    margin-bottom: 0;
  }
}
.cid-tSRUPnnCx3 {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("https://cdn.centrestack.com/mobi5/web/gladinet/images/fb/amazon-s3-android-1200x630-tiny.jpg");
}
@media (max-width: 768px) {
  .cid-tSRUPnnCx3 {
    padding-top: 5rem;
  }
}
.cid-tSRUPnnCx3 .mbr-overlay {
  background: #000000;
  opacity: 0.7;
}
.cid-tSRUPnRBmP {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tSRUPnRBmP img {
  width: 120px;
  padding: 5px;
  margin: auto;
}
.cid-tSRUPnRBmP .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
}
@media (min-width: 992px) {
  .cid-tSRUPnRBmP .card {
    max-width: 12.5%;
  }
}
.cid-tSRUPnRBmP .row {
  justify-content: space-between;
}
@media (min-width: 575px) and (max-width: 990px) {
  .cid-tSRUPnRBmP .row {
    justify-content: center;
  }
}
.cid-tSRUPot1ml {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tSRUPot1ml .card {
  padding: 3rem;
  background: transparent;
  border-radius: 0;
  display: flex;
  flex-direction: column;
  border: 1px solid #B2B2B2;
}
.cid-tSRUPot1ml .mbr-iconfont {
  font-size: 50px;
  color: #f68e2a;
}
.cid-tSRUPot1ml .iconfont-wrapper {
  padding-bottom: 10px;
  text-align: right;
}
.cid-tSRUPot1ml img {
  height: 100px;
  width: auto;
}
.cid-tSRUPot1ml .user_image {
  margin-left: 6px;
}
.cid-tSRUPot1ml .title {
  text-align: left;
  margin-bottom: 0;
}
.cid-tSRUPot1ml .mbr-section-subtitle {
  text-align: left;
  padding-bottom: 5px;
  margin-bottom: 0;
}
.cid-tSRUPot1ml .row {
  align-items: center;
}
.cid-tSRUPot1ml .top {
  margin-top: 40px;
}
.cid-tSRUPot1ml .small {
  padding-left: 15px;
}
.cid-tSRUPot1ml .no-padding {
  padding: 0 7px;
}
@media (max-width: 690px) {
  .cid-tSRUPot1ml .iconfont-wrapper {
    margin-top: 30px;
  }
  .cid-tSRUPot1ml .card {
    padding: 1rem;
  }
  .cid-tSRUPot1ml .quote-mark {
    display: none;
  }
  .cid-tSRUPot1ml .mbr-section-subtitle {
    margin-bottom: 10px;
  }
}
.cid-tSRUPoZpkq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e3f2fd;
}
.cid-tSRUPoZpkq .mbr-fallback-image.disabled {
  display: none;
}
.cid-tSRUPoZpkq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tSRUPoZpkq .row {
  justify-content: flex-start;
}
.cid-tSRUPoZpkq .mbr-text {
  margin-top: 36px;
}
@media (max-width: 991px) {
  .cid-tSRUPoZpkq .mbr-text {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .cid-tSRUPoZpkq .mbr-text {
    margin-top: 20px;
  }
}
.cid-tSRUPoZpkq .mbr-section-btn {
  margin-top: 50px;
}
@media (max-width: 991px) {
  .cid-tSRUPoZpkq .mbr-section-btn {
    margin-top: 46px;
  }
}
.cid-tSRUPoZpkq .mbr-section-btn .btn-white {
  color: #45494E !important;
  border: 1px solid #45494E !important;
  background-color: transparent !important;
}
.cid-tSRUPoZpkq .mbr-section-btn .btn-white:hover {
  color: #FFFFFF !important;
  border: 1px solid #45494E !important;
  background-color: #45494E !important;
}
.cid-tSRUPpyT7x {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tSRUPpyT7x .mbr-fallback-image.disabled {
  display: none;
}
.cid-tSRUPpyT7x .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tSRUPpyT7x .row {
  justify-content: flex-start;
}
.cid-tSRUPpyT7x .mbr-text {
  margin-top: 36px;
}
@media (max-width: 991px) {
  .cid-tSRUPpyT7x .mbr-text {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .cid-tSRUPpyT7x .mbr-text {
    margin-top: 20px;
  }
}
.cid-tSRUPpyT7x .mbr-section-btn {
  margin-top: 50px;
}
@media (max-width: 991px) {
  .cid-tSRUPpyT7x .mbr-section-btn {
    margin-top: 46px;
  }
}
.cid-tSRUPpyT7x .mbr-section-btn .btn-white {
  color: #45494E !important;
  border: 1px solid #45494E !important;
  background-color: transparent !important;
}
.cid-tSRUPpyT7x .mbr-section-btn .btn-white:hover {
  color: #FFFFFF !important;
  border: 1px solid #45494E !important;
  background-color: #45494E !important;
}
.cid-tSRUPq9IaF {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tSRUPq9IaF .row {
  padding: 0 1rem;
}
@media (max-width: 991px) {
  .cid-tSRUPq9IaF .row {
    padding: 0 0.75rem;
  }
}
.cid-tSRUPq9IaF .text-container {
  margin-bottom: 20px;
  padding: 0 !important;
}
.cid-tSRUPq9IaF .mbr-section-title {
  margin: 0 auto;
  padding-bottom: 20px;
}
.cid-tSRUPq9IaF .cards-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
}
.cid-tSRUPq9IaF .card {
  padding: 15px;
}
@media (max-width: 767px) {
  .cid-tSRUPq9IaF .card {
    padding: 0;
  }
}
.cid-tSRUPq9IaF .card-wrapper {
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 30px;
  border: 1px solid #EEEEEE;
  border-radius: 5px;
  background-color: #f2f6f8;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s, -webkit-border-radius 0.3s, -webkit-box-shadow 0.3s;
}
@media (max-width: 767px) {
  .cid-tSRUPq9IaF .card-wrapper {
    margin-bottom: 30px;
    max-width: 522px;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-tSRUPq9IaF .card-wrapper:hover {
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.07);
}
.cid-tSRUPq9IaF .mbr-iconfont {
  font-size: 55px;
  color: #f68e2a;
}
.cid-tSRUPq9IaF .icon-box {
  width: 100%;
  margin-bottom: 20px;
}
.cid-tSRUPq9IaF .card-title {
  padding-bottom: 10px;
}
.cid-tSRUPr4U55 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tSRUPr4U55 .container-fluid {
  max-width: 1200px;
  padding: 0 1.5rem;
}
.cid-tSRUPr4U55 .title {
  margin-bottom: 4.5rem;
}
.cid-tSRUPr4U55 .mbr-section-subtitle {
  margin-top: 2rem;
}
.cid-tSRUPr4U55 .wrapper-row {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.cid-tSRUPr4U55 .column-1 {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.cid-tSRUPr4U55 .card {
  display: flex;
  flex-direction: row;
  margin-bottom: 1rem;
}
.cid-tSRUPr4U55 .card:hover .card-title {
  color: #1565c0;
}
.cid-tSRUPr4U55 .card .mbr-iconfont {
  font-size: 50px;
  color: #f68e2a;
  display: block;
}
.cid-tSRUPr4U55 .card-title {
  min-width: 135px;
}
.cid-tSRUPr4U55 .circle-img {
  width: 80%;
  margin: auto;
}
.cid-tSRUPr4U55 .imageContainer {
  width: 100%;
}
@media (min-width: 767px) {
  .cid-tSRUPr4U55 .card-box1 {
    text-align: right;
    margin-right: 2rem;
  }
  .cid-tSRUPr4U55 .card-box2 {
    margin-left: 2rem;
    text-align: left;
  }
  .cid-tSRUPr4U55 .card-left {
    margin-right: -3rem;
  }
  .cid-tSRUPr4U55 .card-right {
    margin-left: -3rem;
  }
}
.cid-tSRUPr4U55 .last-text {
  margin-bottom: 0rem;
}
@media (max-width: 767px) {
  .cid-tSRUPr4U55 {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .cid-tSRUPr4U55 .container-fluid {
    padding: 0 1rem;
  }
  .cid-tSRUPr4U55 .wrapper-row {
    flex-direction: column;
  }
  .cid-tSRUPr4U55 .card-box1 {
    order: 2;
  }
  .cid-tSRUPr4U55 .imageContainer {
    margin-top: 0.5rem;
    margin-bottom: 2rem;
  }
  .cid-tSRUPr4U55 .card {
    flex-direction: column;
    text-align: center;
  }
  .cid-tSRUPr4U55 .card-title {
    margin-top: 2rem;
  }
}
.cid-tSRUPrVain {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tSRUPrVain .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-tSRUPrVain .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tSRUPrVain .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tSRUPrVain .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tSRUPrVain .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-tSRUPrVain .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tSRUPrVain .mbr-section-subtitle {
  margin-bottom: 21px;
}
.cid-tSRUPrVain li {
  line-height: 2;
}
.cid-tSRUPsF3Ko {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tSRUPsF3Ko .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-tSRUPsF3Ko .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tSRUPsF3Ko .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tSRUPsF3Ko .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tSRUPsF3Ko .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-tSRUPsF3Ko .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tSRUPsF3Ko .mbr-section-subtitle {
  margin-bottom: 21px;
}
.cid-tSRUPsF3Ko li {
  line-height: 2;
}
.cid-tSRUPtqDsE {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tSRUPtqDsE .row {
  padding: 0 1rem;
}
@media (max-width: 991px) {
  .cid-tSRUPtqDsE .row {
    padding: 0 0.75rem;
  }
}
.cid-tSRUPtqDsE .text-container {
  margin-bottom: 60px;
  padding: 0 !important;
}
.cid-tSRUPtqDsE .cards-container {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
.cid-tSRUPtqDsE .card {
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-tSRUPtqDsE .card {
    padding: 0;
  }
}
.cid-tSRUPtqDsE .card-wrapper {
  display: flex;
  background: white;
  padding: 1rem 1rem 1rem 1rem;
  border-radius: 0.5rem;
  box-shadow: 7px 7px 30px -5px rgba(0, 0, 0, 0.1);
  margin-bottom: 2rem;
}
.cid-tSRUPtqDsE .card-wrapper:hover {
  background: linear-gradient(135deg, #ffffff 0%, #fede9a 100%);
}
.cid-tSRUPtqDsE .mbr-iconfont {
  font-size: 3rem;
  color: #f68e2a;
}
.cid-tSRUPtqDsE .icon-box {
  display: inline-block;
  margin: 1rem;
  padding-right: 1rem;
}
@media (max-width: 991px) {
  .cid-tSRUPtqDsE .icon-box {
    margin-right: 0;
  }
}
.cid-tSRUPtqDsE .mbr-fallback-image.disabled {
  display: none;
}
.cid-tSRUPtqDsE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tSRW2fr8EY {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("https://cdn.centrestack.com/fb/business-man-happy1-1200x630-tiny.jpg");
}
@media (max-width: 768px) {
  .cid-tSRW2fr8EY {
    padding-top: 5rem;
  }
}
.cid-tSRW2fr8EY .mbr-overlay {
  background: #000000;
  opacity: 0.7;
}
.cid-tSRW2g06FW {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tSRW2g06FW img {
  width: 120px;
  padding: 5px;
  margin: auto;
}
.cid-tSRW2g06FW .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
}
@media (min-width: 992px) {
  .cid-tSRW2g06FW .card {
    max-width: 12.5%;
  }
}
.cid-tSRW2g06FW .row {
  justify-content: space-between;
}
@media (min-width: 575px) and (max-width: 990px) {
  .cid-tSRW2g06FW .row {
    justify-content: center;
  }
}
.cid-tSRW2gHTQD {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("https://cdn.centrestack.com/mobi5/web/102221/images/211101-triofox-demo-testimonial-back-1366x340-1366x340.png");
}
.cid-tSRW2gHTQD .user_image {
  width: 128px;
  height: 128px;
  overflow: hidden;
  display: flex;
}
.cid-tSRW2gHTQD .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-tSRW2gHTQD .mbr-iconfont {
  font-size: 3rem;
}
.cid-tSRW2gHTQD .mbri-quote-left {
  color: #f68e2a;
}
.cid-tSRW2gHTQD .mbri-quote-right {
  color: #56a700;
  position: absolute;
  bottom: 1rem;
  right: 0;
}
@media (max-width: 230px) {
  .cid-tSRW2gHTQD .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-tSRW2hRkt5 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-tSRW2hRkt5 .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 3.5rem;
  color: #f68e2a;
  margin-bottom: 1rem;
  border-radius: 50%;
  overflow: visible;
}
.cid-tSRW2hRkt5 .image-wrapper {
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tSRW2hRkt5 .image-wrapper {
    padding-bottom: 2rem;
  }
}
.cid-tSRW2hRkt5 img {
  width: 100%;
}
.cid-tSRW2hRkt5 .card-wrapper {
  overflow: visible;
  margin-bottom: 2rem;
}
@media (max-width: 992px) {
  .cid-tSRW2hRkt5 .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tSRW2iICqN {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tSRW2iICqN .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-tSRW2iICqN .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tSRW2iICqN .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tSRW2iICqN .content-wrapper {
    padding: 2rem;
  }
}
.cid-tSRW2iICqN .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tSRW2iICqN .mbr-section-subtitle {
  margin-bottom: 21px;
}
.cid-tSRW2jmwOn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tSRW2jmwOn .mbr-fallback-image.disabled {
  display: none;
}
.cid-tSRW2jmwOn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tSRW2jmwOn .row {
  justify-content: flex-start;
}
.cid-tSRW2jmwOn .mbr-text {
  margin-top: 36px;
}
@media (max-width: 991px) {
  .cid-tSRW2jmwOn .mbr-text {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .cid-tSRW2jmwOn .mbr-text {
    margin-top: 20px;
  }
}
.cid-tSRW2jmwOn .mbr-section-btn {
  margin-top: 50px;
}
@media (max-width: 991px) {
  .cid-tSRW2jmwOn .mbr-section-btn {
    margin-top: 46px;
  }
}
.cid-tSRW2jmwOn .mbr-section-btn .btn-white {
  color: #45494E !important;
  border: 1px solid #45494E !important;
  background-color: transparent !important;
}
.cid-tSRW2jmwOn .mbr-section-btn .btn-white:hover {
  color: #FFFFFF !important;
  border: 1px solid #45494E !important;
  background-color: #45494E !important;
}
.cid-tSRW2k3tR0 {
  overflow: hidden;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-tSRW2k3tR0 .iconfont-wrapper {
  display: inline-block;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.cid-tSRW2k3tR0 .iconfont-wrapper:before {
  content: "";
  top: 0;
  left: 50%;
  bottom: 0;
  z-index: -1;
  width: 60px;
  position: absolute;
  background-color: rgba(107, 61, 240, 0.07);
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
}
.cid-tSRW2k3tR0 .iconfont-wrapper .mbr-iconfont {
  color: #6b3df0;
  height: 75px;
  line-height: 75px;
  font-size: 46px;
  text-align: center;
}
.cid-tSRW2k3tR0 .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-tSRW2k3tR0 .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-tSRW2k3tR0 .btn_link:hover {
  cursor: pointer;
}
.cid-tSRW2k3tR0 .btn_link:hover a {
  color: #f68e2a !important;
}
.cid-tSRW2k3tR0 .btn_link:hover span {
  transform: translatex(5px);
}
.cid-tSRW2k3tR0 .mbr-section-title {
  margin-bottom: 36px;
}
.cid-tSRW2k3tR0 .mbr-text {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .cid-tSRW2k3tR0 .column2 {
    margin-top: 100px;
  }
}
.cid-tSRW2k3tR0 .card__block {
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.08);
  border-radius: 5px;
  padding: 45px 35px;
  margin-bottom: 40px;
  background: #ffffff;
}
.cid-tSRW2k3tR0 .icon__card_wrap {
  width: 100%;
  margin-bottom: 25px;
}
.cid-tSRW2k3tR0 .icon__card {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cid-tSRW2k3tR0 .icon__card .mbr-iconfont {
  font-size: 48px;
  color: #ffffff;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}
.cid-tSRW2k3tR0 .icon__card.color1 span {
  text-shadow: 0 14px 30px rgba(246, 142, 42, 0.4);
  background: -webkit-linear-gradient(40deg, #f68e2a 0%, rgba(246, 142, 42, 0.3) 100%);
}
.cid-tSRW2k3tR0 .icon__card.color2 span {
  text-shadow: 0 14px 30px rgba(86, 167, 0, 0.4);
  background: -webkit-linear-gradient(40deg, #56a700 0%, rgba(86, 167, 0, 0.3) 100%);
}
.cid-tSRW2k3tR0 .icon__card.color3 span {
  text-shadow: 0 14px 30px rgba(69, 39, 160, 0.4);
  background: -webkit-linear-gradient(40deg, #4527a0 0%, rgba(69, 39, 160, 0.3) 100%);
}
.cid-tSRW2k3tR0 .icon__card.color4 span {
  text-shadow: 0 14px 30px rgba(118, 118, 118, 0.4);
  background: -webkit-linear-gradient(40deg, #1565c0 0%, rgba(118, 118, 118, 0.3) 100%);
}
.cid-tSRW2k3tR0 .card__title {
  margin-bottom: 15px;
  color: #1565c0;
}
.cid-tSRW2k3tR0 .card__text {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-tSRW2k3tR0 .title__block {
    text-align: center;
  }
  .cid-tSRW2k3tR0 .iconfont-wrapper {
    margin-bottom: 30px;
  }
  .cid-tSRW2k3tR0 .mbr-sectioin-title {
    margin-bottom: 22px;
  }
  .cid-tSRW2k3tR0 .mbr-text {
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .cid-tSRW2k3tR0 .card__block {
    padding: 35px 30px;
    margin-top: 40px;
    margin-bottom: 0;
  }
}
.cid-tSRW2kZwCY {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tSRW2kZwCY .badge {
  display: inline-block;
  color: #f68e2a;
}
.cid-tSRW2kZwCY .card-wrapper {
  background-position: center;
  border-radius: 4px;
  padding: 0;
  transition: all 0.3s;
  background-size: cover;
  display: flex !important;
  flex-direction: row !important;
  justify-content: center !important;
  align-items: flex-start;
}
.cid-tSRW2kZwCY .card-wrapper .mbr-iconfont {
  font-size: 50px;
  color: #f68e2a;
  margin-right: 25px;
}
@media (max-width: 768px) {
  .cid-tSRW2kZwCY .card-wrapper .mbr-iconfont {
    font-size: 30px;
  }
}
.cid-tSRW2kZwCY .card-wrapper .card-box {
  height: 100%;
}
.cid-tSRW2kZwCY .card-wrapper .card-box .link-wrap {
  width: 100%;
}
.cid-tSRW2kZwCY .card-wrapper .card-box .link-wrap .link {
  display: inline-block;
}
.cid-tSRW2kZwCY .card-wrapper .card-box .link-wrap .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 0.6rem;
}
.cid-tSRW2kZwCY .card-wrapper .card-box .link-wrap .link a:before {
  position: absolute;
  transition: all 0.3s;
  right: 0px;
  top: 55%;
  opacity: 0;
  transform: translateY(-50%);
  content: "\e909";
  font-family: "Moririse2" !important;
  color: currentColor;
  font-size: 0.6rem;
}
.cid-tSRW2kZwCY .card-wrapper .card-box .link-wrap .link a:hover:before {
  opacity: 1;
  transform: translateX(8px) translateY(-50%);
}
.cid-tSRW2kZwCY .mbr-section-btn {
  text-align: center;
}
.cid-tSRW2kZwCY .mbr-section-btn .btn {
  padding: 18px 26px;
}
.cid-tSRW2kZwCY .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.5px;
}
.cid-tSRW2kZwCY .mbr-section-btn .btn-secondary:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
@media (max-width: 992px) {
  .cid-tSRW2kZwCY img {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .cid-tSRW2kZwCY .card-box .card-title,
  .cid-tSRW2kZwCY .card-box .mbr-text {
    text-align: left;
  }
}
.cid-tSRW2m2jI0 {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tSRW2m2jI0 .row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-tSRW2m2jI0 .badge {
  display: inline-block;
  color: #f68e2a;
}
.cid-tSRW2m2jI0 .card-wrapper {
  background-position: center;
  border-radius: 4px;
  padding: 0;
  transition: all 0.3s;
  background-size: cover;
  display: flex !important;
  flex-direction: row !important;
  justify-content: center !important;
  align-items: flex-start;
}
.cid-tSRW2m2jI0 .card-wrapper .mbr-iconfont {
  font-size: 50px;
  color: #f68e2a;
  margin-right: 25px;
}
@media (max-width: 768px) {
  .cid-tSRW2m2jI0 .card-wrapper .mbr-iconfont {
    font-size: 30px;
  }
}
.cid-tSRW2m2jI0 .card-wrapper .card-box {
  height: 100%;
}
.cid-tSRW2m2jI0 .card-wrapper .card-box .link-wrap {
  width: 100%;
}
.cid-tSRW2m2jI0 .card-wrapper .card-box .link-wrap .link {
  display: inline-block;
}
.cid-tSRW2m2jI0 .card-wrapper .card-box .link-wrap .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 0.6rem;
}
.cid-tSRW2m2jI0 .card-wrapper .card-box .link-wrap .link a:before {
  position: absolute;
  transition: all 0.3s;
  right: 0px;
  top: 55%;
  opacity: 0;
  transform: translateY(-50%);
  content: "\e909";
  font-family: "Moririse2" !important;
  color: currentColor;
  font-size: 0.6rem;
}
.cid-tSRW2m2jI0 .card-wrapper .card-box .link-wrap .link a:hover:before {
  opacity: 1;
  transform: translateX(8px) translateY(-50%);
}
.cid-tSRW2m2jI0 .mbr-section-btn {
  text-align: center;
}
.cid-tSRW2m2jI0 .mbr-section-btn .btn {
  padding: 18px 26px;
}
.cid-tSRW2m2jI0 .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.5px;
}
.cid-tSRW2m2jI0 .mbr-section-btn .btn-secondary:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
@media (max-width: 992px) {
  .cid-tSRW2m2jI0 img {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .cid-tSRW2m2jI0 .card-box .card-title,
  .cid-tSRW2m2jI0 .card-box .mbr-text {
    text-align: left;
  }
}
.cid-tSRW2n99sF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tSRW2n99sF .mbr-fallback-image.disabled {
  display: none;
}
.cid-tSRW2n99sF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tSRW2n99sF .row {
  justify-content: flex-start;
}
.cid-tSRW2n99sF .mbr-text {
  margin-top: 36px;
}
@media (max-width: 991px) {
  .cid-tSRW2n99sF .mbr-text {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .cid-tSRW2n99sF .mbr-text {
    margin-top: 20px;
  }
}
.cid-tSRW2n99sF .mbr-section-btn {
  margin-top: 50px;
}
@media (max-width: 991px) {
  .cid-tSRW2n99sF .mbr-section-btn {
    margin-top: 46px;
  }
}
.cid-tSRW2n99sF .mbr-section-btn .btn-white {
  color: #45494E !important;
  border: 1px solid #45494E !important;
  background-color: transparent !important;
}
.cid-tSRW2n99sF .mbr-section-btn .btn-white:hover {
  color: #FFFFFF !important;
  border: 1px solid #45494E !important;
  background-color: #45494E !important;
}
.cid-tSRW2nXoe1 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tSRW2nXoe1 .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-tSRW2nXoe1 .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tSRW2nXoe1 .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tSRW2nXoe1 .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tSRW2nXoe1 .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-tSRW2nXoe1 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tSRW2nXoe1 .mbr-section-subtitle {
  margin-bottom: 21px;
}
.cid-tSRW2nXoe1 li {
  line-height: 2;
}
.cid-tSRW2oOBP4 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tSRW2oOBP4 .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-tSRW2oOBP4 .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tSRW2oOBP4 .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tSRW2oOBP4 .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tSRW2oOBP4 .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-tSRW2oOBP4 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tSRW2oOBP4 .mbr-section-subtitle {
  margin-bottom: 21px;
}
.cid-tSRW2oOBP4 li {
  line-height: 2;
}
.cid-tSRW2pH9kh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tSRW2pH9kh .card {
  background: transparent;
  padding: 16px;
}
.cid-tSRW2pH9kh img,
.cid-tSRW2pH9kh .item-img {
  width: 100%;
  height: 100%;
  height: 230px;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tSRW2pH9kh img,
  .cid-tSRW2pH9kh .item-img {
    max-height: 250px;
  }
}
.cid-tSRW2pH9kh .card-body {
  border: 1px solid #EEEEEE;
  padding: 0;
}
.cid-tSRW2pH9kh .card-body p:after {
  content: "";
  width: 30%;
  height: 2px;
  display: block;
  margin: 0.5rem auto auto;
  background-color: #f68e2a;
}
.cid-tSRW2pH9kh .mbr-fallback-image.disabled {
  display: none;
}
.cid-tSRW2pH9kh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tSRY3hCprN {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("https://cdn.centrestack.com/fb/business-team-discuss-desktop-1200x630.jpg");
}
@media (max-width: 768px) {
  .cid-tSRY3hCprN {
    padding-top: 5rem;
  }
}
.cid-tSRY3hCprN .mbr-overlay {
  background: #000000;
  opacity: 0.7;
}
.cid-tSRY3i8B5H {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tSRY3i8B5H img {
  width: 120px;
  padding: 5px;
  margin: auto;
}
.cid-tSRY3i8B5H .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
}
@media (min-width: 992px) {
  .cid-tSRY3i8B5H .card {
    max-width: 12.5%;
  }
}
.cid-tSRY3i8B5H .row {
  justify-content: space-between;
}
@media (min-width: 575px) and (max-width: 990px) {
  .cid-tSRY3i8B5H .row {
    justify-content: center;
  }
}
.cid-tSRY3iSlic {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tSRY3iSlic .card {
  padding: 3rem;
  background: transparent;
  border-radius: 0;
  display: flex;
  flex-direction: column;
  border: 1px solid #B2B2B2;
}
.cid-tSRY3iSlic .mbr-iconfont {
  font-size: 50px;
  color: #f68e2a;
}
.cid-tSRY3iSlic .iconfont-wrapper {
  padding-bottom: 10px;
  text-align: right;
}
.cid-tSRY3iSlic img {
  height: 100px;
  width: auto;
}
.cid-tSRY3iSlic .user_image {
  margin-left: 6px;
}
.cid-tSRY3iSlic .title {
  text-align: left;
  margin-bottom: 0;
}
.cid-tSRY3iSlic .mbr-section-subtitle {
  text-align: left;
  padding-bottom: 5px;
  margin-bottom: 0;
}
.cid-tSRY3iSlic .row {
  align-items: center;
}
.cid-tSRY3iSlic .top {
  margin-top: 40px;
}
.cid-tSRY3iSlic .small {
  padding-left: 15px;
}
.cid-tSRY3iSlic .no-padding {
  padding: 0 7px;
}
@media (max-width: 690px) {
  .cid-tSRY3iSlic .iconfont-wrapper {
    margin-top: 30px;
  }
  .cid-tSRY3iSlic .card {
    padding: 1rem;
  }
  .cid-tSRY3iSlic .quote-mark {
    display: none;
  }
  .cid-tSRY3iSlic .mbr-section-subtitle {
    margin-bottom: 10px;
  }
}
.cid-tSRY3jt0Oe {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tSRY3jt0Oe .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-tSRY3jt0Oe .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tSRY3jt0Oe .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tSRY3jt0Oe .content-wrapper {
    padding: 2rem;
  }
}
.cid-tSRY3jt0Oe .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tSRY3jt0Oe .mbr-section-subtitle {
  margin-bottom: 21px;
}
.cid-tSRY3k6XeU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e3f2fd;
}
.cid-tSRY3k6XeU .mbr-fallback-image.disabled {
  display: none;
}
.cid-tSRY3k6XeU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tSRY3k6XeU .row {
  justify-content: flex-start;
}
.cid-tSRY3k6XeU .mbr-text {
  margin-top: 36px;
}
@media (max-width: 991px) {
  .cid-tSRY3k6XeU .mbr-text {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .cid-tSRY3k6XeU .mbr-text {
    margin-top: 20px;
  }
}
.cid-tSRY3k6XeU .mbr-section-btn {
  margin-top: 50px;
}
@media (max-width: 991px) {
  .cid-tSRY3k6XeU .mbr-section-btn {
    margin-top: 46px;
  }
}
.cid-tSRY3k6XeU .mbr-section-btn .btn-white {
  color: #45494E !important;
  border: 1px solid #45494E !important;
  background-color: transparent !important;
}
.cid-tSRY3k6XeU .mbr-section-btn .btn-white:hover {
  color: #FFFFFF !important;
  border: 1px solid #45494E !important;
  background-color: #45494E !important;
}
.cid-tSRY3oo6yM {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tSRY3oo6yM .badge {
  display: inline-block;
  color: #f68e2a;
}
.cid-tSRY3oo6yM .card-wrapper {
  background-position: center;
  border-radius: 4px;
  padding: 0;
  transition: all 0.3s;
  background-size: cover;
  display: flex !important;
  flex-direction: row !important;
  justify-content: center !important;
  align-items: flex-start;
}
.cid-tSRY3oo6yM .card-wrapper .mbr-iconfont {
  font-size: 50px;
  color: #f68e2a;
  margin-right: 25px;
}
@media (max-width: 768px) {
  .cid-tSRY3oo6yM .card-wrapper .mbr-iconfont {
    font-size: 30px;
  }
}
.cid-tSRY3oo6yM .card-wrapper .card-box {
  height: 100%;
}
.cid-tSRY3oo6yM .card-wrapper .card-box .link-wrap {
  width: 100%;
}
.cid-tSRY3oo6yM .card-wrapper .card-box .link-wrap .link {
  display: inline-block;
}
.cid-tSRY3oo6yM .card-wrapper .card-box .link-wrap .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 0.6rem;
}
.cid-tSRY3oo6yM .card-wrapper .card-box .link-wrap .link a:before {
  position: absolute;
  transition: all 0.3s;
  right: 0px;
  top: 55%;
  opacity: 0;
  transform: translateY(-50%);
  content: "\e909";
  font-family: "Moririse2" !important;
  color: currentColor;
  font-size: 0.6rem;
}
.cid-tSRY3oo6yM .card-wrapper .card-box .link-wrap .link a:hover:before {
  opacity: 1;
  transform: translateX(8px) translateY(-50%);
}
.cid-tSRY3oo6yM .mbr-section-btn {
  text-align: center;
}
.cid-tSRY3oo6yM .mbr-section-btn .btn {
  padding: 18px 26px;
}
.cid-tSRY3oo6yM .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.5px;
}
.cid-tSRY3oo6yM .mbr-section-btn .btn-secondary:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
@media (max-width: 992px) {
  .cid-tSRY3oo6yM img {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .cid-tSRY3oo6yM .card-box .card-title,
  .cid-tSRY3oo6yM .card-box .mbr-text {
    text-align: left;
  }
}
.cid-tSRY3pumWW {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tSRY3pumWW .row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-tSRY3pumWW .badge {
  display: inline-block;
  color: #f68e2a;
}
.cid-tSRY3pumWW .card-wrapper {
  background-position: center;
  border-radius: 4px;
  padding: 0;
  transition: all 0.3s;
  background-size: cover;
  display: flex !important;
  flex-direction: row !important;
  justify-content: center !important;
  align-items: flex-start;
}
.cid-tSRY3pumWW .card-wrapper .mbr-iconfont {
  font-size: 50px;
  color: #f68e2a;
  margin-right: 25px;
}
@media (max-width: 768px) {
  .cid-tSRY3pumWW .card-wrapper .mbr-iconfont {
    font-size: 30px;
  }
}
.cid-tSRY3pumWW .card-wrapper .card-box {
  height: 100%;
}
.cid-tSRY3pumWW .card-wrapper .card-box .link-wrap {
  width: 100%;
}
.cid-tSRY3pumWW .card-wrapper .card-box .link-wrap .link {
  display: inline-block;
}
.cid-tSRY3pumWW .card-wrapper .card-box .link-wrap .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 0.6rem;
}
.cid-tSRY3pumWW .card-wrapper .card-box .link-wrap .link a:before {
  position: absolute;
  transition: all 0.3s;
  right: 0px;
  top: 55%;
  opacity: 0;
  transform: translateY(-50%);
  content: "\e909";
  font-family: "Moririse2" !important;
  color: currentColor;
  font-size: 0.6rem;
}
.cid-tSRY3pumWW .card-wrapper .card-box .link-wrap .link a:hover:before {
  opacity: 1;
  transform: translateX(8px) translateY(-50%);
}
.cid-tSRY3pumWW .mbr-section-btn {
  text-align: center;
}
.cid-tSRY3pumWW .mbr-section-btn .btn {
  padding: 18px 26px;
}
.cid-tSRY3pumWW .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.5px;
}
.cid-tSRY3pumWW .mbr-section-btn .btn-secondary:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
@media (max-width: 992px) {
  .cid-tSRY3pumWW img {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .cid-tSRY3pumWW .card-box .card-title,
  .cid-tSRY3pumWW .card-box .mbr-text {
    text-align: left;
  }
}
.cid-tSS0E60nqe {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tSS0E60nqe .row {
  padding: 0 1rem;
}
@media (max-width: 991px) {
  .cid-tSS0E60nqe .row {
    padding: 0 0.75rem;
  }
}
.cid-tSS0E60nqe .text-container {
  margin-bottom: 20px;
  padding: 0 !important;
}
.cid-tSS0E60nqe .mbr-section-title {
  margin: 0 auto;
  padding-bottom: 20px;
}
.cid-tSS0E60nqe .cards-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
}
.cid-tSS0E60nqe .card {
  padding: 15px;
}
@media (max-width: 767px) {
  .cid-tSS0E60nqe .card {
    padding: 0;
  }
}
.cid-tSS0E60nqe .card-wrapper {
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 30px;
  border: 1px solid #EEEEEE;
  border-radius: 5px;
  background-color: #f2f6f8;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s, -webkit-border-radius 0.3s, -webkit-box-shadow 0.3s;
}
@media (max-width: 767px) {
  .cid-tSS0E60nqe .card-wrapper {
    margin-bottom: 30px;
    max-width: 522px;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-tSS0E60nqe .card-wrapper:hover {
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.07);
}
.cid-tSS0E60nqe .mbr-iconfont {
  font-size: 55px;
  color: #f68e2a;
}
.cid-tSS0E60nqe .icon-box {
  width: 100%;
  margin-bottom: 20px;
}
.cid-tSS0E60nqe .card-title {
  padding-bottom: 10px;
}
.cid-tSS22syW1l {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("https://cdn.centrestack.com/mobi5/web/gladinet/images/fb/amazon-s3-file-server-migration-1200x630-tiny.jpg");
}
@media (max-width: 768px) {
  .cid-tSS22syW1l {
    padding-top: 5rem;
  }
}
.cid-tSS22syW1l .mbr-overlay {
  background: #000000;
  opacity: 0.7;
}
.cid-tSS22tcxIi {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tSS22tcxIi img {
  width: 120px;
  padding: 5px;
  margin: auto;
}
.cid-tSS22tcxIi .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
}
@media (min-width: 992px) {
  .cid-tSS22tcxIi .card {
    max-width: 12.5%;
  }
}
.cid-tSS22tcxIi .row {
  justify-content: space-between;
}
@media (min-width: 575px) and (max-width: 990px) {
  .cid-tSS22tcxIi .row {
    justify-content: center;
  }
}
.cid-tSS22u5mBj {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tSS22u5mBj .card {
  padding: 3rem;
  background: transparent;
  border-radius: 0;
  display: flex;
  flex-direction: column;
  border: 1px solid #B2B2B2;
}
.cid-tSS22u5mBj .mbr-iconfont {
  font-size: 50px;
  color: #f68e2a;
}
.cid-tSS22u5mBj .iconfont-wrapper {
  padding-bottom: 10px;
  text-align: right;
}
.cid-tSS22u5mBj img {
  height: 100px;
  width: auto;
}
.cid-tSS22u5mBj .user_image {
  margin-left: 6px;
}
.cid-tSS22u5mBj .title {
  text-align: left;
  margin-bottom: 0;
}
.cid-tSS22u5mBj .mbr-section-subtitle {
  text-align: left;
  padding-bottom: 5px;
  margin-bottom: 0;
}
.cid-tSS22u5mBj .row {
  align-items: center;
}
.cid-tSS22u5mBj .top {
  margin-top: 40px;
}
.cid-tSS22u5mBj .small {
  padding-left: 15px;
}
.cid-tSS22u5mBj .no-padding {
  padding: 0 7px;
}
@media (max-width: 690px) {
  .cid-tSS22u5mBj .iconfont-wrapper {
    margin-top: 30px;
  }
  .cid-tSS22u5mBj .card {
    padding: 1rem;
  }
  .cid-tSS22u5mBj .quote-mark {
    display: none;
  }
  .cid-tSS22u5mBj .mbr-section-subtitle {
    margin-bottom: 10px;
  }
}
.cid-tSS22uMJG4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e3f2fd;
}
.cid-tSS22uMJG4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tSS22uMJG4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tSS22uMJG4 .row {
  justify-content: flex-start;
}
.cid-tSS22uMJG4 .mbr-text {
  margin-top: 36px;
}
@media (max-width: 991px) {
  .cid-tSS22uMJG4 .mbr-text {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .cid-tSS22uMJG4 .mbr-text {
    margin-top: 20px;
  }
}
.cid-tSS22uMJG4 .mbr-section-btn {
  margin-top: 50px;
}
@media (max-width: 991px) {
  .cid-tSS22uMJG4 .mbr-section-btn {
    margin-top: 46px;
  }
}
.cid-tSS22uMJG4 .mbr-section-btn .btn-white {
  color: #45494E !important;
  border: 1px solid #45494E !important;
  background-color: transparent !important;
}
.cid-tSS22uMJG4 .mbr-section-btn .btn-white:hover {
  color: #FFFFFF !important;
  border: 1px solid #45494E !important;
  background-color: #45494E !important;
}
.cid-tSS22wxW1v {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tSS22wxW1v .mbr-fallback-image.disabled {
  display: none;
}
.cid-tSS22wxW1v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tSS22wxW1v .row {
  justify-content: flex-start;
}
.cid-tSS22wxW1v .mbr-text {
  margin-top: 36px;
}
@media (max-width: 991px) {
  .cid-tSS22wxW1v .mbr-text {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .cid-tSS22wxW1v .mbr-text {
    margin-top: 20px;
  }
}
.cid-tSS22wxW1v .mbr-section-btn {
  margin-top: 50px;
}
@media (max-width: 991px) {
  .cid-tSS22wxW1v .mbr-section-btn {
    margin-top: 46px;
  }
}
.cid-tSS22wxW1v .mbr-section-btn .btn-white {
  color: #45494E !important;
  border: 1px solid #45494E !important;
  background-color: transparent !important;
}
.cid-tSS22wxW1v .mbr-section-btn .btn-white:hover {
  color: #FFFFFF !important;
  border: 1px solid #45494E !important;
  background-color: #45494E !important;
}
.cid-tSS22xaQbQ {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tSS22xaQbQ .row {
  padding: 0 1rem;
}
@media (max-width: 991px) {
  .cid-tSS22xaQbQ .row {
    padding: 0 0.75rem;
  }
}
.cid-tSS22xaQbQ .text-container {
  margin-bottom: 20px;
  padding: 0 !important;
}
.cid-tSS22xaQbQ .mbr-section-title {
  margin: 0 auto;
  padding-bottom: 20px;
}
.cid-tSS22xaQbQ .cards-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
}
.cid-tSS22xaQbQ .card {
  padding: 15px;
}
@media (max-width: 767px) {
  .cid-tSS22xaQbQ .card {
    padding: 0;
  }
}
.cid-tSS22xaQbQ .card-wrapper {
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 30px;
  border: 1px solid #EEEEEE;
  border-radius: 5px;
  background-color: #f2f6f8;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s, -webkit-border-radius 0.3s, -webkit-box-shadow 0.3s;
}
@media (max-width: 767px) {
  .cid-tSS22xaQbQ .card-wrapper {
    margin-bottom: 30px;
    max-width: 522px;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-tSS22xaQbQ .card-wrapper:hover {
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.07);
}
.cid-tSS22xaQbQ .mbr-iconfont {
  font-size: 55px;
  color: #f68e2a;
}
.cid-tSS22xaQbQ .icon-box {
  width: 100%;
  margin-bottom: 20px;
}
.cid-tSS22xaQbQ .card-title {
  padding-bottom: 10px;
}
.cid-tSS22yfr1N {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tSS22yfr1N .container-fluid {
  max-width: 1200px;
  padding: 0 1.5rem;
}
.cid-tSS22yfr1N .title {
  margin-bottom: 4.5rem;
}
.cid-tSS22yfr1N .mbr-section-subtitle {
  margin-top: 2rem;
}
.cid-tSS22yfr1N .wrapper-row {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.cid-tSS22yfr1N .column-1 {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.cid-tSS22yfr1N .card {
  display: flex;
  flex-direction: row;
  margin-bottom: 1rem;
}
.cid-tSS22yfr1N .card:hover .card-title {
  color: #1565c0;
}
.cid-tSS22yfr1N .card .mbr-iconfont {
  font-size: 50px;
  color: #f68e2a;
  display: block;
}
.cid-tSS22yfr1N .card-title {
  min-width: 135px;
}
.cid-tSS22yfr1N .circle-img {
  width: 80%;
  margin: auto;
}
.cid-tSS22yfr1N .imageContainer {
  width: 100%;
}
@media (min-width: 767px) {
  .cid-tSS22yfr1N .card-box1 {
    text-align: right;
    margin-right: 2rem;
  }
  .cid-tSS22yfr1N .card-box2 {
    margin-left: 2rem;
    text-align: left;
  }
  .cid-tSS22yfr1N .card-left {
    margin-right: -3rem;
  }
  .cid-tSS22yfr1N .card-right {
    margin-left: -3rem;
  }
}
.cid-tSS22yfr1N .last-text {
  margin-bottom: 0rem;
}
@media (max-width: 767px) {
  .cid-tSS22yfr1N {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .cid-tSS22yfr1N .container-fluid {
    padding: 0 1rem;
  }
  .cid-tSS22yfr1N .wrapper-row {
    flex-direction: column;
  }
  .cid-tSS22yfr1N .card-box1 {
    order: 2;
  }
  .cid-tSS22yfr1N .imageContainer {
    margin-top: 0.5rem;
    margin-bottom: 2rem;
  }
  .cid-tSS22yfr1N .card {
    flex-direction: column;
    text-align: center;
  }
  .cid-tSS22yfr1N .card-title {
    margin-top: 2rem;
  }
}
.cid-tSS22z6YZf {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tSS22z6YZf .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-tSS22z6YZf .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tSS22z6YZf .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tSS22z6YZf .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tSS22z6YZf .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-tSS22z6YZf .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tSS22z6YZf .mbr-section-subtitle {
  margin-bottom: 21px;
}
.cid-tSS22z6YZf li {
  line-height: 2;
}
.cid-tSS22zR0Yx {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tSS22zR0Yx .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-tSS22zR0Yx .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tSS22zR0Yx .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tSS22zR0Yx .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tSS22zR0Yx .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-tSS22zR0Yx .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tSS22zR0Yx .mbr-section-subtitle {
  margin-bottom: 21px;
}
.cid-tSS22zR0Yx li {
  line-height: 2;
}
.cid-tSS22AFipb {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tSS22AFipb .row {
  padding: 0 1rem;
}
@media (max-width: 991px) {
  .cid-tSS22AFipb .row {
    padding: 0 0.75rem;
  }
}
.cid-tSS22AFipb .text-container {
  margin-bottom: 60px;
  padding: 0 !important;
}
.cid-tSS22AFipb .cards-container {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
.cid-tSS22AFipb .card {
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-tSS22AFipb .card {
    padding: 0;
  }
}
.cid-tSS22AFipb .card-wrapper {
  display: flex;
  background: white;
  padding: 1rem 1rem 1rem 1rem;
  border-radius: 0.5rem;
  box-shadow: 7px 7px 30px -5px rgba(0, 0, 0, 0.1);
  margin-bottom: 2rem;
}
.cid-tSS22AFipb .card-wrapper:hover {
  background: linear-gradient(135deg, #ffffff 0%, #fede9a 100%);
}
.cid-tSS22AFipb .mbr-iconfont {
  font-size: 3rem;
  color: #f68e2a;
}
.cid-tSS22AFipb .icon-box {
  display: inline-block;
  margin: 1rem;
  padding-right: 1rem;
}
@media (max-width: 991px) {
  .cid-tSS22AFipb .icon-box {
    margin-right: 0;
  }
}
.cid-tSS22AFipb .mbr-fallback-image.disabled {
  display: none;
}
.cid-tSS22AFipb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tSS30iv2GD {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("https://cdn.centrestack.com/mobi5/web/gladinet/images/fb/amazon-s3-1200x630-tiny.jpg");
}
@media (max-width: 768px) {
  .cid-tSS30iv2GD {
    padding-top: 5rem;
  }
}
.cid-tSS30iv2GD .mbr-overlay {
  background: #000000;
  opacity: 0.7;
}
.cid-tSS30iZMHf {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tSS30iZMHf img {
  width: 120px;
  padding: 5px;
  margin: auto;
}
.cid-tSS30iZMHf .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
}
@media (min-width: 992px) {
  .cid-tSS30iZMHf .card {
    max-width: 12.5%;
  }
}
.cid-tSS30iZMHf .row {
  justify-content: space-between;
}
@media (min-width: 575px) and (max-width: 990px) {
  .cid-tSS30iZMHf .row {
    justify-content: center;
  }
}
.cid-tSS30jDh2E {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tSS30jDh2E .card {
  padding: 3rem;
  background: transparent;
  border-radius: 0;
  display: flex;
  flex-direction: column;
  border: 1px solid #B2B2B2;
}
.cid-tSS30jDh2E .mbr-iconfont {
  font-size: 50px;
  color: #f68e2a;
}
.cid-tSS30jDh2E .iconfont-wrapper {
  padding-bottom: 10px;
  text-align: right;
}
.cid-tSS30jDh2E img {
  height: 100px;
  width: auto;
}
.cid-tSS30jDh2E .user_image {
  margin-left: 6px;
}
.cid-tSS30jDh2E .title {
  text-align: left;
  margin-bottom: 0;
}
.cid-tSS30jDh2E .mbr-section-subtitle {
  text-align: left;
  padding-bottom: 5px;
  margin-bottom: 0;
}
.cid-tSS30jDh2E .row {
  align-items: center;
}
.cid-tSS30jDh2E .top {
  margin-top: 40px;
}
.cid-tSS30jDh2E .small {
  padding-left: 15px;
}
.cid-tSS30jDh2E .no-padding {
  padding: 0 7px;
}
@media (max-width: 690px) {
  .cid-tSS30jDh2E .iconfont-wrapper {
    margin-top: 30px;
  }
  .cid-tSS30jDh2E .card {
    padding: 1rem;
  }
  .cid-tSS30jDh2E .quote-mark {
    display: none;
  }
  .cid-tSS30jDh2E .mbr-section-subtitle {
    margin-bottom: 10px;
  }
}
.cid-tSS30kdQks {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e3f2fd;
}
.cid-tSS30kdQks .mbr-fallback-image.disabled {
  display: none;
}
.cid-tSS30kdQks .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tSS30kdQks .row {
  justify-content: flex-start;
}
.cid-tSS30kdQks .mbr-text {
  margin-top: 36px;
}
@media (max-width: 991px) {
  .cid-tSS30kdQks .mbr-text {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .cid-tSS30kdQks .mbr-text {
    margin-top: 20px;
  }
}
.cid-tSS30kdQks .mbr-section-btn {
  margin-top: 50px;
}
@media (max-width: 991px) {
  .cid-tSS30kdQks .mbr-section-btn {
    margin-top: 46px;
  }
}
.cid-tSS30kdQks .mbr-section-btn .btn-white {
  color: #45494E !important;
  border: 1px solid #45494E !important;
  background-color: transparent !important;
}
.cid-tSS30kdQks .mbr-section-btn .btn-white:hover {
  color: #FFFFFF !important;
  border: 1px solid #45494E !important;
  background-color: #45494E !important;
}
.cid-tSS30kLqjI {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tSS30kLqjI .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #f68e2a;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 26px;
}
.cid-tSS30kLqjI .card-wrapper {
  background-position: center;
  border-radius: 4px;
  padding: 0;
  transition: all 0.3s;
  background-size: cover;
  display: flex !important;
  flex-direction: row !important;
  justify-content: center !important;
  align-items: flex-start;
}
.cid-tSS30kLqjI .card-wrapper .mbr-iconfont {
  font-size: 30px;
  color: #f68e2a;
  margin-right: 25px;
}
@media (max-width: 768px) {
  .cid-tSS30kLqjI .card-wrapper .mbr-iconfont {
    font-size: 30px;
  }
}
.cid-tSS30kLqjI .card-wrapper .card-box {
  height: 100%;
}
.cid-tSS30kLqjI .card-wrapper .card-box .link-wrap {
  width: 100%;
}
.cid-tSS30kLqjI .card-wrapper .card-box .link-wrap .link {
  display: inline-block;
}
.cid-tSS30kLqjI .card-wrapper .card-box .link-wrap .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 0.6rem;
}
.cid-tSS30kLqjI .card-wrapper .card-box .link-wrap .link a:before {
  position: absolute;
  transition: all 0.3s;
  right: 0px;
  top: 55%;
  opacity: 0;
  transform: translateY(-50%);
  content: "\e909";
  font-family: "Moririse2" !important;
  color: currentColor;
  font-size: 0.6rem;
}
.cid-tSS30kLqjI .card-wrapper .card-box .link-wrap .link a:hover:before {
  opacity: 1;
  transform: translateX(8px) translateY(-50%);
}
.cid-tSS30kLqjI .mbr-section-btn {
  text-align: center;
}
.cid-tSS30kLqjI .mbr-section-btn .btn {
  padding: 18px 26px;
}
.cid-tSS30kLqjI .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.5px;
}
.cid-tSS30kLqjI .mbr-section-btn .btn-secondary:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
@media (max-width: 992px) {
  .cid-tSS30kLqjI img {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .cid-tSS30kLqjI .card-box .card-title,
  .cid-tSS30kLqjI .card-box .mbr-text {
    text-align: left;
  }
}
.cid-tSS30lBXXm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e3f2fd;
}
.cid-tSS30lBXXm .mbr-fallback-image.disabled {
  display: none;
}
.cid-tSS30lBXXm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tSS30lBXXm .row {
  justify-content: flex-start;
}
.cid-tSS30lBXXm .mbr-text {
  margin-top: 36px;
}
@media (max-width: 991px) {
  .cid-tSS30lBXXm .mbr-text {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .cid-tSS30lBXXm .mbr-text {
    margin-top: 20px;
  }
}
.cid-tSS30lBXXm .mbr-section-btn {
  margin-top: 50px;
}
@media (max-width: 991px) {
  .cid-tSS30lBXXm .mbr-section-btn {
    margin-top: 46px;
  }
}
.cid-tSS30lBXXm .mbr-section-btn .btn-white {
  color: #45494E !important;
  border: 1px solid #45494E !important;
  background-color: transparent !important;
}
.cid-tSS30lBXXm .mbr-section-btn .btn-white:hover {
  color: #FFFFFF !important;
  border: 1px solid #45494E !important;
  background-color: #45494E !important;
}
.cid-tSS30mdyGd {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tSS30mdyGd .row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-tSS30mdyGd .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #f68e2a;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 26px;
}
.cid-tSS30mdyGd .card-wrapper {
  background-position: center;
  border-radius: 4px;
  padding: 0;
  transition: all 0.3s;
  background-size: cover;
  display: flex !important;
  flex-direction: row !important;
  justify-content: center !important;
  align-items: flex-start;
}
.cid-tSS30mdyGd .card-wrapper .mbr-iconfont {
  font-size: 30px;
  color: #f68e2a;
  margin-right: 25px;
}
@media (max-width: 768px) {
  .cid-tSS30mdyGd .card-wrapper .mbr-iconfont {
    font-size: 30px;
  }
}
.cid-tSS30mdyGd .card-wrapper .card-box {
  height: 100%;
}
.cid-tSS30mdyGd .card-wrapper .card-box .link-wrap {
  width: 100%;
}
.cid-tSS30mdyGd .card-wrapper .card-box .link-wrap .link {
  display: inline-block;
}
.cid-tSS30mdyGd .card-wrapper .card-box .link-wrap .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 0.6rem;
}
.cid-tSS30mdyGd .card-wrapper .card-box .link-wrap .link a:before {
  position: absolute;
  transition: all 0.3s;
  right: 0px;
  top: 55%;
  opacity: 0;
  transform: translateY(-50%);
  content: "\e909";
  font-family: "Moririse2" !important;
  color: currentColor;
  font-size: 0.6rem;
}
.cid-tSS30mdyGd .card-wrapper .card-box .link-wrap .link a:hover:before {
  opacity: 1;
  transform: translateX(8px) translateY(-50%);
}
.cid-tSS30mdyGd .mbr-section-btn {
  text-align: center;
}
.cid-tSS30mdyGd .mbr-section-btn .btn {
  padding: 18px 26px;
}
.cid-tSS30mdyGd .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.5px;
}
.cid-tSS30mdyGd .mbr-section-btn .btn-secondary:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
@media (max-width: 992px) {
  .cid-tSS30mdyGd img {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .cid-tSS30mdyGd .card-box .card-title,
  .cid-tSS30mdyGd .card-box .mbr-text {
    text-align: left;
  }
}
.cid-tSS30n9STy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e3f2fd;
}
.cid-tSS30n9STy .mbr-fallback-image.disabled {
  display: none;
}
.cid-tSS30n9STy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tSS30n9STy .row {
  justify-content: flex-start;
}
.cid-tSS30n9STy .mbr-text {
  margin-top: 36px;
}
@media (max-width: 991px) {
  .cid-tSS30n9STy .mbr-text {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .cid-tSS30n9STy .mbr-text {
    margin-top: 20px;
  }
}
.cid-tSS30n9STy .mbr-section-btn {
  margin-top: 50px;
}
@media (max-width: 991px) {
  .cid-tSS30n9STy .mbr-section-btn {
    margin-top: 46px;
  }
}
.cid-tSS30n9STy .mbr-section-btn .btn-white {
  color: #45494E !important;
  border: 1px solid #45494E !important;
  background-color: transparent !important;
}
.cid-tSS30n9STy .mbr-section-btn .btn-white:hover {
  color: #FFFFFF !important;
  border: 1px solid #45494E !important;
  background-color: #45494E !important;
}
.cid-tSS30nOLNT {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tSS30nOLNT .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #f68e2a;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 26px;
}
.cid-tSS30nOLNT .card-wrapper {
  background-position: center;
  border-radius: 4px;
  padding: 0;
  transition: all 0.3s;
  background-size: cover;
  display: flex !important;
  flex-direction: row !important;
  justify-content: center !important;
  align-items: flex-start;
}
.cid-tSS30nOLNT .card-wrapper .mbr-iconfont {
  font-size: 30px;
  color: #f68e2a;
  margin-right: 25px;
}
@media (max-width: 768px) {
  .cid-tSS30nOLNT .card-wrapper .mbr-iconfont {
    font-size: 30px;
  }
}
.cid-tSS30nOLNT .card-wrapper .card-box {
  height: 100%;
}
.cid-tSS30nOLNT .card-wrapper .card-box .link-wrap {
  width: 100%;
}
.cid-tSS30nOLNT .card-wrapper .card-box .link-wrap .link {
  display: inline-block;
}
.cid-tSS30nOLNT .card-wrapper .card-box .link-wrap .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 0.6rem;
}
.cid-tSS30nOLNT .card-wrapper .card-box .link-wrap .link a:before {
  position: absolute;
  transition: all 0.3s;
  right: 0px;
  top: 55%;
  opacity: 0;
  transform: translateY(-50%);
  content: "\e909";
  font-family: "Moririse2" !important;
  color: currentColor;
  font-size: 0.6rem;
}
.cid-tSS30nOLNT .card-wrapper .card-box .link-wrap .link a:hover:before {
  opacity: 1;
  transform: translateX(8px) translateY(-50%);
}
.cid-tSS30nOLNT .mbr-section-btn {
  text-align: center;
}
.cid-tSS30nOLNT .mbr-section-btn .btn {
  padding: 18px 26px;
}
.cid-tSS30nOLNT .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.5px;
}
.cid-tSS30nOLNT .mbr-section-btn .btn-secondary:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
@media (max-width: 992px) {
  .cid-tSS30nOLNT img {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .cid-tSS30nOLNT .card-box .card-title,
  .cid-tSS30nOLNT .card-box .mbr-text {
    text-align: left;
  }
}
.cid-tTJ1sdaadi {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f2ffff;
}
.cid-tTJ1sdaadi .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTJ1sdaadi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTJ1sdaadi .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-tTJ1sdaadi .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tTJ1sdaadi .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-tTJ1sdaadi .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-tTJ1sdaadi .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tTJ1sdaadi .line {
  width: 150px;
  margin-bottom: 0.5rem 0;
  height: 1px;
  display: inline-block;
  background: #1565c0;
}
.cid-tTJ6qed9BI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tTJ6qed9BI .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTJ6qed9BI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTJ6qed9BI .row {
  justify-content: flex-start;
}
.cid-tTJ6qed9BI .mbr-text {
  margin-top: 36px;
}
@media (max-width: 991px) {
  .cid-tTJ6qed9BI .mbr-text {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .cid-tTJ6qed9BI .mbr-text {
    margin-top: 20px;
  }
}
.cid-tTJ6qed9BI .mbr-section-btn {
  margin-top: 50px;
}
@media (max-width: 991px) {
  .cid-tTJ6qed9BI .mbr-section-btn {
    margin-top: 46px;
  }
}
.cid-tTJ6qed9BI .mbr-section-btn .btn-white {
  color: #45494E !important;
  border: 1px solid #45494E !important;
  background-color: transparent !important;
}
.cid-tTJ6qed9BI .mbr-section-btn .btn-white:hover {
  color: #FFFFFF !important;
  border: 1px solid #45494E !important;
  background-color: #45494E !important;
}
.cid-tTJ6sKqS3R {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tTJ6sKqS3R .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-tTJ6sKqS3R .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tTJ6sKqS3R .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tTJ6sKqS3R .content-wrapper {
    padding: 2rem;
  }
}
.cid-tTJ6sKqS3R .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tTJ6sKqS3R .mbr-section-subtitle {
  margin-bottom: 21px;
}
.cid-tTJ6w1BFzG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("https://cdn.centrestack.com/amp/background13-1920x1163-tiny-1-1920x1163.jpg");
}
.cid-tTJ6w1BFzG .mbr-overlay {
  background: #ffffff;
  opacity: 0.9;
}
.cid-tTJ6w1BFzG .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTJ6w1BFzG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTJ6w1BFzG .row {
  justify-content: flex-start;
}
.cid-tTJ6w1BFzG .mbr-text {
  margin-top: 36px;
}
@media (max-width: 991px) {
  .cid-tTJ6w1BFzG .mbr-text {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .cid-tTJ6w1BFzG .mbr-text {
    margin-top: 20px;
  }
}
.cid-tTJ6w1BFzG .mbr-section-btn {
  margin-top: 50px;
}
@media (max-width: 991px) {
  .cid-tTJ6w1BFzG .mbr-section-btn {
    margin-top: 46px;
  }
}
.cid-tTJ6w1BFzG .mbr-section-btn .btn-white {
  color: #45494E !important;
  border: 1px solid #45494E !important;
  background-color: transparent !important;
}
.cid-tTJ6w1BFzG .mbr-section-btn .btn-white:hover {
  color: #FFFFFF !important;
  border: 1px solid #45494E !important;
  background-color: #45494E !important;
}
.cid-tTJ6zXmRYL {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tTJ6zXmRYL .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-tTJ6zXmRYL .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tTJ6zXmRYL .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tTJ6zXmRYL .content-wrapper {
    padding: 2rem;
  }
}
.cid-tTJ6zXmRYL .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tTJ6zXmRYL .mbr-section-subtitle {
  margin-bottom: 21px;
}
.cid-tTJ6BiMybe {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tTJ6BiMybe .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-tTJ6BiMybe .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tTJ6BiMybe .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tTJ6BiMybe .content-wrapper {
    padding: 2rem;
  }
}
.cid-tTJ6BiMybe .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tTJ6BiMybe .mbr-section-subtitle {
  margin-bottom: 21px;
}
.cid-tTJ6CPrODt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tTJ6CPrODt .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTJ6CPrODt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTJ6CPrODt .row {
  justify-content: flex-start;
}
.cid-tTJ6CPrODt .mbr-text {
  margin-top: 36px;
}
@media (max-width: 991px) {
  .cid-tTJ6CPrODt .mbr-text {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .cid-tTJ6CPrODt .mbr-text {
    margin-top: 20px;
  }
}
.cid-tTJ6CPrODt .mbr-section-btn {
  margin-top: 50px;
}
@media (max-width: 991px) {
  .cid-tTJ6CPrODt .mbr-section-btn {
    margin-top: 46px;
  }
}
.cid-tTJ6CPrODt .mbr-section-btn .btn-white {
  color: #45494E !important;
  border: 1px solid #45494E !important;
  background-color: transparent !important;
}
.cid-tTJ6CPrODt .mbr-section-btn .btn-white:hover {
  color: #FFFFFF !important;
  border: 1px solid #45494E !important;
  background-color: #45494E !important;
}
.cid-tTJ6EfA5n9 {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-image: url("https://cdn.centrestack.com/amp/sunlight-meeting-1200x630-tiny-2-1200x630.jpg");
}
.cid-tTJ6EfA5n9 .mbr-overlay {
  background: #122947;
  opacity: 0.8;
}
.cid-tTJ6EfA5n9 H2 {
  position: relative;
  padding: 2rem 0 2rem 2rem;
}
.cid-tTJ6EfA5n9 H2::before,
.cid-tTJ6EfA5n9 H2::after {
  content: "";
  left: 0;
  display: block;
  position: absolute;
  border-bottom: .3125rem solid;
  color: inherit;
  width: 5.375rem;
}
.cid-tTJ6EfA5n9 H2::before {
  top: 0;
}
.cid-tTJ6EfA5n9 H2::after {
  bottom: 0;
}
.cid-tTJ6HbOtbo {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-tTJ6HbOtbo img,
.cid-tTJ6HbOtbo .item-img {
  width: 100%;
}
.cid-tTJ6HbOtbo .item:focus,
.cid-tTJ6HbOtbo span:focus {
  outline: none;
}
.cid-tTJ6HbOtbo .item {
  margin-bottom: 2rem;
}
.cid-tTJ6HbOtbo .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tTJ6HbOtbo .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tTJ6HbOtbo .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tTJ6HbOtbo .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tTJ6NeGVeC {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tTJ6NeGVeC img,
.cid-tTJ6NeGVeC .item-img {
  width: 100%;
}
.cid-tTJ6NeGVeC .item:focus,
.cid-tTJ6NeGVeC span:focus {
  outline: none;
}
.cid-tTJ6NeGVeC .item {
  margin-bottom: 2rem;
}
.cid-tTJ6NeGVeC .item-wrapper {
  position: relative;
  border-radius: 10px;
  box-shadow: inset 0 0 0 1px #ebebf0, 0 15px 30px 0 rgba(0, 0, 0, 0.15);
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tTJ6NeGVeC .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tTJ6NeGVeC .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tTJ6NeGVeC .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tTJ6P30j4p {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tTJ6P30j4p .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTJ6P30j4p .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTJ6P30j4p .row {
  justify-content: flex-start;
}
.cid-tTJ6P30j4p .mbr-text {
  margin-top: 36px;
}
@media (max-width: 991px) {
  .cid-tTJ6P30j4p .mbr-text {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .cid-tTJ6P30j4p .mbr-text {
    margin-top: 20px;
  }
}
.cid-tTJ6P30j4p .mbr-section-btn {
  margin-top: 50px;
}
@media (max-width: 991px) {
  .cid-tTJ6P30j4p .mbr-section-btn {
    margin-top: 46px;
  }
}
.cid-tTJ6P30j4p .mbr-section-btn .btn-white {
  color: #45494E !important;
  border: 1px solid #45494E !important;
  background-color: transparent !important;
}
.cid-tTJ6P30j4p .mbr-section-btn .btn-white:hover {
  color: #FFFFFF !important;
  border: 1px solid #45494E !important;
  background-color: #45494E !important;
}
.cid-tTJ6QAt12l {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tTJ6QAt12l .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-tTJ6QAt12l .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tTJ6QAt12l .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tTJ6QAt12l .content-wrapper {
    padding: 2rem;
  }
}
.cid-tTJ6QAt12l .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tTJ6QAt12l .mbr-section-subtitle {
  margin-bottom: 21px;
}
.cid-tTJ6TYRvgf {
  overflow: hidden;
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #fafafa;
}
.cid-tTJ6TYRvgf .iconfont-wrapper {
  display: inline-block;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.cid-tTJ6TYRvgf .iconfont-wrapper:before {
  content: "";
  top: 0;
  left: 50%;
  bottom: 0;
  z-index: -1;
  width: 60px;
  position: absolute;
  background-color: rgba(107, 61, 240, 0.07);
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
}
.cid-tTJ6TYRvgf .iconfont-wrapper .mbr-iconfont {
  color: #6b3df0;
  height: 75px;
  line-height: 75px;
  font-size: 46px;
  text-align: center;
}
.cid-tTJ6TYRvgf .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-tTJ6TYRvgf .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-tTJ6TYRvgf .btn_link:hover {
  cursor: pointer;
}
.cid-tTJ6TYRvgf .btn_link:hover a {
  color: #f68e2a !important;
}
.cid-tTJ6TYRvgf .btn_link:hover span {
  transform: translatex(5px);
}
.cid-tTJ6TYRvgf .mbr-section-title {
  margin-bottom: 36px;
}
.cid-tTJ6TYRvgf .mbr-text {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .cid-tTJ6TYRvgf .column2 {
    margin-top: 100px;
  }
}
.cid-tTJ6TYRvgf .card__block {
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.08);
  border-radius: 5px;
  padding: 45px 35px;
  margin-bottom: 40px;
  background: #ffffff;
}
.cid-tTJ6TYRvgf .icon__card_wrap {
  width: 100%;
  margin-bottom: 25px;
}
.cid-tTJ6TYRvgf .icon__card {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cid-tTJ6TYRvgf .icon__card .mbr-iconfont {
  font-size: 48px;
  color: #ffffff;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}
.cid-tTJ6TYRvgf .icon__card.color1 span {
  text-shadow: 0 14px 30px rgba(246, 142, 42, 0.4);
  background: -webkit-linear-gradient(40deg, #f68e2a 0%, rgba(246, 142, 42, 0.3) 100%);
}
.cid-tTJ6TYRvgf .icon__card.color2 span {
  text-shadow: 0 14px 30px rgba(86, 167, 0, 0.4);
  background: -webkit-linear-gradient(40deg, #56a700 0%, rgba(86, 167, 0, 0.3) 100%);
}
.cid-tTJ6TYRvgf .icon__card.color3 span {
  text-shadow: 0 14px 30px rgba(69, 39, 160, 0.4);
  background: -webkit-linear-gradient(40deg, #4527a0 0%, rgba(69, 39, 160, 0.3) 100%);
}
.cid-tTJ6TYRvgf .icon__card.color4 span {
  text-shadow: 0 14px 30px rgba(118, 118, 118, 0.4);
  background: -webkit-linear-gradient(40deg, #1565c0 0%, rgba(118, 118, 118, 0.3) 100%);
}
.cid-tTJ6TYRvgf .card__title {
  margin-bottom: 15px;
  color: #1565c0;
}
.cid-tTJ6TYRvgf .card__text {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-tTJ6TYRvgf .title__block {
    text-align: center;
  }
  .cid-tTJ6TYRvgf .iconfont-wrapper {
    margin-bottom: 30px;
  }
  .cid-tTJ6TYRvgf .mbr-sectioin-title {
    margin-bottom: 22px;
  }
  .cid-tTJ6TYRvgf .mbr-text {
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .cid-tTJ6TYRvgf .card__block {
    padding: 35px 30px;
    margin-top: 40px;
    margin-bottom: 0;
  }
}
.cid-tTJ76FkMmx {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tTJ76FkMmx blockquote {
  border-color: #1565c0;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-tTJ7cj1BOK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tTJ7cj1BOK .counter-container ol {
  margin-bottom: 0;
  counter-reset: myCounter;
}
.cid-tTJ7cj1BOK .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-tTJ7cj1BOK .counter-container ol li {
  list-style: none;
  padding-left: 1rem;
  position: relative;
}
.cid-tTJ7cj1BOK .counter-container ol li:before {
  position: absolute;
  left: -40px;
  margin-top: 0;
  counter-increment: myCounter;
  content: counter(myCounter);
  line-height: 40px;
  transition: all .2s;
  color: #ffffff;
  background: #1565c0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tTJ7fZTmE8 {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-image: url("https://cdn.centrestack.com/amp/sunlight-meeting-1200x630-tiny-2-1200x630.jpg");
}
.cid-tTJ7fZTmE8 .mbr-overlay {
  background: #122947;
  opacity: 0.8;
}
.cid-tTJ7fZTmE8 H2 {
  position: relative;
  padding: 2rem 0 2rem 2rem;
}
.cid-tTJ7fZTmE8 H2::before,
.cid-tTJ7fZTmE8 H2::after {
  content: "";
  left: 0;
  display: block;
  position: absolute;
  border-bottom: .3125rem solid;
  color: inherit;
  width: 5.375rem;
}
.cid-tTJ7fZTmE8 H2::before {
  top: 0;
}
.cid-tTJ7fZTmE8 H2::after {
  bottom: 0;
}
.cid-tTJ7hdFs0i {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tTJ7hdFs0i .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-tTJ7hdFs0i .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tTJ7hdFs0i .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tTJ7hdFs0i .content-wrapper {
    padding: 2rem;
  }
}
.cid-tTJ7hdFs0i .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tTJ7hdFs0i .mbr-section-subtitle {
  margin-bottom: 21px;
}
.cid-tTJh0kkCzV {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f2ffff;
}
.cid-tTJh0kkCzV .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTJh0kkCzV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTJh0kkCzV .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-tTJh0kkCzV .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tTJh0kkCzV .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-tTJh0kkCzV .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-tTJh0kkCzV .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tTJh0kkCzV .line {
  width: 150px;
  margin-bottom: 0.5rem 0;
  height: 1px;
  display: inline-block;
  background: #1565c0;
}
.cid-tTJh0kZOcP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tTJh0kZOcP .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTJh0kZOcP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTJh0kZOcP .row {
  justify-content: flex-start;
}
.cid-tTJh0kZOcP .mbr-text {
  margin-top: 36px;
}
@media (max-width: 991px) {
  .cid-tTJh0kZOcP .mbr-text {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .cid-tTJh0kZOcP .mbr-text {
    margin-top: 20px;
  }
}
.cid-tTJh0kZOcP .mbr-section-btn {
  margin-top: 50px;
}
@media (max-width: 991px) {
  .cid-tTJh0kZOcP .mbr-section-btn {
    margin-top: 46px;
  }
}
.cid-tTJh0kZOcP .mbr-section-btn .btn-white {
  color: #45494E !important;
  border: 1px solid #45494E !important;
  background-color: transparent !important;
}
.cid-tTJh0kZOcP .mbr-section-btn .btn-white:hover {
  color: #FFFFFF !important;
  border: 1px solid #45494E !important;
  background-color: #45494E !important;
}
.cid-tTJh0lwsmJ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tTJh0lwsmJ .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-tTJh0lwsmJ .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tTJh0lwsmJ .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tTJh0lwsmJ .content-wrapper {
    padding: 2rem;
  }
}
.cid-tTJh0lwsmJ .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tTJh0lwsmJ .mbr-section-subtitle {
  margin-bottom: 21px;
}
.cid-tTJh0m4oZa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("https://cdn.centrestack.com/amp/background13-1920x1163-tiny-1-1920x1163.jpg");
}
.cid-tTJh0m4oZa .mbr-overlay {
  background: #ffffff;
  opacity: 0.9;
}
.cid-tTJh0m4oZa .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTJh0m4oZa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTJh0m4oZa .row {
  justify-content: flex-start;
}
.cid-tTJh0m4oZa .mbr-text {
  margin-top: 36px;
}
@media (max-width: 991px) {
  .cid-tTJh0m4oZa .mbr-text {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .cid-tTJh0m4oZa .mbr-text {
    margin-top: 20px;
  }
}
.cid-tTJh0m4oZa .mbr-section-btn {
  margin-top: 50px;
}
@media (max-width: 991px) {
  .cid-tTJh0m4oZa .mbr-section-btn {
    margin-top: 46px;
  }
}
.cid-tTJh0m4oZa .mbr-section-btn .btn-white {
  color: #45494E !important;
  border: 1px solid #45494E !important;
  background-color: transparent !important;
}
.cid-tTJh0m4oZa .mbr-section-btn .btn-white:hover {
  color: #FFFFFF !important;
  border: 1px solid #45494E !important;
  background-color: #45494E !important;
}
.cid-tTJh0my3rl {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tTJh0my3rl .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-tTJh0my3rl .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tTJh0my3rl .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tTJh0my3rl .content-wrapper {
    padding: 2rem;
  }
}
.cid-tTJh0my3rl .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tTJh0my3rl .mbr-section-subtitle {
  margin-bottom: 21px;
}
.cid-tTJh0n7ga7 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tTJh0n7ga7 .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-tTJh0n7ga7 .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tTJh0n7ga7 .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tTJh0n7ga7 .content-wrapper {
    padding: 2rem;
  }
}
.cid-tTJh0n7ga7 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tTJh0n7ga7 .mbr-section-subtitle {
  margin-bottom: 21px;
}
.cid-tTJh0qASv1 {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tTJh0qASv1 .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-tTJh0qASv1 .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tTJh0qASv1 .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tTJh0qASv1 .content-wrapper {
    padding: 2rem;
  }
}
.cid-tTJh0qASv1 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tTJh0qASv1 .mbr-section-subtitle {
  margin-bottom: 21px;
}
.cid-tTJkD60MKJ {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tTJkD60MKJ .container-fluid {
  padding: 0 3rem;
}
.cid-tTJkD60MKJ .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-tTJkD60MKJ .table-wrapper {
  margin: 0 auto;
}
.cid-tTJkD60MKJ table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-tTJkD60MKJ table thead tr {
  border: none !important;
}
.cid-tTJkD60MKJ table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: left;
  border-top: none;
  border-bottom: 1px solid #5b5b5b;
  vertical-align: middle;
  background-color: #fde5cd;
}
.cid-tTJkD60MKJ table tr {
  border-bottom: 1px solid #c1c1c1;
  border-top: none;
}
.cid-tTJkD60MKJ table td {
  padding: 1.2rem 1.6rem;
  text-align: left !important;
  vertical-align: middlw;
  border: none;
}
.cid-tTJkD60MKJ tr:hover {
  background-color: #f3f3f3 !important;
}
.cid-tTJkD60MKJ .head-item:after,
.cid-tTJkD60MKJ .head-item:before {
  bottom: 1.6em !important;
}
@media (max-width: 767px) {
  .cid-tTJkD60MKJ table th,
  .cid-tTJkD60MKJ table td {
    padding: .75rem;
  }
}
.cid-tTJkD60MKJ .head-item {
  color: #3f485d;
}
.cid-tTJkD60MKJ .body-item {
  color: #3f485d;
}
.cid-tTJh0nC7vT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tTJh0nC7vT .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTJh0nC7vT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTJh0nC7vT .row {
  justify-content: flex-start;
}
.cid-tTJh0nC7vT .mbr-text {
  margin-top: 36px;
}
@media (max-width: 991px) {
  .cid-tTJh0nC7vT .mbr-text {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .cid-tTJh0nC7vT .mbr-text {
    margin-top: 20px;
  }
}
.cid-tTJh0nC7vT .mbr-section-btn {
  margin-top: 50px;
}
@media (max-width: 991px) {
  .cid-tTJh0nC7vT .mbr-section-btn {
    margin-top: 46px;
  }
}
.cid-tTJh0nC7vT .mbr-section-btn .btn-white {
  color: #45494E !important;
  border: 1px solid #45494E !important;
  background-color: transparent !important;
}
.cid-tTJh0nC7vT .mbr-section-btn .btn-white:hover {
  color: #FFFFFF !important;
  border: 1px solid #45494E !important;
  background-color: #45494E !important;
}
.cid-tTJh0o7Y57 {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-image: url("https://cdn.centrestack.com/amp/sunlight-meeting-1200x630-tiny-2-1200x630.jpg");
}
.cid-tTJh0o7Y57 .mbr-overlay {
  background: #122947;
  opacity: 0.8;
}
.cid-tTJh0o7Y57 H2 {
  position: relative;
  padding: 2rem 0 2rem 2rem;
}
.cid-tTJh0o7Y57 H2::before,
.cid-tTJh0o7Y57 H2::after {
  content: "";
  left: 0;
  display: block;
  position: absolute;
  border-bottom: .3125rem solid;
  color: inherit;
  width: 5.375rem;
}
.cid-tTJh0o7Y57 H2::before {
  top: 0;
}
.cid-tTJh0o7Y57 H2::after {
  bottom: 0;
}
.cid-tTJh0q2lJj {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tTJh0q2lJj .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTJh0q2lJj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTJh0q2lJj .row {
  justify-content: flex-start;
}
.cid-tTJh0q2lJj .mbr-text {
  margin-top: 36px;
}
@media (max-width: 991px) {
  .cid-tTJh0q2lJj .mbr-text {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .cid-tTJh0q2lJj .mbr-text {
    margin-top: 20px;
  }
}
.cid-tTJh0q2lJj .mbr-section-btn {
  margin-top: 50px;
}
@media (max-width: 991px) {
  .cid-tTJh0q2lJj .mbr-section-btn {
    margin-top: 46px;
  }
}
.cid-tTJh0q2lJj .mbr-section-btn .btn-white {
  color: #45494E !important;
  border: 1px solid #45494E !important;
  background-color: transparent !important;
}
.cid-tTJh0q2lJj .mbr-section-btn .btn-white:hover {
  color: #FFFFFF !important;
  border: 1px solid #45494E !important;
  background-color: #45494E !important;
}
.cid-tTJh0sobKK {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tTJh0sobKK .counter-container ol {
  margin-bottom: 0;
  counter-reset: myCounter;
}
.cid-tTJh0sobKK .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-tTJh0sobKK .counter-container ol li {
  list-style: none;
  padding-left: 1rem;
  position: relative;
}
.cid-tTJh0sobKK .counter-container ol li:before {
  position: absolute;
  left: -40px;
  margin-top: 0;
  counter-increment: myCounter;
  content: counter(myCounter);
  line-height: 40px;
  transition: all .2s;
  color: #ffffff;
  background: #1565c0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tTJLVBcRNY {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f2ffff;
}
.cid-tTJLVBcRNY .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTJLVBcRNY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTJLVBcRNY .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-tTJLVBcRNY .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tTJLVBcRNY .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-tTJLVBcRNY .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-tTJLVBcRNY .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tTJLVBcRNY .line {
  width: 150px;
  margin-bottom: 0.5rem 0;
  height: 1px;
  display: inline-block;
  background: #1565c0;
}
.cid-tTJLXuIVef {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tTJLXuIVef .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTJLXuIVef .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTJLXuIVef .row {
  justify-content: flex-start;
}
.cid-tTJLXuIVef .mbr-text {
  margin-top: 36px;
}
@media (max-width: 991px) {
  .cid-tTJLXuIVef .mbr-text {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .cid-tTJLXuIVef .mbr-text {
    margin-top: 20px;
  }
}
.cid-tTJLXuIVef .mbr-section-btn {
  margin-top: 50px;
}
@media (max-width: 991px) {
  .cid-tTJLXuIVef .mbr-section-btn {
    margin-top: 46px;
  }
}
.cid-tTJLXuIVef .mbr-section-btn .btn-white {
  color: #45494E !important;
  border: 1px solid #45494E !important;
  background-color: transparent !important;
}
.cid-tTJLXuIVef .mbr-section-btn .btn-white:hover {
  color: #FFFFFF !important;
  border: 1px solid #45494E !important;
  background-color: #45494E !important;
}
.cid-tTJLYEEGxL {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-image: url("https://cdn.centrestack.com/amp/sunlight-meeting-1200x630-tiny-2-1200x630.jpg");
}
.cid-tTJLYEEGxL .mbr-overlay {
  background: #122947;
  opacity: 0.8;
}
.cid-tTJLYEEGxL H2 {
  position: relative;
  padding: 2rem 0 2rem 2rem;
}
.cid-tTJLYEEGxL H2::before,
.cid-tTJLYEEGxL H2::after {
  content: "";
  left: 0;
  display: block;
  position: absolute;
  border-bottom: .3125rem solid;
  color: inherit;
  width: 5.375rem;
}
.cid-tTJLYEEGxL H2::before {
  top: 0;
}
.cid-tTJLYEEGxL H2::after {
  bottom: 0;
}
.cid-tTJM08DXf1 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tTJM08DXf1 .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-tTJM08DXf1 .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tTJM08DXf1 .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tTJM08DXf1 .content-wrapper {
    padding: 2rem;
  }
}
.cid-tTJM08DXf1 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tTJM08DXf1 .mbr-section-subtitle {
  margin-bottom: 21px;
}
.cid-tTJM10tHIy {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tTJM10tHIy .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-tTJM10tHIy .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tTJM10tHIy .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tTJM10tHIy .content-wrapper {
    padding: 2rem;
  }
}
.cid-tTJM10tHIy .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tTJM10tHIy .mbr-section-subtitle {
  margin-bottom: 21px;
}
.cid-tTJM50XTo0 {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("https://cdn.centrestack.com/amp/background13-1920x1163-tiny-1-1920x1163.jpg");
}
.cid-tTJM50XTo0 .mbr-overlay {
  background: #ffffff;
  opacity: 0.8;
}
.cid-tTJM50XTo0 .link-align {
  width: 100%;
}
.cid-tTJM50XTo0 .link-wrap {
  display: inline-block;
}
@keyframes hover {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
.cid-tTJM50XTo0 .mbr-text,
.cid-tTJM50XTo0 .link-align {
  color: #767676;
}
.cid-tTJM50XTo0 .icon-wrap {
  border-radius: 50%;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  width: 70px;
  background-color: #f68e2a;
  height: 70px;
  cursor: pointer;
}
.cid-tTJM50XTo0 .icon-wrap:hover {
  animation: 0.6s hover;
}
.cid-tTJM50XTo0 .icon-wrap span {
  padding-left: 4px;
}
.cid-tTJM50XTo0 .mbr-media span {
  font-size: 1.6rem;
  border-radius: 50%;
  cursor: pointer;
  width: 70px;
  height: 70px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
  transition: all 0.25s;
  color: #ffffff !important;
}
.cid-tTJM50XTo0 .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-tTJM50XTo0 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tTJM50XTo0 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tTJM50XTo0 .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-tTJM50XTo0 a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-tTJM50XTo0 a.close:hover {
  color: #ffffff;
}
.cid-tTJM50XTo0 .mbr-section-title {
  color: #3f485d;
}
.cid-tTJM50XTo0 H2 {
  color: #3f485d;
}
.cid-tTJM85mkQ1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tTJM85mkQ1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTJM85mkQ1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTJM85mkQ1 .row {
  justify-content: flex-start;
}
.cid-tTJM85mkQ1 .mbr-text {
  margin-top: 36px;
}
@media (max-width: 991px) {
  .cid-tTJM85mkQ1 .mbr-text {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .cid-tTJM85mkQ1 .mbr-text {
    margin-top: 20px;
  }
}
.cid-tTJM85mkQ1 .mbr-section-btn {
  margin-top: 50px;
}
@media (max-width: 991px) {
  .cid-tTJM85mkQ1 .mbr-section-btn {
    margin-top: 46px;
  }
}
.cid-tTJM85mkQ1 .mbr-section-btn .btn-white {
  color: #45494E !important;
  border: 1px solid #45494E !important;
  background-color: transparent !important;
}
.cid-tTJM85mkQ1 .mbr-section-btn .btn-white:hover {
  color: #FFFFFF !important;
  border: 1px solid #45494E !important;
  background-color: #45494E !important;
}
.cid-tTJM9VRkHn {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tTJM9VRkHn .container-fluid {
  padding: 0 3rem;
}
.cid-tTJM9VRkHn .mbr-section-subtitle {
  line-height: 1.72;
}
.cid-tTJM9VRkHn table {
  width: 100% !important;
  margin: 0 auto;
}
.cid-tTJM9VRkHn table th {
  padding: 1.5rem 1rem;
  word-break: normal;
  transition: all .2s;
  text-align: center;
  border-color: #7e7e7e;
  border-bottom-color: #7e7e7e !important;
  border-top: none;
  vertical-align: middle;
}
.cid-tTJM9VRkHn table tr {
  border-color: #7e7e7e;
}
.cid-tTJM9VRkHn table td {
  vertical-align: middle;
  text-align: center;
  word-break: normal;
  line-height: 1.72;
}
.cid-tTJM9VRkHn th:after,
.cid-tTJM9VRkHn th:before {
  display: none !important;
}
.cid-tTJM9VRkHn .dataTables_scrollHeadInner {
  margin-left: auto;
  margin-right: auto;
}
.cid-tTJM9VRkHn .dataTables_scrollHeadInner .table {
  width: 100% !important;
}
.cid-tTJM9VRkHn .dataTable-top {
  margin-bottom: 20px;
}
.cid-tTJM9VRkHn .body-item {
  padding: 33px 36px;
  font-weight: 300;
}
.cid-tTJM9VRkHn .head-item {
  padding: 33px 36px;
  white-space: nowrap;
}
.cid-tTJM9VRkHn .row-title {
  white-space: nowrap;
  padding: 33px 54px;
  color: #f68e2a;
  line-height: 1.72;
}
.cid-tTJM9VRkHn .second-col {
  background-color: #ffffff;
}
.cid-tTJM9VRkHn .head-item.first-col,
.cid-tTJM9VRkHn .head-item.second-col,
.cid-tTJM9VRkHn .head-item.other-col {
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}
.cid-tTJM9VRkHn tbody tr:last-child td {
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
}
.cid-tTJM9VRkHn .other-col {
  background-color: #ffffff;
}
.cid-tTJM9VRkHn .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-tTJM9VRkHn .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-tTJM9VRkHn .td-border-right {
  border-right: solid 1px;
}
.cid-tTJMbA6Yp7 {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-image: url("https://cdn.centrestack.com/amp/sunlight-meeting-1200x630-tiny-2-1200x630.jpg");
}
.cid-tTJMbA6Yp7 .mbr-overlay {
  background: #122947;
  opacity: 0.8;
}
.cid-tTJMbA6Yp7 H2 {
  position: relative;
  padding: 2rem 0 2rem 2rem;
}
.cid-tTJMbA6Yp7 H2::before,
.cid-tTJMbA6Yp7 H2::after {
  content: "";
  left: 0;
  display: block;
  position: absolute;
  border-bottom: .3125rem solid;
  color: inherit;
  width: 5.375rem;
}
.cid-tTJMbA6Yp7 H2::before {
  top: 0;
}
.cid-tTJMbA6Yp7 H2::after {
  bottom: 0;
}
.cid-tTNOBT2acH {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tTNOBT2acH .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTNOBT2acH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTNOBT2acH .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-tTNOBT2acH .icon-box {
  background: #1565c0;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tTNOBT2acH .mbr-iconfont {
  font-size: 2rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tTNOBT2acH .card {
    margin-bottom: 2rem;
  }
  .cid-tTNOBT2acH .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tTJMudrn1s {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-image: url("https://cdn.centrestack.com/amp/sunlight-meeting-1200x630-tiny-2-1200x630.jpg");
}
.cid-tTJMudrn1s .mbr-overlay {
  background: #122947;
  opacity: 0.8;
}
.cid-tTJMudrn1s H2 {
  position: relative;
  padding: 2rem 0 2rem 2rem;
}
.cid-tTJMudrn1s H2::before,
.cid-tTJMudrn1s H2::after {
  content: "";
  left: 0;
  display: block;
  position: absolute;
  border-bottom: .3125rem solid;
  color: inherit;
  width: 5.375rem;
}
.cid-tTJMudrn1s H2::before {
  top: 0;
}
.cid-tTJMudrn1s H2::after {
  bottom: 0;
}
.cid-tTJMwtT8HB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tTJMwtT8HB .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTJMwtT8HB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTJMwtT8HB .row {
  justify-content: flex-start;
}
.cid-tTJMwtT8HB .mbr-text {
  margin-top: 36px;
}
@media (max-width: 991px) {
  .cid-tTJMwtT8HB .mbr-text {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .cid-tTJMwtT8HB .mbr-text {
    margin-top: 20px;
  }
}
.cid-tTJMwtT8HB .mbr-section-btn {
  margin-top: 50px;
}
@media (max-width: 991px) {
  .cid-tTJMwtT8HB .mbr-section-btn {
    margin-top: 46px;
  }
}
.cid-tTJMwtT8HB .mbr-section-btn .btn-white {
  color: #45494E !important;
  border: 1px solid #45494E !important;
  background-color: transparent !important;
}
.cid-tTJMwtT8HB .mbr-section-btn .btn-white:hover {
  color: #FFFFFF !important;
  border: 1px solid #45494E !important;
  background-color: #45494E !important;
}
.cid-tTJMEU7pSv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tTJMEU7pSv .card-wrapper {
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-tTJMEU7pSv .card-wrapper {
    flex-wrap: wrap;
  }
}
.cid-tTJMEU7pSv .card-box {
  width: 100%;
}
.cid-tTJMEU7pSv .number {
  float: left;
  margin-top: 25px;
  margin-right: 25px;
  color: #efefef;
}
.cid-tTJMEU7pSv .number div {
  font-size: 5rem;
  line-height: 7rem;
}
.cid-tTJMGunWuV {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #ffffff;
}
.cid-tTJMGunWuV .row {
  margin: 0;
}
.cid-tTJMGunWuV .wrapper {
  background-color: #ffffff;
  box-shadow: 6px 5px 30px 0px rgba(0, 0, 0, 0.12);
  border-radius: 10px;
}
.cid-tTJMGunWuV .image-wrapper img {
  border-radius: 10px;
  object-fit: contain;
}
.cid-tTJMGunWuV .text-block {
  padding: 8rem 2rem 10rem 0rem;
}
.cid-tTJMGunWuV .quoter-text {
  position: relative;
  z-index: 3;
}
.cid-tTJMGunWuV .blockquote {
  background-color: #e3f2fd;
  border-radius: 0px 10px 10px 0px;
  padding: 2rem 2.5rem;
  position: relative;
}
.cid-tTJMGunWuV .blockquote::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
  background: #ff8f00;
}
.cid-tTJMGunWuV .blockquote::after {
  content: ",,";
  font-size: 300px;
  line-height: 0;
  position: absolute;
  z-index: 2;
  top: -4.2rem;
  right: 0.7rem;
  color: #ffffff;
  letter-spacing: -30px;
}
@media (max-width: 767px) {
  .cid-tTJMGunWuV .image-wrapper {
    padding-left: 1rem;
  }
  .cid-tTJMGunWuV .text-block {
    padding: 1rem 2rem 1rem 0rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-tTJMGunWuV .image-wrapper {
    padding: 3rem 2rem 2rem 2rem;
  }
  .cid-tTJMGunWuV .text-block {
    padding: 2rem 2rem 4rem 2rem;
  }
}
@media (min-width: 991px) {
  .cid-tTJMGunWuV .mbr-row {
    margin: 0rem;
  }
  .cid-tTJMGunWuV .container {
    padding: 0 3rem;
  }
  .cid-tTJMGunWuV img {
    padding-right: 4rem;
  }
  .cid-tTJMGunWuV .text-block {
    padding: 8rem 2rem 10rem 6rem;
  }
}
@media (min-width: 1200px) {
  .cid-tTJMGunWuV .container {
    max-width: 1500px;
  }
}
.cid-tTJMHOh1ZD {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #ffffff;
}
.cid-tTJMHOh1ZD .row {
  margin: 0;
}
.cid-tTJMHOh1ZD .wrapper {
  background-color: #ffffff;
  box-shadow: 6px 5px 30px 0px rgba(0, 0, 0, 0.12);
  border-radius: 10px;
}
.cid-tTJMHOh1ZD .image-wrapper img {
  border-radius: 10px;
  object-fit: contain;
}
.cid-tTJMHOh1ZD .text-block {
  padding: 60px 0 60px 30px;
}
.cid-tTJMHOh1ZD .quoter-text {
  position: relative;
  z-index: 3;
}
.cid-tTJMHOh1ZD .blockquote {
  background-color: #e3f2fd;
  border-radius: 0px 10px 10px 0px;
  padding: 2rem 2.5rem;
  position: relative;
}
.cid-tTJMHOh1ZD .blockquote::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
  background: #ff8f00;
}
.cid-tTJMHOh1ZD .blockquote::after {
  content: ",,";
  font-size: 300px;
  line-height: 0;
  position: absolute;
  z-index: 2;
  top: -4.2rem;
  right: 0.7rem;
  color: #ffffff;
  letter-spacing: -30px;
}
@media (max-width: 767px) {
  .cid-tTJMHOh1ZD .image-wrapper {
    padding-left: 1rem;
  }
  .cid-tTJMHOh1ZD .text-block {
    padding: 1rem 2rem 1rem 0rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-tTJMHOh1ZD .image-wrapper {
    padding: 3rem 2rem 2rem 2rem;
  }
  .cid-tTJMHOh1ZD .text-block {
    padding: 2rem 2rem 4rem 2rem;
  }
}
@media (min-width: 991px) {
  .cid-tTJMHOh1ZD .mbr-row {
    margin: 0rem;
  }
  .cid-tTJMHOh1ZD .container {
    padding: 0 3rem;
  }
  .cid-tTJMHOh1ZD img {
    padding-right: 4rem;
  }
  .cid-tTJMHOh1ZD .text-block {
    padding: 8rem 2rem 10rem 6rem;
  }
}
@media (min-width: 1200px) {
  .cid-tTJMHOh1ZD .container {
    max-width: 1500px;
  }
}
.cid-tTJMKgqzoh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tTJMKgqzoh .card-wrapper {
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-tTJMKgqzoh .card-wrapper {
    flex-wrap: wrap;
  }
}
.cid-tTJMKgqzoh .card-box {
  width: 100%;
}
.cid-tTJMKgqzoh .number {
  float: left;
  margin-top: 25px;
  margin-right: 25px;
  color: #efefef;
}
.cid-tTJMKgqzoh .number div {
  font-size: 5rem;
  line-height: 7rem;
}
.cid-tTJMMxUN3J {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tTJMMxUN3J img,
.cid-tTJMMxUN3J .item-img {
  width: 100%;
}
.cid-tTJMMxUN3J .item:focus,
.cid-tTJMMxUN3J span:focus {
  outline: none;
}
.cid-tTJMMxUN3J .item {
  margin-bottom: 2rem;
}
.cid-tTJMMxUN3J .item-wrapper {
  position: relative;
  border-radius: 10px;
  box-shadow: inset 0 0 0 1px #ebebf0, 0 15px 30px 0 rgba(0, 0, 0, 0.15);
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tTJMMxUN3J .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tTJMMxUN3J .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tTJMMxUN3J .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tUtQB1uiWh {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("https://cdn.centrestack.com/fb/photoshop1200x630.jpg");
}
@media (max-width: 768px) {
  .cid-tUtQB1uiWh {
    padding-top: 5rem;
  }
}
.cid-tUtQB1uiWh .mbr-overlay {
  background: #000000;
  opacity: 0.7;
}
.cid-tUtQQa3ZSl {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tUtQQa3ZSl img {
  width: 120px;
  padding: 5px;
  margin: auto;
}
.cid-tUtQQa3ZSl .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
}
@media (min-width: 992px) {
  .cid-tUtQQa3ZSl .card {
    max-width: 12.5%;
  }
}
.cid-tUtQQa3ZSl .row {
  justify-content: space-between;
}
@media (min-width: 575px) and (max-width: 990px) {
  .cid-tUtQQa3ZSl .row {
    justify-content: center;
  }
}
.cid-tUu4bOsRAP {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("https://cdn.centrestack.com/amp/cstack/211101-triofox-demo-testimonial-back-1366x340.png");
}
.cid-tUu4bOsRAP .user_image {
  width: 128px;
  height: 128px;
  overflow: hidden;
  display: flex;
}
.cid-tUu4bOsRAP .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-tUu4bOsRAP .mbr-iconfont {
  font-size: 3rem;
}
.cid-tUu4bOsRAP .mbri-quote-left {
  color: #f68e2a;
}
.cid-tUu4bOsRAP .mbri-quote-right {
  color: #1565c0;
  position: absolute;
  bottom: 1rem;
  right: 0;
}
@media (max-width: 230px) {
  .cid-tUu4bOsRAP .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-tUu4bOsRAP .mbr-section-btn {
  padding-top: 1.5rem;
  position: relative;
}
.cid-tUu4bOsRAP .arrow-icon {
  fill: #1565c0;
  position: absolute;
  top: -25px;
  margin-left: -65px;
}
@media (max-width: 991px) {
  .cid-tUu4bOsRAP .mbr-section-btn {
    padding-top: 0;
  }
  .cid-tUu4bOsRAP .arrow-icon {
    display: none;
  }
}
.cid-tUu4W1nrII {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tUu4W1nrII .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-tUu4W1nrII .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tUu4W1nrII .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tUu4W1nrII .content-wrapper {
    padding: 2rem;
  }
}
.cid-tUu4W1nrII .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tUu4W1nrII .mbr-section-subtitle {
  margin-bottom: 21px;
}
.cid-tUu1gkdT0E {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tUu1gkdT0E .title {
  position: relative;
  display: flex;
}
.cid-tUu1gkdT0E .title .num {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 0;
  width: 100%;
  font-size: 4rem;
}
.cid-tUu1gkdT0E .title .card-title {
  z-index: 1;
  width: 100%;
}
.cid-tUu1gkdT0E .card-text {
  padding-top: 2rem;
}
.cid-tUu1gkdT0E .card-box {
  padding-bottom: 1rem;
}
.cid-tUu1gkdT0E .num {
  color: #e8e8e8;
}
@media (max-width: 767px) {
  .cid-tUu1gkdT0E .num,
  .cid-tUu1gkdT0E .card-title,
  .cid-tUu1gkdT0E .mbr-text,
  .cid-tUu1gkdT0E .mbr-title,
  .cid-tUu1gkdT0E .mbr-section-subtitle,
  .cid-tUu1gkdT0E .mbr-section-btn,
  .cid-tUu1gkdT0E .mbr-section-title {
    text-align: center !important;
  }
  .cid-tUu1gkdT0E .content-column {
    margin-bottom: 2rem;
  }
}
.cid-tUu9XWB6Q2 {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-image: url("https://cdn.centrestack.com/amp/sunlight-meeting-1200x630-tiny-2-1200x630.jpg");
}
.cid-tUu9XWB6Q2 .mbr-overlay {
  background: #122947;
  opacity: 0.8;
}
.cid-tUu9XWB6Q2 H2 {
  position: relative;
  padding: 2rem 0 2rem 2rem;
}
.cid-tUu9XWB6Q2 H2::before,
.cid-tUu9XWB6Q2 H2::after {
  content: "";
  left: 0;
  display: block;
  position: absolute;
  border-bottom: .3125rem solid;
  color: inherit;
  width: 5.375rem;
}
.cid-tUu9XWB6Q2 H2::before {
  top: 0;
}
.cid-tUu9XWB6Q2 H2::after {
  bottom: 0;
}
.cid-tUubpWE1TI {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tUubpWE1TI img,
.cid-tUubpWE1TI .item-img {
  width: 100%;
}
.cid-tUubpWE1TI .item:focus,
.cid-tUubpWE1TI span:focus {
  outline: none;
}
.cid-tUubpWE1TI .item {
  margin-bottom: 2rem;
}
.cid-tUubpWE1TI .item-wrapper {
  position: relative;
  border-radius: 10px;
  box-shadow: inset 0 0 0 1px #ebebf0, 0 15px 30px 0 rgba(0, 0, 0, 0.15);
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tUubpWE1TI .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tUubpWE1TI .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tUubpWE1TI .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tUuesRfhEH {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("https://cdn.centrestack.com/mobi5/web/102221/images/background13-1920x1163-tiny-1920x1163.jpg");
}
.cid-tUuesRfhEH .mbr-overlay {
  background: #ffffff;
  opacity: 0.9;
}
.cid-tUuesRfhEH ul {
  list-style: none;
  margin: 0;
  padding-left: 1.6rem;
}
.cid-tUuesRfhEH li {
  position: relative;
  margin-bottom: 0.625rem;
  margin-top: 0.625rem;
}
.cid-tUuesRfhEH ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "–";
}
.cid-tUuesRfhEH .mbr-section-tag {
  color: #f68e2a;
  margin-bottom: 0.4375rem;
  text-align: left;
}
.cid-tUuesRfhEH .mbr-section-title {
  margin-bottom: 1rem;
}
.cid-tUuesRfhEH .mbr-section-subtitle {
  margin-bottom: 0.625rem;
}
.cid-tUuesRfhEH .list {
  margin-top: 2.3125rem;
}
.cid-tUuesRfhEH .icon-wrap {
  margin-bottom: 2rem;
}
@media (max-width: 546px) {
  .cid-tUuesRfhEH .icon-wrap {
    width: 100% !important;
  }
}
.cid-tUuesRfhEH .icons-wrap,
.cid-tUuesRfhEH .icon-wrap {
  display: flex;
}
.cid-tUuesRfhEH .mbr-icon-title {
  margin-top: 0.6875rem;
  margin-bottom: 0.375rem;
}
.cid-tUuesRfhEH .mbr-iconfont {
  font-size: 3rem;
  color: #f68e2a;
}
@media (min-width: 546px) {
  .cid-tUuesRfhEH .icons-wrap {
    padding-left: 1.8125rem !important;
  }
}
.cid-tUuesRfhEH .mbr-text {
  margin-bottom: 0;
}
.cid-tUuesRfhEH .mbr-section-btn {
  margin-top: 28px;
}
.cid-tUuesRfhEH .mbr-section-btn a {
  margin-top: 0;
}
.cid-tUuetDajz8 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-tUuetDajz8 .container {
    max-width: 1400px;
  }
}
.cid-tUuetDajz8 .mbr-section-subtitle {
  margin-bottom: 21px;
}
.cid-tUuetDajz8 .mbr-section-subtitle.display-4 {
  line-height: 1.375;
}
.cid-tUuetDajz8 .main-title {
  margin-bottom: 56px;
}
.cid-tUuetDajz8 .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #f68e2a;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 26px;
}
.cid-tUuetDajz8 .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-tUuetDajz8 .img-wrap {
  display: block;
}
.cid-tUuetDajz8 .img-wrap img {
  max-width: 100%;
  max-height: 600px;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.cid-tUuetDajz8 .card-wrapper {
  background-position: center;
  border-radius: 4px;
  padding: 0;
  transition: all 0.3s;
  background-size: cover;
  display: flex !important;
  flex-direction: row !important;
  justify-content: center !important;
  align-items: flex-start;
}
.cid-tUuetDajz8 .card-wrapper .mbr-iconfont {
  font-size: 50px;
  color: #f68e2a;
  margin-right: 25px;
}
.cid-tUuetDajz8 .card-wrapper .card-box {
  height: 100%;
}
.cid-tUuetDajz8 .card-wrapper .card-box .card-title {
  margin-bottom: 12px;
}
.cid-tUuetDajz8 .card-wrapper .card-box .card-title.display-7 {
  line-height: 1.3;
}
.cid-tUuetDajz8 .card-wrapper .card-box .mbr-text.display-4 {
  line-height: 1.75;
}
.cid-tUuetDajz8 .card-wrapper .card-box .link-wrap {
  width: 100%;
}
.cid-tUuetDajz8 .card-wrapper .card-box .link-wrap .link {
  display: inline-block;
}
.cid-tUuetDajz8 .card-wrapper .card-box .link-wrap .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 0.6rem;
  font-weight: 600;
}
.cid-tUuetDajz8 .card-wrapper .card-box .link-wrap .link a:before {
  position: absolute;
  transition: all 0.3s;
  right: 0px;
  top: 55%;
  opacity: 0;
  transform: translateY(-50%);
  content: "\e909";
  font-family: "Moririse2" !important;
  color: currentColor;
  font-size: 0.6rem;
}
.cid-tUuetDajz8 .card-wrapper .card-box .link-wrap .link a:hover:before {
  opacity: 1;
  transform: translateX(8px) translateY(-50%);
}
.cid-tUuetDajz8 .mbr-section-btn {
  text-align: center;
}
.cid-tUuetDajz8 .mbr-section-btn .btn {
  padding: 18px 26px;
  font-weight: 600;
}
.cid-tUuetDajz8 .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.5px;
}
.cid-tUuetDajz8 .mbr-section-btn .btn-secondary:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
@media (max-width: 992px) {
  .cid-tUuetDajz8 img {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .cid-tUuetDajz8 .card-box .card-title,
  .cid-tUuetDajz8 .card-box .mbr-text {
    text-align: left;
  }
}
.cid-tUueugBNSY {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-tUueugBNSY .container {
    max-width: 1400px;
  }
}
.cid-tUueugBNSY .row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-tUueugBNSY .row .col-lg-6:last-child {
  padding-left: 40px;
}
.cid-tUueugBNSY .mbr-section-subtitle {
  margin-bottom: 21px;
}
.cid-tUueugBNSY .mbr-section-subtitle.display-4 {
  line-height: 1.375;
}
.cid-tUueugBNSY .main-title {
  margin-bottom: 56px;
}
.cid-tUueugBNSY .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #f68e2a;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 26px;
}
.cid-tUueugBNSY .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-tUueugBNSY .img-wrap {
  display: block;
}
.cid-tUueugBNSY .img-wrap img {
  max-width: 100%;
  max-height: 600px;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.cid-tUueugBNSY .card-wrapper {
  background-position: center;
  border-radius: 4px;
  padding: 0;
  transition: all 0.3s;
  background-size: cover;
  display: flex !important;
  flex-direction: row !important;
  justify-content: center !important;
  align-items: flex-start;
}
.cid-tUueugBNSY .card-wrapper .mbr-iconfont {
  font-size: 50px;
  color: #f68e2a;
  margin-right: 25px;
}
.cid-tUueugBNSY .card-wrapper .card-box {
  height: 100%;
}
.cid-tUueugBNSY .card-wrapper .card-box .card-title {
  margin-bottom: 12px;
}
.cid-tUueugBNSY .card-wrapper .card-box .card-title.display-7 {
  line-height: 1.3;
}
.cid-tUueugBNSY .card-wrapper .card-box .mbr-text.display-4 {
  line-height: 1.75;
}
.cid-tUueugBNSY .card-wrapper .card-box .link-wrap {
  width: 100%;
}
.cid-tUueugBNSY .card-wrapper .card-box .link-wrap .link {
  display: inline-block;
}
.cid-tUueugBNSY .card-wrapper .card-box .link-wrap .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 0.6rem;
  font-weight: 600;
}
.cid-tUueugBNSY .card-wrapper .card-box .link-wrap .link a:before {
  position: absolute;
  transition: all 0.3s;
  right: 0px;
  top: 55%;
  opacity: 0;
  transform: translateY(-50%);
  content: "\e909";
  font-family: "Moririse2" !important;
  color: currentColor;
  font-size: 0.6rem;
}
.cid-tUueugBNSY .card-wrapper .card-box .link-wrap .link a:hover:before {
  opacity: 1;
  transform: translateX(8px) translateY(-50%);
}
.cid-tUueugBNSY .mbr-section-btn {
  text-align: center;
}
.cid-tUueugBNSY .mbr-section-btn .btn {
  padding: 18px 26px;
  font-weight: 600;
}
.cid-tUueugBNSY .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.5px;
}
.cid-tUueugBNSY .mbr-section-btn .btn-secondary:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
@media (max-width: 992px) {
  .cid-tUueugBNSY img {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .cid-tUueugBNSY .card-box .card-title,
  .cid-tUueugBNSY .card-box .mbr-text {
    text-align: left;
  }
}
.cid-u3xeewBzL5 {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("https://cdn.centrestack.com/amp/security-ownership-1254x836.jpg");
}
@media (max-width: 768px) {
  .cid-u3xeewBzL5 {
    padding-top: 5rem;
  }
}
.cid-u3xeewBzL5 .mbr-overlay {
  background: #000000;
  opacity: 0.7;
}
.cid-u3D5L6im1Y {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u3D5L6im1Y .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-u3CeEzCWTi {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-u3CeEzCWTi .badge {
  display: inline-block;
  color: #f68e2a;
}
.cid-u3CeEzCWTi .card-wrapper {
  background-position: center;
  border-radius: 4px;
  padding: 0;
  transition: all 0.3s;
  background-size: cover;
  display: flex !important;
  flex-direction: row !important;
  justify-content: center !important;
  align-items: flex-start;
}
.cid-u3CeEzCWTi .card-wrapper .mbr-iconfont {
  font-size: 50px;
  color: #f68e2a;
  margin-right: 25px;
}
@media (max-width: 768px) {
  .cid-u3CeEzCWTi .card-wrapper .mbr-iconfont {
    font-size: 30px;
  }
}
.cid-u3CeEzCWTi .card-wrapper .card-box {
  height: 100%;
}
.cid-u3CeEzCWTi .card-wrapper .card-box .link-wrap {
  width: 100%;
}
.cid-u3CeEzCWTi .card-wrapper .card-box .link-wrap .link {
  display: inline-block;
}
.cid-u3CeEzCWTi .card-wrapper .card-box .link-wrap .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 0.6rem;
}
.cid-u3CeEzCWTi .card-wrapper .card-box .link-wrap .link a:before {
  position: absolute;
  transition: all 0.3s;
  right: 0px;
  top: 55%;
  opacity: 0;
  transform: translateY(-50%);
  content: "\e909";
  font-family: "Moririse2" !important;
  color: currentColor;
  font-size: 0.6rem;
}
.cid-u3CeEzCWTi .card-wrapper .card-box .link-wrap .link a:hover:before {
  opacity: 1;
  transform: translateX(8px) translateY(-50%);
}
.cid-u3CeEzCWTi .mbr-section-btn {
  text-align: center;
}
.cid-u3CeEzCWTi .mbr-section-btn .btn {
  padding: 18px 26px;
}
.cid-u3CeEzCWTi .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.5px;
}
.cid-u3CeEzCWTi .mbr-section-btn .btn-secondary:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
@media (max-width: 992px) {
  .cid-u3CeEzCWTi img {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .cid-u3CeEzCWTi .card-box .card-title,
  .cid-u3CeEzCWTi .card-box .mbr-text {
    text-align: left;
  }
}
.cid-u3DmfXQTmF {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u3DmfXQTmF .mbr-text {
  line-height: 1.5;
}
.cid-u3DmfXQTmF .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-u3xeeyzU4A {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-u3xeeyzU4A .row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-u3xeeyzU4A .badge {
  display: inline-block;
  color: #f68e2a;
}
.cid-u3xeeyzU4A .card-wrapper {
  background-position: center;
  border-radius: 4px;
  padding: 0;
  transition: all 0.3s;
  background-size: cover;
  display: flex !important;
  flex-direction: row !important;
  justify-content: center !important;
  align-items: flex-start;
}
.cid-u3xeeyzU4A .card-wrapper .mbr-iconfont {
  font-size: 50px;
  color: #f68e2a;
  margin-right: 25px;
}
@media (max-width: 768px) {
  .cid-u3xeeyzU4A .card-wrapper .mbr-iconfont {
    font-size: 30px;
  }
}
.cid-u3xeeyzU4A .card-wrapper .card-box {
  height: 100%;
}
.cid-u3xeeyzU4A .card-wrapper .card-box .link-wrap {
  width: 100%;
}
.cid-u3xeeyzU4A .card-wrapper .card-box .link-wrap .link {
  display: inline-block;
}
.cid-u3xeeyzU4A .card-wrapper .card-box .link-wrap .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 0.6rem;
}
.cid-u3xeeyzU4A .card-wrapper .card-box .link-wrap .link a:before {
  position: absolute;
  transition: all 0.3s;
  right: 0px;
  top: 55%;
  opacity: 0;
  transform: translateY(-50%);
  content: "\e909";
  font-family: "Moririse2" !important;
  color: currentColor;
  font-size: 0.6rem;
}
.cid-u3xeeyzU4A .card-wrapper .card-box .link-wrap .link a:hover:before {
  opacity: 1;
  transform: translateX(8px) translateY(-50%);
}
.cid-u3xeeyzU4A .mbr-section-btn {
  text-align: center;
}
.cid-u3xeeyzU4A .mbr-section-btn .btn {
  padding: 18px 26px;
}
.cid-u3xeeyzU4A .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.5px;
}
.cid-u3xeeyzU4A .mbr-section-btn .btn-secondary:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
@media (max-width: 992px) {
  .cid-u3xeeyzU4A img {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .cid-u3xeeyzU4A .card-box .card-title,
  .cid-u3xeeyzU4A .card-box .mbr-text {
    text-align: left;
  }
}
.cid-u3DmhEgh9X {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u3DmhEgh9X .mbr-text {
  line-height: 1.5;
}
.cid-u3DmhEgh9X .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-u3xeezmNtd {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-u3xeezmNtd .badge {
  display: inline-block;
  color: #f68e2a;
}
.cid-u3xeezmNtd .card-wrapper {
  background-position: center;
  border-radius: 4px;
  padding: 0;
  transition: all 0.3s;
  background-size: cover;
  display: flex !important;
  flex-direction: row !important;
  justify-content: center !important;
  align-items: flex-start;
}
.cid-u3xeezmNtd .card-wrapper .mbr-iconfont {
  font-size: 50px;
  color: #f68e2a;
  margin-right: 25px;
}
@media (max-width: 768px) {
  .cid-u3xeezmNtd .card-wrapper .mbr-iconfont {
    font-size: 30px;
  }
}
.cid-u3xeezmNtd .card-wrapper .card-box {
  height: 100%;
}
.cid-u3xeezmNtd .card-wrapper .card-box .link-wrap {
  width: 100%;
}
.cid-u3xeezmNtd .card-wrapper .card-box .link-wrap .link {
  display: inline-block;
}
.cid-u3xeezmNtd .card-wrapper .card-box .link-wrap .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 0.6rem;
}
.cid-u3xeezmNtd .card-wrapper .card-box .link-wrap .link a:before {
  position: absolute;
  transition: all 0.3s;
  right: 0px;
  top: 55%;
  opacity: 0;
  transform: translateY(-50%);
  content: "\e909";
  font-family: "Moririse2" !important;
  color: currentColor;
  font-size: 0.6rem;
}
.cid-u3xeezmNtd .card-wrapper .card-box .link-wrap .link a:hover:before {
  opacity: 1;
  transform: translateX(8px) translateY(-50%);
}
.cid-u3xeezmNtd .mbr-section-btn {
  text-align: center;
}
.cid-u3xeezmNtd .mbr-section-btn .btn {
  padding: 18px 26px;
}
.cid-u3xeezmNtd .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.5px;
}
.cid-u3xeezmNtd .mbr-section-btn .btn-secondary:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
@media (max-width: 992px) {
  .cid-u3xeezmNtd img {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .cid-u3xeezmNtd .card-box .card-title,
  .cid-u3xeezmNtd .card-box .mbr-text {
    text-align: left;
  }
}
.cid-u3CjYgzISS {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-image: url("https://cdn.centrestack.com/amp/sunlight-meeting-1200x630-tiny-2-1200x630.jpg");
}
.cid-u3CjYgzISS .mbr-overlay {
  background: #122947;
  opacity: 0.8;
}
.cid-u3CjYgzISS .mbr-text {
  line-height: 1.5;
}
.cid-u3xeex2HeD {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-u3xeex2HeD img {
  width: 120px;
  padding: 5px;
  margin: auto;
}
.cid-u3xeex2HeD .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
}
@media (min-width: 992px) {
  .cid-u3xeex2HeD .card {
    max-width: 12.5%;
  }
}
.cid-u3xeex2HeD .row {
  justify-content: space-between;
}
@media (min-width: 575px) and (max-width: 990px) {
  .cid-u3xeex2HeD .row {
    justify-content: center;
  }
}
.cid-u3CPdlGkRl {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-u3CPdlGkRl .card {
  padding: 3rem;
  background: transparent;
  border-radius: 0;
  display: flex;
  flex-direction: column;
  border: 1px solid #B2B2B2;
}
.cid-u3CPdlGkRl .mbr-iconfont {
  font-size: 50px;
  color: #f68e2a;
}
.cid-u3CPdlGkRl .iconfont-wrapper {
  padding-bottom: 10px;
  text-align: right;
}
.cid-u3CPdlGkRl img {
  height: 100px;
  width: auto;
}
.cid-u3CPdlGkRl .user_image {
  margin-left: 6px;
}
.cid-u3CPdlGkRl .title {
  margin-bottom: 0;
}
.cid-u3CPdlGkRl .mbr-section-subtitle {
  padding-bottom: 5px;
  margin-bottom: 0;
}
.cid-u3CPdlGkRl .row {
  align-items: center;
}
.cid-u3CPdlGkRl .top {
  margin-top: 40px;
}
.cid-u3CPdlGkRl .small {
  padding-left: 15px;
}
.cid-u3CPdlGkRl .no-padding {
  padding: 0 7px;
}
@media (max-width: 690px) {
  .cid-u3CPdlGkRl .iconfont-wrapper {
    margin-top: 30px;
  }
  .cid-u3CPdlGkRl .card {
    padding: 1rem;
  }
  .cid-u3CPdlGkRl .quote-mark {
    display: none;
  }
  .cid-u3CPdlGkRl .mbr-section-subtitle {
    margin-bottom: 10px;
  }
}
.cid-u3CDxCy3AI {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u3CDxCy3AI .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3CDxCy3AI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u3CDxCy3AI .container {
    padding: 0 30px;
  }
}
@media (min-width: 992px) {
  .cid-u3CDxCy3AI .row {
    padding: 0 8px;
  }
}
.cid-u3CDxCy3AI .item {
  padding: 0 8px;
}
@media (max-width: 992px) {
  .cid-u3CDxCy3AI .item {
    padding: 0 12px;
  }
}
.cid-u3CDxCy3AI .item .item-wrapper {
  display: flex;
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 768px) {
  .cid-u3CDxCy3AI .item .item-wrapper {
    flex-direction: column;
  }
}
.cid-u3CDxCy3AI .item .item-wrapper .item-img {
  padding: 0 15px;
  margin: 25px 0 40px;
}
.cid-u3CDxCy3AI .item .item-wrapper .item-img img {
  height: 150px;
  width: 150px;
  border: 5px solid #ffffff;
  object-fit: cover;
  border-radius: 100%;
}
.cid-u3CDxCy3AI .item .item-wrapper .item-content {
  width: 100%;
  padding: 40px 15px 0;
}
@media (max-width: 768px) {
  .cid-u3CDxCy3AI .item .item-wrapper .item-content {
    padding: 0 15px 40px;
  }
}
.cid-u3CDxCy3AI .item .item-wrapper .item-content .mbr-name {
  margin-bottom: 0;
}
.cid-u3CDxCy3AI .item .item-wrapper .item-content .mbr-role {
  margin-bottom: 0;
}
.cid-u3CDxCy3AI .item .item-wrapper .item-content .link-wrap a {
  position: relative;
  display: inline-flex;
  align-items: center;
}
.cid-u3CDxCy3AI .item .item-wrapper .item-content .link-wrap a:hover::before,
.cid-u3CDxCy3AI .item .item-wrapper .item-content .link-wrap a:focus::before {
  width: 100%;
}
.cid-u3CDxCy3AI .item .item-wrapper .item-content .link-wrap a:hover .mbr-iconfont,
.cid-u3CDxCy3AI .item .item-wrapper .item-content .link-wrap a:focus .mbr-iconfont {
  transform: translateX(10px);
}
.cid-u3CDxCy3AI .item .item-wrapper .item-content .link-wrap a::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-color: #b3efdc;
  height: 100%;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-u3CDxCy3AI .item .item-wrapper .item-content .link-wrap a .mbr-link {
  position: relative;
  margin-bottom: 0;
  text-decoration: underline;
}
.cid-u3CDxCy3AI .item .item-wrapper .item-content .link-wrap a .mbr-iconfont {
  position: relative;
  display: block;
  font-size: 18px;
  margin-left: 20px;
  transition: all 0.3s ease-in-out;
}
.cid-u3CjZy15aa {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u3CjZy15aa .mbr-text {
  line-height: 1.5;
}
.cid-u3CjZy15aa .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-u3xxuhXQC9 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-u3xxuhXQC9 .row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-u3xxuhXQC9 .badge {
  display: inline-block;
  color: #f68e2a;
}
.cid-u3xxuhXQC9 .card-wrapper {
  background-position: center;
  border-radius: 4px;
  padding: 0;
  transition: all 0.3s;
  background-size: cover;
  display: flex !important;
  flex-direction: row !important;
  justify-content: center !important;
  align-items: flex-start;
}
.cid-u3xxuhXQC9 .card-wrapper .mbr-iconfont {
  font-size: 50px;
  color: #f68e2a;
  margin-right: 25px;
}
@media (max-width: 768px) {
  .cid-u3xxuhXQC9 .card-wrapper .mbr-iconfont {
    font-size: 30px;
  }
}
.cid-u3xxuhXQC9 .card-wrapper .card-box {
  height: 100%;
}
.cid-u3xxuhXQC9 .card-wrapper .card-box .link-wrap {
  width: 100%;
}
.cid-u3xxuhXQC9 .card-wrapper .card-box .link-wrap .link {
  display: inline-block;
}
.cid-u3xxuhXQC9 .card-wrapper .card-box .link-wrap .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 0.6rem;
}
.cid-u3xxuhXQC9 .card-wrapper .card-box .link-wrap .link a:before {
  position: absolute;
  transition: all 0.3s;
  right: 0px;
  top: 55%;
  opacity: 0;
  transform: translateY(-50%);
  content: "\e909";
  font-family: "Moririse2" !important;
  color: currentColor;
  font-size: 0.6rem;
}
.cid-u3xxuhXQC9 .card-wrapper .card-box .link-wrap .link a:hover:before {
  opacity: 1;
  transform: translateX(8px) translateY(-50%);
}
.cid-u3xxuhXQC9 .mbr-section-btn {
  text-align: center;
}
.cid-u3xxuhXQC9 .mbr-section-btn .btn {
  padding: 18px 26px;
}
.cid-u3xxuhXQC9 .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.5px;
}
.cid-u3xxuhXQC9 .mbr-section-btn .btn-secondary:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
@media (max-width: 992px) {
  .cid-u3xxuhXQC9 img {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .cid-u3xxuhXQC9 .card-box .card-title,
  .cid-u3xxuhXQC9 .card-box .mbr-text {
    text-align: left;
  }
}
.cid-u3Ck0Dd6Me {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-image: url("https://cdn.centrestack.com/amp/sunlight-meeting-1200x630-tiny-2-1200x630.jpg");
}
.cid-u3Ck0Dd6Me .mbr-overlay {
  background: #122947;
  opacity: 0.8;
}
.cid-u3Ck0Dd6Me .mbr-text {
  line-height: 1.5;
}
.cid-u3xxvlHMbs {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-u3xxvlHMbs .badge {
  display: inline-block;
  color: #f68e2a;
}
.cid-u3xxvlHMbs .card-wrapper {
  background-position: center;
  border-radius: 4px;
  padding: 0;
  transition: all 0.3s;
  background-size: cover;
  display: flex !important;
  flex-direction: row !important;
  justify-content: center !important;
  align-items: flex-start;
}
.cid-u3xxvlHMbs .card-wrapper .mbr-iconfont {
  font-size: 50px;
  color: #f68e2a;
  margin-right: 25px;
}
@media (max-width: 768px) {
  .cid-u3xxvlHMbs .card-wrapper .mbr-iconfont {
    font-size: 30px;
  }
}
.cid-u3xxvlHMbs .card-wrapper .card-box {
  height: 100%;
}
.cid-u3xxvlHMbs .card-wrapper .card-box .link-wrap {
  width: 100%;
}
.cid-u3xxvlHMbs .card-wrapper .card-box .link-wrap .link {
  display: inline-block;
}
.cid-u3xxvlHMbs .card-wrapper .card-box .link-wrap .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 0.6rem;
}
.cid-u3xxvlHMbs .card-wrapper .card-box .link-wrap .link a:before {
  position: absolute;
  transition: all 0.3s;
  right: 0px;
  top: 55%;
  opacity: 0;
  transform: translateY(-50%);
  content: "\e909";
  font-family: "Moririse2" !important;
  color: currentColor;
  font-size: 0.6rem;
}
.cid-u3xxvlHMbs .card-wrapper .card-box .link-wrap .link a:hover:before {
  opacity: 1;
  transform: translateX(8px) translateY(-50%);
}
.cid-u3xxvlHMbs .mbr-section-btn {
  text-align: center;
}
.cid-u3xxvlHMbs .mbr-section-btn .btn {
  padding: 18px 26px;
}
.cid-u3xxvlHMbs .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.5px;
}
.cid-u3xxvlHMbs .mbr-section-btn .btn-secondary:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
@media (max-width: 992px) {
  .cid-u3xxvlHMbs img {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .cid-u3xxvlHMbs .card-box .card-title,
  .cid-u3xxvlHMbs .card-box .mbr-text {
    text-align: left;
  }
}
.cid-u3Dm0zIKA1 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u3Dm0zIKA1 .mbr-text {
  line-height: 1.5;
}
.cid-u3Dm0zIKA1 .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-u3xzuLGFtG {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-u3xzuLGFtG .row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-u3xzuLGFtG .badge {
  display: inline-block;
  color: #f68e2a;
}
.cid-u3xzuLGFtG .card-wrapper {
  background-position: center;
  border-radius: 4px;
  padding: 0;
  transition: all 0.3s;
  background-size: cover;
  display: flex !important;
  flex-direction: row !important;
  justify-content: center !important;
  align-items: flex-start;
}
.cid-u3xzuLGFtG .card-wrapper .mbr-iconfont {
  font-size: 50px;
  color: #f68e2a;
  margin-right: 25px;
}
@media (max-width: 768px) {
  .cid-u3xzuLGFtG .card-wrapper .mbr-iconfont {
    font-size: 30px;
  }
}
.cid-u3xzuLGFtG .card-wrapper .card-box {
  height: 100%;
}
.cid-u3xzuLGFtG .card-wrapper .card-box .link-wrap {
  width: 100%;
}
.cid-u3xzuLGFtG .card-wrapper .card-box .link-wrap .link {
  display: inline-block;
}
.cid-u3xzuLGFtG .card-wrapper .card-box .link-wrap .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 0.6rem;
}
.cid-u3xzuLGFtG .card-wrapper .card-box .link-wrap .link a:before {
  position: absolute;
  transition: all 0.3s;
  right: 0px;
  top: 55%;
  opacity: 0;
  transform: translateY(-50%);
  content: "\e909";
  font-family: "Moririse2" !important;
  color: currentColor;
  font-size: 0.6rem;
}
.cid-u3xzuLGFtG .card-wrapper .card-box .link-wrap .link a:hover:before {
  opacity: 1;
  transform: translateX(8px) translateY(-50%);
}
.cid-u3xzuLGFtG .mbr-section-btn {
  text-align: center;
}
.cid-u3xzuLGFtG .mbr-section-btn .btn {
  padding: 18px 26px;
}
.cid-u3xzuLGFtG .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.5px;
}
.cid-u3xzuLGFtG .mbr-section-btn .btn-secondary:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
@media (max-width: 992px) {
  .cid-u3xzuLGFtG img {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .cid-u3xzuLGFtG .card-box .card-title,
  .cid-u3xzuLGFtG .card-box .mbr-text {
    text-align: left;
  }
}
.cid-u3DlK7zyg5 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u3DlK7zyg5 .mbr-text {
  line-height: 1.5;
}
.cid-u3DlK7zyg5 .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-u3xzvASWMc {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-u3xzvASWMc .badge {
  display: inline-block;
  color: #f68e2a;
}
.cid-u3xzvASWMc .card-wrapper {
  background-position: center;
  border-radius: 4px;
  padding: 0;
  transition: all 0.3s;
  background-size: cover;
  display: flex !important;
  flex-direction: row !important;
  justify-content: center !important;
  align-items: flex-start;
}
.cid-u3xzvASWMc .card-wrapper .mbr-iconfont {
  font-size: 50px;
  color: #f68e2a;
  margin-right: 25px;
}
@media (max-width: 768px) {
  .cid-u3xzvASWMc .card-wrapper .mbr-iconfont {
    font-size: 30px;
  }
}
.cid-u3xzvASWMc .card-wrapper .card-box {
  height: 100%;
}
.cid-u3xzvASWMc .card-wrapper .card-box .link-wrap {
  width: 100%;
}
.cid-u3xzvASWMc .card-wrapper .card-box .link-wrap .link {
  display: inline-block;
}
.cid-u3xzvASWMc .card-wrapper .card-box .link-wrap .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 0.6rem;
}
.cid-u3xzvASWMc .card-wrapper .card-box .link-wrap .link a:before {
  position: absolute;
  transition: all 0.3s;
  right: 0px;
  top: 55%;
  opacity: 0;
  transform: translateY(-50%);
  content: "\e909";
  font-family: "Moririse2" !important;
  color: currentColor;
  font-size: 0.6rem;
}
.cid-u3xzvASWMc .card-wrapper .card-box .link-wrap .link a:hover:before {
  opacity: 1;
  transform: translateX(8px) translateY(-50%);
}
.cid-u3xzvASWMc .mbr-section-btn {
  text-align: center;
}
.cid-u3xzvASWMc .mbr-section-btn .btn {
  padding: 18px 26px;
}
.cid-u3xzvASWMc .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.5px;
}
.cid-u3xzvASWMc .mbr-section-btn .btn-secondary:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
@media (max-width: 992px) {
  .cid-u3xzvASWMc img {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .cid-u3xzvASWMc .card-box .card-title,
  .cid-u3xzvASWMc .card-box .mbr-text {
    text-align: left;
  }
}
.cid-u3IMCRTpgZ {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("https://cdn.centrestack.com/fb/business-man-happy1-1200x630-tiny.jpg");
}
@media (max-width: 768px) {
  .cid-u3IMCRTpgZ {
    padding-top: 5rem;
  }
}
.cid-u3IMCRTpgZ .mbr-overlay {
  background: #000000;
  opacity: 0.7;
}
.cid-u3IOlKkKZP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u3IOlKkKZP .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-u3IMCSoiBB {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-u3IMCSoiBB img {
  width: 120px;
  padding: 5px;
  margin: auto;
}
.cid-u3IMCSoiBB .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
}
@media (min-width: 992px) {
  .cid-u3IMCSoiBB .card {
    max-width: 12.5%;
  }
}
.cid-u3IMCSoiBB .row {
  justify-content: space-between;
}
@media (min-width: 575px) and (max-width: 990px) {
  .cid-u3IMCSoiBB .row {
    justify-content: center;
  }
}
.cid-u3IRmFGHPR {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-u3IRmFGHPR .row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-u3IRmFGHPR .badge {
  display: inline-block;
  color: #f68e2a;
}
.cid-u3IRmFGHPR .card-wrapper {
  background-position: center;
  border-radius: 4px;
  padding: 0;
  transition: all 0.3s;
  background-size: cover;
  display: flex !important;
  flex-direction: row !important;
  justify-content: center !important;
  align-items: flex-start;
}
.cid-u3IRmFGHPR .card-wrapper .mbr-iconfont {
  font-size: 50px;
  color: #f68e2a;
  margin-right: 25px;
}
@media (max-width: 768px) {
  .cid-u3IRmFGHPR .card-wrapper .mbr-iconfont {
    font-size: 30px;
  }
}
.cid-u3IRmFGHPR .card-wrapper .card-box {
  height: 100%;
}
.cid-u3IRmFGHPR .card-wrapper .card-box .link-wrap {
  width: 100%;
}
.cid-u3IRmFGHPR .card-wrapper .card-box .link-wrap .link {
  display: inline-block;
}
.cid-u3IRmFGHPR .card-wrapper .card-box .link-wrap .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 0.6rem;
}
.cid-u3IRmFGHPR .card-wrapper .card-box .link-wrap .link a:before {
  position: absolute;
  transition: all 0.3s;
  right: 0px;
  top: 55%;
  opacity: 0;
  transform: translateY(-50%);
  content: "\e909";
  font-family: "Moririse2" !important;
  color: currentColor;
  font-size: 0.6rem;
}
.cid-u3IRmFGHPR .card-wrapper .card-box .link-wrap .link a:hover:before {
  opacity: 1;
  transform: translateX(8px) translateY(-50%);
}
.cid-u3IRmFGHPR .mbr-section-btn {
  text-align: center;
}
.cid-u3IRmFGHPR .mbr-section-btn .btn {
  padding: 18px 26px;
}
.cid-u3IRmFGHPR .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.5px;
}
.cid-u3IRmFGHPR .mbr-section-btn .btn-secondary:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
@media (max-width: 992px) {
  .cid-u3IRmFGHPR img {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .cid-u3IRmFGHPR .card-box .card-title,
  .cid-u3IRmFGHPR .card-box .mbr-text {
    text-align: left;
  }
}
.cid-u3IRUZkN8j {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u3IRUZkN8j .mbr-text {
  line-height: 1.5;
}
.cid-u3IRUZkN8j .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-u3ITPxPcRf {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u3ITPxPcRf .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3ITPxPcRf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u3ITPxPcRf .container {
    padding: 0 30px;
  }
}
@media (min-width: 992px) {
  .cid-u3ITPxPcRf .row {
    padding: 0 8px;
  }
}
.cid-u3ITPxPcRf .item {
  padding: 0 8px;
}
@media (max-width: 992px) {
  .cid-u3ITPxPcRf .item {
    padding: 0 12px;
  }
}
.cid-u3ITPxPcRf .item .item-wrapper {
  display: flex;
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 768px) {
  .cid-u3ITPxPcRf .item .item-wrapper {
    flex-direction: column;
  }
}
.cid-u3ITPxPcRf .item .item-wrapper .item-img {
  padding: 0 15px;
  margin: 25px 0 40px;
}
.cid-u3ITPxPcRf .item .item-wrapper .item-img img {
  height: 150px;
  width: 150px;
  border: 5px solid #ffffff;
  object-fit: cover;
  border-radius: 100%;
}
.cid-u3ITPxPcRf .item .item-wrapper .item-content {
  width: 100%;
  padding: 40px 15px 0;
}
@media (max-width: 768px) {
  .cid-u3ITPxPcRf .item .item-wrapper .item-content {
    padding: 0 15px 40px;
  }
}
.cid-u3ITPxPcRf .item .item-wrapper .item-content .mbr-name {
  margin-bottom: 0;
}
.cid-u3ITPxPcRf .item .item-wrapper .item-content .mbr-role {
  margin-bottom: 0;
}
.cid-u3ITPxPcRf .item .item-wrapper .item-content .link-wrap a {
  position: relative;
  display: inline-flex;
  align-items: center;
}
.cid-u3ITPxPcRf .item .item-wrapper .item-content .link-wrap a:hover::before,
.cid-u3ITPxPcRf .item .item-wrapper .item-content .link-wrap a:focus::before {
  width: 100%;
}
.cid-u3ITPxPcRf .item .item-wrapper .item-content .link-wrap a:hover .mbr-iconfont,
.cid-u3ITPxPcRf .item .item-wrapper .item-content .link-wrap a:focus .mbr-iconfont {
  transform: translateX(10px);
}
.cid-u3ITPxPcRf .item .item-wrapper .item-content .link-wrap a::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-color: #b3efdc;
  height: 100%;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-u3ITPxPcRf .item .item-wrapper .item-content .link-wrap a .mbr-link {
  position: relative;
  margin-bottom: 0;
  text-decoration: underline;
}
.cid-u3ITPxPcRf .item .item-wrapper .item-content .link-wrap a .mbr-iconfont {
  position: relative;
  display: block;
  font-size: 18px;
  margin-left: 20px;
  transition: all 0.3s ease-in-out;
}
.cid-u3J4wSDEUO {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-u3J4wSDEUO .mbr-text {
  line-height: 1.5;
}
.cid-u3J4wSDEUO .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-u3IMCT27ZB {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("https://cdn.centrestack.com/mobi5/web/102221/images/211101-triofox-demo-testimonial-back-1366x340-1366x340.png");
}
.cid-u3IMCT27ZB .user_image {
  width: 128px;
  height: 128px;
  overflow: hidden;
  display: flex;
}
.cid-u3IMCT27ZB .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-u3IMCT27ZB .mbr-iconfont {
  font-size: 3rem;
}
.cid-u3IMCT27ZB .mbri-quote-left {
  color: #f68e2a;
}
.cid-u3IMCT27ZB .mbri-quote-right {
  color: #56a700;
  position: absolute;
  bottom: 1rem;
  right: 0;
}
@media (max-width: 230px) {
  .cid-u3IMCT27ZB .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-u3J5fNS8gE {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-u3J5fNS8gE .badge {
  display: inline-block;
  color: #f68e2a;
}
.cid-u3J5fNS8gE .card-wrapper {
  background-position: center;
  border-radius: 4px;
  padding: 0;
  transition: all 0.3s;
  background-size: cover;
  display: flex !important;
  flex-direction: row !important;
  justify-content: center !important;
  align-items: flex-start;
}
.cid-u3J5fNS8gE .card-wrapper .mbr-iconfont {
  font-size: 50px;
  color: #f68e2a;
  margin-right: 25px;
}
@media (max-width: 768px) {
  .cid-u3J5fNS8gE .card-wrapper .mbr-iconfont {
    font-size: 30px;
  }
}
.cid-u3J5fNS8gE .card-wrapper .card-box {
  height: 100%;
}
.cid-u3J5fNS8gE .card-wrapper .card-box .link-wrap {
  width: 100%;
}
.cid-u3J5fNS8gE .card-wrapper .card-box .link-wrap .link {
  display: inline-block;
}
.cid-u3J5fNS8gE .card-wrapper .card-box .link-wrap .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 0.6rem;
}
.cid-u3J5fNS8gE .card-wrapper .card-box .link-wrap .link a:before {
  position: absolute;
  transition: all 0.3s;
  right: 0px;
  top: 55%;
  opacity: 0;
  transform: translateY(-50%);
  content: "\e909";
  font-family: "Moririse2" !important;
  color: currentColor;
  font-size: 0.6rem;
}
.cid-u3J5fNS8gE .card-wrapper .card-box .link-wrap .link a:hover:before {
  opacity: 1;
  transform: translateX(8px) translateY(-50%);
}
.cid-u3J5fNS8gE .mbr-section-btn {
  text-align: center;
}
.cid-u3J5fNS8gE .mbr-section-btn .btn {
  padding: 18px 26px;
}
.cid-u3J5fNS8gE .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.5px;
}
.cid-u3J5fNS8gE .mbr-section-btn .btn-secondary:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
@media (max-width: 992px) {
  .cid-u3J5fNS8gE img {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .cid-u3J5fNS8gE .card-box .card-title,
  .cid-u3J5fNS8gE .card-box .mbr-text {
    text-align: left;
  }
}
.cid-u3IRVZtlLW {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u3IRVZtlLW .mbr-text {
  line-height: 1.5;
}
.cid-u3IRVZtlLW .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-u3J6nezemE {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-u3J6nezemE .row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-u3J6nezemE .badge {
  display: inline-block;
  color: #f68e2a;
}
.cid-u3J6nezemE .card-wrapper {
  background-position: center;
  border-radius: 4px;
  padding: 0;
  transition: all 0.3s;
  background-size: cover;
  display: flex !important;
  flex-direction: row !important;
  justify-content: center !important;
  align-items: flex-start;
}
.cid-u3J6nezemE .card-wrapper .mbr-iconfont {
  font-size: 50px;
  color: #f68e2a;
  margin-right: 25px;
}
@media (max-width: 768px) {
  .cid-u3J6nezemE .card-wrapper .mbr-iconfont {
    font-size: 30px;
  }
}
.cid-u3J6nezemE .card-wrapper .card-box {
  height: 100%;
}
.cid-u3J6nezemE .card-wrapper .card-box .link-wrap {
  width: 100%;
}
.cid-u3J6nezemE .card-wrapper .card-box .link-wrap .link {
  display: inline-block;
}
.cid-u3J6nezemE .card-wrapper .card-box .link-wrap .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 0.6rem;
}
.cid-u3J6nezemE .card-wrapper .card-box .link-wrap .link a:before {
  position: absolute;
  transition: all 0.3s;
  right: 0px;
  top: 55%;
  opacity: 0;
  transform: translateY(-50%);
  content: "\e909";
  font-family: "Moririse2" !important;
  color: currentColor;
  font-size: 0.6rem;
}
.cid-u3J6nezemE .card-wrapper .card-box .link-wrap .link a:hover:before {
  opacity: 1;
  transform: translateX(8px) translateY(-50%);
}
.cid-u3J6nezemE .mbr-section-btn {
  text-align: center;
}
.cid-u3J6nezemE .mbr-section-btn .btn {
  padding: 18px 26px;
}
.cid-u3J6nezemE .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.5px;
}
.cid-u3J6nezemE .mbr-section-btn .btn-secondary:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
@media (max-width: 992px) {
  .cid-u3J6nezemE img {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .cid-u3J6nezemE .card-box .card-title,
  .cid-u3J6nezemE .card-box .mbr-text {
    text-align: left;
  }
}
.cid-u3J6pk6IDx {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u3J6pk6IDx .mbr-text {
  line-height: 1.5;
}
.cid-u3J6pk6IDx .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-u3J6RPl1Ae {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-u3J6RPl1Ae .badge {
  display: inline-block;
  color: #f68e2a;
}
.cid-u3J6RPl1Ae .card-wrapper {
  background-position: center;
  border-radius: 4px;
  padding: 0;
  transition: all 0.3s;
  background-size: cover;
  display: flex !important;
  flex-direction: row !important;
  justify-content: center !important;
  align-items: flex-start;
}
.cid-u3J6RPl1Ae .card-wrapper .mbr-iconfont {
  font-size: 50px;
  color: #f68e2a;
  margin-right: 25px;
}
@media (max-width: 768px) {
  .cid-u3J6RPl1Ae .card-wrapper .mbr-iconfont {
    font-size: 30px;
  }
}
.cid-u3J6RPl1Ae .card-wrapper .card-box {
  height: 100%;
}
.cid-u3J6RPl1Ae .card-wrapper .card-box .link-wrap {
  width: 100%;
}
.cid-u3J6RPl1Ae .card-wrapper .card-box .link-wrap .link {
  display: inline-block;
}
.cid-u3J6RPl1Ae .card-wrapper .card-box .link-wrap .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 0.6rem;
}
.cid-u3J6RPl1Ae .card-wrapper .card-box .link-wrap .link a:before {
  position: absolute;
  transition: all 0.3s;
  right: 0px;
  top: 55%;
  opacity: 0;
  transform: translateY(-50%);
  content: "\e909";
  font-family: "Moririse2" !important;
  color: currentColor;
  font-size: 0.6rem;
}
.cid-u3J6RPl1Ae .card-wrapper .card-box .link-wrap .link a:hover:before {
  opacity: 1;
  transform: translateX(8px) translateY(-50%);
}
.cid-u3J6RPl1Ae .mbr-section-btn {
  text-align: center;
}
.cid-u3J6RPl1Ae .mbr-section-btn .btn {
  padding: 18px 26px;
}
.cid-u3J6RPl1Ae .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.5px;
}
.cid-u3J6RPl1Ae .mbr-section-btn .btn-secondary:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
@media (max-width: 992px) {
  .cid-u3J6RPl1Ae img {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .cid-u3J6RPl1Ae .card-box .card-title,
  .cid-u3J6RPl1Ae .card-box .mbr-text {
    text-align: left;
  }
}
.cid-u3J6SYN6rv {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u3J6SYN6rv .mbr-text {
  line-height: 1.5;
}
.cid-u3J6SYN6rv .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-u3J7nnwW06 {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-u3J7nnwW06 .row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-u3J7nnwW06 .badge {
  display: inline-block;
  color: #f68e2a;
}
.cid-u3J7nnwW06 .card-wrapper {
  background-position: center;
  border-radius: 4px;
  padding: 0;
  transition: all 0.3s;
  background-size: cover;
  display: flex !important;
  flex-direction: row !important;
  justify-content: center !important;
  align-items: flex-start;
}
.cid-u3J7nnwW06 .card-wrapper .mbr-iconfont {
  font-size: 50px;
  color: #f68e2a;
  margin-right: 25px;
}
@media (max-width: 768px) {
  .cid-u3J7nnwW06 .card-wrapper .mbr-iconfont {
    font-size: 30px;
  }
}
.cid-u3J7nnwW06 .card-wrapper .card-box {
  height: 100%;
}
.cid-u3J7nnwW06 .card-wrapper .card-box .link-wrap {
  width: 100%;
}
.cid-u3J7nnwW06 .card-wrapper .card-box .link-wrap .link {
  display: inline-block;
}
.cid-u3J7nnwW06 .card-wrapper .card-box .link-wrap .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 0.6rem;
}
.cid-u3J7nnwW06 .card-wrapper .card-box .link-wrap .link a:before {
  position: absolute;
  transition: all 0.3s;
  right: 0px;
  top: 55%;
  opacity: 0;
  transform: translateY(-50%);
  content: "\e909";
  font-family: "Moririse2" !important;
  color: currentColor;
  font-size: 0.6rem;
}
.cid-u3J7nnwW06 .card-wrapper .card-box .link-wrap .link a:hover:before {
  opacity: 1;
  transform: translateX(8px) translateY(-50%);
}
.cid-u3J7nnwW06 .mbr-section-btn {
  text-align: center;
}
.cid-u3J7nnwW06 .mbr-section-btn .btn {
  padding: 18px 26px;
}
.cid-u3J7nnwW06 .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.5px;
}
.cid-u3J7nnwW06 .mbr-section-btn .btn-secondary:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
@media (max-width: 992px) {
  .cid-u3J7nnwW06 img {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .cid-u3J7nnwW06 .card-box .card-title,
  .cid-u3J7nnwW06 .card-box .mbr-text {
    text-align: left;
  }
}
.cid-u3Nws7oDzs {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-u3Nws7oDzs .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u3Nws7oDzs img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 70%;
}
.cid-u3J7owvwWo {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u3J7owvwWo .mbr-text {
  line-height: 1.5;
}
.cid-u3J7owvwWo .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-u3IMCU28XH {
  padding-top: 3rem;
  padding-bottom: 0rem;
}
.cid-u3IMCU28XH .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 3.5rem;
  color: #f68e2a;
  margin-bottom: 1rem;
  border-radius: 50%;
  overflow: visible;
}
.cid-u3IMCU28XH .image-wrapper {
  height: 100%;
}
@media (max-width: 992px) {
  .cid-u3IMCU28XH .image-wrapper {
    padding-bottom: 2rem;
  }
}
.cid-u3IMCU28XH img {
  width: 100%;
}
.cid-u3IMCU28XH .card-wrapper {
  overflow: visible;
  margin-bottom: 2rem;
}
@media (max-width: 992px) {
  .cid-u3IMCU28XH .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-u45GE9mrTv {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("https://cdn.centrestack.com/mobi5/web/102221/images/windows-file-server-cloud-enablement-2000x950-tiny.jpg");
}
@media (max-width: 768px) {
  .cid-u45GE9mrTv {
    padding-top: 5rem;
  }
}
.cid-u45GE9mrTv .mbr-overlay {
  background: #000000;
  opacity: 0.7;
}
.cid-u45GEbiIE7 {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-u45GEbiIE7 .row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-u45GEbiIE7 .badge {
  display: inline-block;
  color: #f68e2a;
}
.cid-u45GEbiIE7 .card-wrapper {
  background-position: center;
  border-radius: 4px;
  padding: 0;
  transition: all 0.3s;
  background-size: cover;
  display: flex !important;
  flex-direction: row !important;
  justify-content: center !important;
  align-items: flex-start;
}
.cid-u45GEbiIE7 .card-wrapper .mbr-iconfont {
  font-size: 50px;
  color: #f68e2a;
  margin-right: 25px;
}
@media (max-width: 768px) {
  .cid-u45GEbiIE7 .card-wrapper .mbr-iconfont {
    font-size: 30px;
  }
}
.cid-u45GEbiIE7 .card-wrapper .card-box {
  height: 100%;
}
.cid-u45GEbiIE7 .card-wrapper .card-box .link-wrap {
  width: 100%;
}
.cid-u45GEbiIE7 .card-wrapper .card-box .link-wrap .link {
  display: inline-block;
}
.cid-u45GEbiIE7 .card-wrapper .card-box .link-wrap .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 0.6rem;
}
.cid-u45GEbiIE7 .card-wrapper .card-box .link-wrap .link a:before {
  position: absolute;
  transition: all 0.3s;
  right: 0px;
  top: 55%;
  opacity: 0;
  transform: translateY(-50%);
  content: "\e909";
  font-family: "Moririse2" !important;
  color: currentColor;
  font-size: 0.6rem;
}
.cid-u45GEbiIE7 .card-wrapper .card-box .link-wrap .link a:hover:before {
  opacity: 1;
  transform: translateX(8px) translateY(-50%);
}
.cid-u45GEbiIE7 .mbr-section-btn {
  text-align: center;
}
.cid-u45GEbiIE7 .mbr-section-btn .btn {
  padding: 18px 26px;
}
.cid-u45GEbiIE7 .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.5px;
}
.cid-u45GEbiIE7 .mbr-section-btn .btn-secondary:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
@media (max-width: 992px) {
  .cid-u45GEbiIE7 img {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .cid-u45GEbiIE7 .card-box .card-title,
  .cid-u45GEbiIE7 .card-box .mbr-text {
    text-align: left;
  }
}
.cid-u45GEd7Ygn {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u45GEd7Ygn .mbr-text {
  line-height: 1.5;
}
.cid-u45GEd7Ygn .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-u45GEe8hP4 {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-u45GEe8hP4 .badge {
  display: inline-block;
  color: #f68e2a;
}
.cid-u45GEe8hP4 .card-wrapper {
  background-position: center;
  border-radius: 4px;
  padding: 0;
  transition: all 0.3s;
  background-size: cover;
  display: flex !important;
  flex-direction: row !important;
  justify-content: center !important;
  align-items: flex-start;
}
.cid-u45GEe8hP4 .card-wrapper .mbr-iconfont {
  font-size: 50px;
  color: #f68e2a;
  margin-right: 25px;
}
@media (max-width: 768px) {
  .cid-u45GEe8hP4 .card-wrapper .mbr-iconfont {
    font-size: 30px;
  }
}
.cid-u45GEe8hP4 .card-wrapper .card-box {
  height: 100%;
}
.cid-u45GEe8hP4 .card-wrapper .card-box .link-wrap {
  width: 100%;
}
.cid-u45GEe8hP4 .card-wrapper .card-box .link-wrap .link {
  display: inline-block;
}
.cid-u45GEe8hP4 .card-wrapper .card-box .link-wrap .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 0.6rem;
}
.cid-u45GEe8hP4 .card-wrapper .card-box .link-wrap .link a:before {
  position: absolute;
  transition: all 0.3s;
  right: 0px;
  top: 55%;
  opacity: 0;
  transform: translateY(-50%);
  content: "\e909";
  font-family: "Moririse2" !important;
  color: currentColor;
  font-size: 0.6rem;
}
.cid-u45GEe8hP4 .card-wrapper .card-box .link-wrap .link a:hover:before {
  opacity: 1;
  transform: translateX(8px) translateY(-50%);
}
.cid-u45GEe8hP4 .mbr-section-btn {
  text-align: center;
}
.cid-u45GEe8hP4 .mbr-section-btn .btn {
  padding: 18px 26px;
}
.cid-u45GEe8hP4 .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.5px;
}
.cid-u45GEe8hP4 .mbr-section-btn .btn-secondary:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
@media (max-width: 992px) {
  .cid-u45GEe8hP4 img {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .cid-u45GEe8hP4 .card-box .card-title,
  .cid-u45GEe8hP4 .card-box .mbr-text {
    text-align: left;
  }
}
.cid-u45GEfFZVQ {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u45GEfFZVQ .mbr-text {
  line-height: 1.5;
}
.cid-u45GEfFZVQ .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-u45GEgVI4X {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-u45GEgVI4X .badge {
  display: inline-block;
  color: #f68e2a;
}
.cid-u45GEgVI4X .card-wrapper {
  background-position: center;
  border-radius: 4px;
  padding: 0;
  transition: all 0.3s;
  background-size: cover;
  display: flex !important;
  flex-direction: row !important;
  justify-content: center !important;
  align-items: flex-start;
}
.cid-u45GEgVI4X .card-wrapper .mbr-iconfont {
  font-size: 50px;
  color: #f68e2a;
  margin-right: 25px;
}
@media (max-width: 768px) {
  .cid-u45GEgVI4X .card-wrapper .mbr-iconfont {
    font-size: 30px;
  }
}
.cid-u45GEgVI4X .card-wrapper .card-box {
  height: 100%;
}
.cid-u45GEgVI4X .card-wrapper .card-box .link-wrap {
  width: 100%;
}
.cid-u45GEgVI4X .card-wrapper .card-box .link-wrap .link {
  display: inline-block;
}
.cid-u45GEgVI4X .card-wrapper .card-box .link-wrap .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 0.6rem;
}
.cid-u45GEgVI4X .card-wrapper .card-box .link-wrap .link a:before {
  position: absolute;
  transition: all 0.3s;
  right: 0px;
  top: 55%;
  opacity: 0;
  transform: translateY(-50%);
  content: "\e909";
  font-family: "Moririse2" !important;
  color: currentColor;
  font-size: 0.6rem;
}
.cid-u45GEgVI4X .card-wrapper .card-box .link-wrap .link a:hover:before {
  opacity: 1;
  transform: translateX(8px) translateY(-50%);
}
.cid-u45GEgVI4X .mbr-section-btn {
  text-align: center;
}
.cid-u45GEgVI4X .mbr-section-btn .btn {
  padding: 18px 26px;
}
.cid-u45GEgVI4X .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.5px;
}
.cid-u45GEgVI4X .mbr-section-btn .btn-secondary:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
@media (max-width: 992px) {
  .cid-u45GEgVI4X img {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .cid-u45GEgVI4X .card-box .card-title,
  .cid-u45GEgVI4X .card-box .mbr-text {
    text-align: left;
  }
}
.cid-u45MSVzWJm {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u45MSVzWJm .mbr-text {
  line-height: 1.5;
}
.cid-u45MSVzWJm .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-u45GEpRPxM {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-u45GEpRPxM .row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-u45GEpRPxM .badge {
  display: inline-block;
  color: #f68e2a;
}
.cid-u45GEpRPxM .card-wrapper {
  background-position: center;
  border-radius: 4px;
  padding: 0;
  transition: all 0.3s;
  background-size: cover;
  display: flex !important;
  flex-direction: row !important;
  justify-content: center !important;
  align-items: flex-start;
}
.cid-u45GEpRPxM .card-wrapper .mbr-iconfont {
  font-size: 50px;
  color: #f68e2a;
  margin-right: 25px;
}
@media (max-width: 768px) {
  .cid-u45GEpRPxM .card-wrapper .mbr-iconfont {
    font-size: 30px;
  }
}
.cid-u45GEpRPxM .card-wrapper .card-box {
  height: 100%;
}
.cid-u45GEpRPxM .card-wrapper .card-box .link-wrap {
  width: 100%;
}
.cid-u45GEpRPxM .card-wrapper .card-box .link-wrap .link {
  display: inline-block;
}
.cid-u45GEpRPxM .card-wrapper .card-box .link-wrap .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 0.6rem;
}
.cid-u45GEpRPxM .card-wrapper .card-box .link-wrap .link a:before {
  position: absolute;
  transition: all 0.3s;
  right: 0px;
  top: 55%;
  opacity: 0;
  transform: translateY(-50%);
  content: "\e909";
  font-family: "Moririse2" !important;
  color: currentColor;
  font-size: 0.6rem;
}
.cid-u45GEpRPxM .card-wrapper .card-box .link-wrap .link a:hover:before {
  opacity: 1;
  transform: translateX(8px) translateY(-50%);
}
.cid-u45GEpRPxM .mbr-section-btn {
  text-align: center;
}
.cid-u45GEpRPxM .mbr-section-btn .btn {
  padding: 18px 26px;
}
.cid-u45GEpRPxM .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.5px;
}
.cid-u45GEpRPxM .mbr-section-btn .btn-secondary:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
@media (max-width: 992px) {
  .cid-u45GEpRPxM img {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .cid-u45GEpRPxM .card-box .card-title,
  .cid-u45GEpRPxM .card-box .mbr-text {
    text-align: left;
  }
}
.cid-u45PdMQiMs {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u45PdMQiMs .mbr-text {
  line-height: 1.5;
}
.cid-u45PdMQiMs .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-u45QmLNt9b {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-u45QmLNt9b .badge {
  display: inline-block;
  color: #f68e2a;
}
.cid-u45QmLNt9b .card-wrapper {
  background-position: center;
  border-radius: 4px;
  padding: 0;
  transition: all 0.3s;
  background-size: cover;
  display: flex !important;
  flex-direction: row !important;
  justify-content: center !important;
  align-items: flex-start;
}
.cid-u45QmLNt9b .card-wrapper .mbr-iconfont {
  font-size: 50px;
  color: #f68e2a;
  margin-right: 25px;
}
@media (max-width: 768px) {
  .cid-u45QmLNt9b .card-wrapper .mbr-iconfont {
    font-size: 30px;
  }
}
.cid-u45QmLNt9b .card-wrapper .card-box {
  height: 100%;
}
.cid-u45QmLNt9b .card-wrapper .card-box .link-wrap {
  width: 100%;
}
.cid-u45QmLNt9b .card-wrapper .card-box .link-wrap .link {
  display: inline-block;
}
.cid-u45QmLNt9b .card-wrapper .card-box .link-wrap .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 0.6rem;
}
.cid-u45QmLNt9b .card-wrapper .card-box .link-wrap .link a:before {
  position: absolute;
  transition: all 0.3s;
  right: 0px;
  top: 55%;
  opacity: 0;
  transform: translateY(-50%);
  content: "\e909";
  font-family: "Moririse2" !important;
  color: currentColor;
  font-size: 0.6rem;
}
.cid-u45QmLNt9b .card-wrapper .card-box .link-wrap .link a:hover:before {
  opacity: 1;
  transform: translateX(8px) translateY(-50%);
}
.cid-u45QmLNt9b .mbr-section-btn {
  text-align: center;
}
.cid-u45QmLNt9b .mbr-section-btn .btn {
  padding: 18px 26px;
}
.cid-u45QmLNt9b .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.5px;
}
.cid-u45QmLNt9b .mbr-section-btn .btn-secondary:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
@media (max-width: 992px) {
  .cid-u45QmLNt9b img {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .cid-u45QmLNt9b .card-box .card-title,
  .cid-u45QmLNt9b .card-box .mbr-text {
    text-align: left;
  }
}
.cid-u45GEvSjmh {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u45GEvSjmh .mbr-text {
  line-height: 1.5;
}
.cid-u45GEvSjmh .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-u45GEjZeMB {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u45GEjZeMB img {
  width: 120px;
  padding: 5px;
  margin: auto;
}
.cid-u45GEjZeMB .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
}
@media (min-width: 992px) {
  .cid-u45GEjZeMB .card {
    max-width: 12.5%;
  }
}
.cid-u45GEjZeMB .row {
  justify-content: space-between;
}
@media (min-width: 575px) and (max-width: 990px) {
  .cid-u45GEjZeMB .row {
    justify-content: center;
  }
}
.cid-u45GElHDkW {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-u45GElHDkW .card {
  padding: 3rem;
  background: transparent;
  border-radius: 0;
  display: flex;
  flex-direction: column;
  border: 1px solid #B2B2B2;
}
.cid-u45GElHDkW .mbr-iconfont {
  font-size: 50px;
  color: #f68e2a;
}
.cid-u45GElHDkW .iconfont-wrapper {
  padding-bottom: 10px;
  text-align: right;
}
.cid-u45GElHDkW img {
  height: 100px;
  width: auto;
}
.cid-u45GElHDkW .user_image {
  margin-left: 6px;
}
.cid-u45GElHDkW .title {
  margin-bottom: 0;
}
.cid-u45GElHDkW .mbr-section-subtitle {
  padding-bottom: 5px;
  margin-bottom: 0;
}
.cid-u45GElHDkW .row {
  align-items: center;
}
.cid-u45GElHDkW .top {
  margin-top: 40px;
}
.cid-u45GElHDkW .small {
  padding-left: 15px;
}
.cid-u45GElHDkW .no-padding {
  padding: 0 7px;
}
@media (max-width: 690px) {
  .cid-u45GElHDkW .iconfont-wrapper {
    margin-top: 30px;
  }
  .cid-u45GElHDkW .card {
    padding: 1rem;
  }
  .cid-u45GElHDkW .quote-mark {
    display: none;
  }
  .cid-u45GElHDkW .mbr-section-subtitle {
    margin-bottom: 10px;
  }
}
.cid-u45GEmYc2n {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u45GEmYc2n .mbr-fallback-image.disabled {
  display: none;
}
.cid-u45GEmYc2n .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u45GEmYc2n .container {
    padding: 0 30px;
  }
}
@media (min-width: 992px) {
  .cid-u45GEmYc2n .row {
    padding: 0 8px;
  }
}
.cid-u45GEmYc2n .item {
  padding: 0 8px;
}
@media (max-width: 992px) {
  .cid-u45GEmYc2n .item {
    padding: 0 12px;
  }
}
.cid-u45GEmYc2n .item .item-wrapper {
  display: flex;
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 768px) {
  .cid-u45GEmYc2n .item .item-wrapper {
    flex-direction: column;
  }
}
.cid-u45GEmYc2n .item .item-wrapper .item-img {
  padding: 0 15px;
  margin: 25px 0 40px;
}
.cid-u45GEmYc2n .item .item-wrapper .item-img img {
  height: 150px;
  width: 150px;
  border: 5px solid #ffffff;
  object-fit: cover;
  border-radius: 100%;
}
.cid-u45GEmYc2n .item .item-wrapper .item-content {
  width: 100%;
  padding: 40px 15px 0;
}
@media (max-width: 768px) {
  .cid-u45GEmYc2n .item .item-wrapper .item-content {
    padding: 0 15px 40px;
  }
}
.cid-u45GEmYc2n .item .item-wrapper .item-content .mbr-name {
  margin-bottom: 0;
}
.cid-u45GEmYc2n .item .item-wrapper .item-content .mbr-role {
  margin-bottom: 0;
}
.cid-u45GEmYc2n .item .item-wrapper .item-content .link-wrap a {
  position: relative;
  display: inline-flex;
  align-items: center;
}
.cid-u45GEmYc2n .item .item-wrapper .item-content .link-wrap a:hover::before,
.cid-u45GEmYc2n .item .item-wrapper .item-content .link-wrap a:focus::before {
  width: 100%;
}
.cid-u45GEmYc2n .item .item-wrapper .item-content .link-wrap a:hover .mbr-iconfont,
.cid-u45GEmYc2n .item .item-wrapper .item-content .link-wrap a:focus .mbr-iconfont {
  transform: translateX(10px);
}
.cid-u45GEmYc2n .item .item-wrapper .item-content .link-wrap a::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-color: #b3efdc;
  height: 100%;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-u45GEmYc2n .item .item-wrapper .item-content .link-wrap a .mbr-link {
  position: relative;
  margin-bottom: 0;
  text-decoration: underline;
}
.cid-u45GEmYc2n .item .item-wrapper .item-content .link-wrap a .mbr-iconfont {
  position: relative;
  display: block;
  font-size: 18px;
  margin-left: 20px;
  transition: all 0.3s ease-in-out;
}
.cid-u45RLOT7OU {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u45RLOT7OU .mbr-text {
  line-height: 1.5;
}
.cid-u45RLOT7OU .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-u45QouWnfi {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-u45QouWnfi .row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-u45QouWnfi .badge {
  display: inline-block;
  color: #f68e2a;
}
.cid-u45QouWnfi .card-wrapper {
  background-position: center;
  border-radius: 4px;
  padding: 0;
  transition: all 0.3s;
  background-size: cover;
  display: flex !important;
  flex-direction: row !important;
  justify-content: center !important;
  align-items: flex-start;
}
.cid-u45QouWnfi .card-wrapper .mbr-iconfont {
  font-size: 50px;
  color: #f68e2a;
  margin-right: 25px;
}
@media (max-width: 768px) {
  .cid-u45QouWnfi .card-wrapper .mbr-iconfont {
    font-size: 30px;
  }
}
.cid-u45QouWnfi .card-wrapper .card-box {
  height: 100%;
}
.cid-u45QouWnfi .card-wrapper .card-box .link-wrap {
  width: 100%;
}
.cid-u45QouWnfi .card-wrapper .card-box .link-wrap .link {
  display: inline-block;
}
.cid-u45QouWnfi .card-wrapper .card-box .link-wrap .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 0.6rem;
}
.cid-u45QouWnfi .card-wrapper .card-box .link-wrap .link a:before {
  position: absolute;
  transition: all 0.3s;
  right: 0px;
  top: 55%;
  opacity: 0;
  transform: translateY(-50%);
  content: "\e909";
  font-family: "Moririse2" !important;
  color: currentColor;
  font-size: 0.6rem;
}
.cid-u45QouWnfi .card-wrapper .card-box .link-wrap .link a:hover:before {
  opacity: 1;
  transform: translateX(8px) translateY(-50%);
}
.cid-u45QouWnfi .mbr-section-btn {
  text-align: center;
}
.cid-u45QouWnfi .mbr-section-btn .btn {
  padding: 18px 26px;
}
.cid-u45QouWnfi .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.5px;
}
.cid-u45QouWnfi .mbr-section-btn .btn-secondary:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
@media (max-width: 992px) {
  .cid-u45QouWnfi img {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .cid-u45QouWnfi .card-box .card-title,
  .cid-u45QouWnfi .card-box .mbr-text {
    text-align: left;
  }
}
.cid-u4bAKpICZ9 {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("https://cdn.centrestack.com/fb/photoshop1200x630.jpg");
}
@media (max-width: 768px) {
  .cid-u4bAKpICZ9 {
    padding-top: 5rem;
  }
}
.cid-u4bAKpICZ9 .mbr-overlay {
  background: #000000;
  opacity: 0.7;
}
.cid-u4bEjAoefd {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-u4bEjAoefd .row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-u4bEjAoefd .badge {
  display: inline-block;
  color: #f68e2a;
}
.cid-u4bEjAoefd .card-wrapper {
  background-position: center;
  border-radius: 4px;
  padding: 0;
  transition: all 0.3s;
  background-size: cover;
  display: flex !important;
  flex-direction: row !important;
  justify-content: center !important;
  align-items: flex-start;
}
.cid-u4bEjAoefd .card-wrapper .mbr-iconfont {
  font-size: 50px;
  color: #f68e2a;
  margin-right: 25px;
}
@media (max-width: 768px) {
  .cid-u4bEjAoefd .card-wrapper .mbr-iconfont {
    font-size: 30px;
  }
}
.cid-u4bEjAoefd .card-wrapper .card-box {
  height: 100%;
}
.cid-u4bEjAoefd .card-wrapper .card-box .link-wrap {
  width: 100%;
}
.cid-u4bEjAoefd .card-wrapper .card-box .link-wrap .link {
  display: inline-block;
}
.cid-u4bEjAoefd .card-wrapper .card-box .link-wrap .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 0.6rem;
}
.cid-u4bEjAoefd .card-wrapper .card-box .link-wrap .link a:before {
  position: absolute;
  transition: all 0.3s;
  right: 0px;
  top: 55%;
  opacity: 0;
  transform: translateY(-50%);
  content: "\e909";
  font-family: "Moririse2" !important;
  color: currentColor;
  font-size: 0.6rem;
}
.cid-u4bEjAoefd .card-wrapper .card-box .link-wrap .link a:hover:before {
  opacity: 1;
  transform: translateX(8px) translateY(-50%);
}
.cid-u4bEjAoefd .mbr-section-btn {
  text-align: center;
}
.cid-u4bEjAoefd .mbr-section-btn .btn {
  padding: 18px 26px;
}
.cid-u4bEjAoefd .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.5px;
}
.cid-u4bEjAoefd .mbr-section-btn .btn-secondary:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
@media (max-width: 992px) {
  .cid-u4bEjAoefd img {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .cid-u4bEjAoefd .card-box .card-title,
  .cid-u4bEjAoefd .card-box .mbr-text {
    text-align: left;
  }
}
.cid-u4bER3D15c {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u4bER3D15c .mbr-text {
  line-height: 1.5;
}
.cid-u4bER3D15c .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-u4bFW3GmsI {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-u4bFW3GmsI img {
  width: 120px;
  padding: 5px;
  margin: auto;
}
.cid-u4bFW3GmsI .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
}
@media (min-width: 992px) {
  .cid-u4bFW3GmsI .card {
    max-width: 12.5%;
  }
}
.cid-u4bFW3GmsI .row {
  justify-content: space-between;
}
@media (min-width: 575px) and (max-width: 990px) {
  .cid-u4bFW3GmsI .row {
    justify-content: center;
  }
}
.cid-u4bFatBA5y {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u4bFatBA5y .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4bFatBA5y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u4bFatBA5y .container {
    padding: 0 30px;
  }
}
@media (min-width: 992px) {
  .cid-u4bFatBA5y .row {
    padding: 0 8px;
  }
}
.cid-u4bFatBA5y .item {
  padding: 0 8px;
}
@media (max-width: 992px) {
  .cid-u4bFatBA5y .item {
    padding: 0 12px;
  }
}
.cid-u4bFatBA5y .item .item-img {
  position: relative;
  display: flex;
  justify-content: center;
}
.cid-u4bFatBA5y .item .item-img img {
  height: 150px;
  width: 150px;
  border: 5px solid #ffffff;
  object-fit: cover;
  border-radius: 100%;
}
.cid-u4bFatBA5y .item .item-wrapper {
  display: flex;
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 768px) {
  .cid-u4bFatBA5y .item .item-wrapper {
    flex-direction: column;
  }
}
.cid-u4bFatBA5y .item .item-wrapper .item-content {
  width: 100%;
  padding: 40px 15px 0;
}
@media (max-width: 768px) {
  .cid-u4bFatBA5y .item .item-wrapper .item-content {
    padding: 0 15px 40px;
  }
}
.cid-u4bFatBA5y .item .item-wrapper .item-content .mbr-name {
  margin-bottom: 0;
}
.cid-u4bFatBA5y .item .item-wrapper .item-content .mbr-role {
  margin-bottom: 0;
}
.cid-u4bFatBA5y .item .item-wrapper .item-content .link-wrap a {
  position: relative;
  display: inline-flex;
  align-items: center;
}
.cid-u4bFatBA5y .item .item-wrapper .item-content .link-wrap a:hover::before,
.cid-u4bFatBA5y .item .item-wrapper .item-content .link-wrap a:focus::before {
  width: 100%;
}
.cid-u4bFatBA5y .item .item-wrapper .item-content .link-wrap a:hover .mbr-iconfont,
.cid-u4bFatBA5y .item .item-wrapper .item-content .link-wrap a:focus .mbr-iconfont {
  transform: translateX(10px);
}
.cid-u4bFatBA5y .item .item-wrapper .item-content .link-wrap a::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-color: #b3efdc;
  height: 100%;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-u4bFatBA5y .item .item-wrapper .item-content .link-wrap a .mbr-link {
  position: relative;
  margin-bottom: 0;
  text-decoration: underline;
}
.cid-u4bFatBA5y .item .item-wrapper .item-content .link-wrap a .mbr-iconfont {
  position: relative;
  display: block;
  font-size: 18px;
  margin-left: 20px;
  transition: all 0.3s ease-in-out;
}
.cid-u4bFvdWxzP {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u4bFvdWxzP .mbr-text {
  line-height: 1.5;
}
.cid-u4bFvdWxzP .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-u4heaJ0s1p {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-u4heaJ0s1p .badge {
  display: inline-block;
  color: #f68e2a;
}
.cid-u4heaJ0s1p .card-wrapper {
  background-position: center;
  border-radius: 4px;
  padding: 0;
  transition: all 0.3s;
  background-size: cover;
  display: flex !important;
  flex-direction: row !important;
  justify-content: center !important;
  align-items: flex-start;
}
.cid-u4heaJ0s1p .card-wrapper .mbr-iconfont {
  font-size: 50px;
  color: #f68e2a;
  margin-right: 25px;
}
@media (max-width: 768px) {
  .cid-u4heaJ0s1p .card-wrapper .mbr-iconfont {
    font-size: 30px;
  }
}
.cid-u4heaJ0s1p .card-wrapper .card-box {
  height: 100%;
}
.cid-u4heaJ0s1p .card-wrapper .card-box .link-wrap {
  width: 100%;
}
.cid-u4heaJ0s1p .card-wrapper .card-box .link-wrap .link {
  display: inline-block;
}
.cid-u4heaJ0s1p .card-wrapper .card-box .link-wrap .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 0.6rem;
}
.cid-u4heaJ0s1p .card-wrapper .card-box .link-wrap .link a:before {
  position: absolute;
  transition: all 0.3s;
  right: 0px;
  top: 55%;
  opacity: 0;
  transform: translateY(-50%);
  content: "\e909";
  font-family: "Moririse2" !important;
  color: currentColor;
  font-size: 0.6rem;
}
.cid-u4heaJ0s1p .card-wrapper .card-box .link-wrap .link a:hover:before {
  opacity: 1;
  transform: translateX(8px) translateY(-50%);
}
.cid-u4heaJ0s1p .mbr-section-btn {
  text-align: center;
}
.cid-u4heaJ0s1p .mbr-section-btn .btn {
  padding: 18px 26px;
}
.cid-u4heaJ0s1p .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.5px;
}
.cid-u4heaJ0s1p .mbr-section-btn .btn-secondary:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
@media (max-width: 992px) {
  .cid-u4heaJ0s1p img {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .cid-u4heaJ0s1p .card-box .card-title,
  .cid-u4heaJ0s1p .card-box .mbr-text {
    text-align: left;
  }
}
.cid-u4hfOoKYkl {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u4hfOoKYkl .mbr-text {
  line-height: 1.5;
}
.cid-u4hfOoKYkl .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-u4heJrBUKr {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-u4heJrBUKr .row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-u4heJrBUKr .badge {
  display: inline-block;
  color: #f68e2a;
}
.cid-u4heJrBUKr .card-wrapper {
  background-position: center;
  border-radius: 4px;
  padding: 0;
  transition: all 0.3s;
  background-size: cover;
  display: flex !important;
  flex-direction: row !important;
  justify-content: center !important;
  align-items: flex-start;
}
.cid-u4heJrBUKr .card-wrapper .mbr-iconfont {
  font-size: 50px;
  color: #f68e2a;
  margin-right: 25px;
}
@media (max-width: 768px) {
  .cid-u4heJrBUKr .card-wrapper .mbr-iconfont {
    font-size: 30px;
  }
}
.cid-u4heJrBUKr .card-wrapper .card-box {
  height: 100%;
}
.cid-u4heJrBUKr .card-wrapper .card-box .link-wrap {
  width: 100%;
}
.cid-u4heJrBUKr .card-wrapper .card-box .link-wrap .link {
  display: inline-block;
}
.cid-u4heJrBUKr .card-wrapper .card-box .link-wrap .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 0.6rem;
}
.cid-u4heJrBUKr .card-wrapper .card-box .link-wrap .link a:before {
  position: absolute;
  transition: all 0.3s;
  right: 0px;
  top: 55%;
  opacity: 0;
  transform: translateY(-50%);
  content: "\e909";
  font-family: "Moririse2" !important;
  color: currentColor;
  font-size: 0.6rem;
}
.cid-u4heJrBUKr .card-wrapper .card-box .link-wrap .link a:hover:before {
  opacity: 1;
  transform: translateX(8px) translateY(-50%);
}
.cid-u4heJrBUKr .mbr-section-btn {
  text-align: center;
}
.cid-u4heJrBUKr .mbr-section-btn .btn {
  padding: 18px 26px;
}
.cid-u4heJrBUKr .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.5px;
}
.cid-u4heJrBUKr .mbr-section-btn .btn-secondary:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
@media (max-width: 992px) {
  .cid-u4heJrBUKr img {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .cid-u4heJrBUKr .card-box .card-title,
  .cid-u4heJrBUKr .card-box .mbr-text {
    text-align: left;
  }
}
.cid-u4mP8nPs44 {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-u4mP8nPs44 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4mP8nPs44 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4mP8nPs44 .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u4mP8nPs44 .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-u4mP8nPs44 .container {
    padding: 0;
  }
}
.cid-u4mP8nPs44 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u4mP8nPs44 .title-wrapper {
    padding: 0 16px;
  }
}
.cid-u4mP8nPs44 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-u4mP8nPs44 .panel-group {
    padding: 0 16px;
  }
}
.cid-u4mP8nPs44 .panel-group .card {
  padding: 30px 0;
  border-bottom: 1px solid #6592e6;
  border-radius: 0;
}
@media (max-width: 992px) {
  .cid-u4mP8nPs44 .panel-group .card {
    padding: 30px 0;
  }
}
.cid-u4mP8nPs44 .panel-group .card .card-header {
  padding: 0;
  background-color: transparent;
  border: none;
}
.cid-u4mP8nPs44 .panel-group .card .card-header .panel-title {
  border: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-u4mP8nPs44 .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-u4mP8nPs44 .panel-group .card .card-header .panel-title .mbr-iconfont {
  margin-left: 10px;
  font-size: 24px;
  transition: all 0.3s ease-in-out;
}
.cid-u4mP8nPs44 .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(-45deg);
  color: #f68e2a;
}
.cid-u4mP8nPs44 .panel-group .card .panel-collapse .panel-body {
  padding: 16px 0 0 0;
}
.cid-u4mP8nPs44 .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-u4mP8nPs44 a {
  color: #3f485d;
}
.cid-u4nG0pddM1 {
  padding-top: 120px;
  background-image: url("https://cdn.centrestack.com/mobi5/web/gladinet/images/fb/camera-media2-1200x630-tiny.jpg");
}
.cid-u4nG0pddM1 .container {
  margin-bottom: 15%;
}
.cid-u4nG0pddM1 .mbr-overlay {
  background: #000000;
  opacity: 0.7;
}
.cid-u4nG0pddM1 .content-container .btn-bgr {
  z-index: 0;
}
.cid-u4nG0pddM1 .container-boxes {
  padding-bottom: 0px;
  position: relative;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: stretch;
  align-items: stretch;
  background-color: #ffffff;
}
.cid-u4nG0pddM1 .box-item {
  width: calc(50% - 5rem);
  padding: 2.5rem;
}
.cid-u4nG0pddM1 .box-item:first-child {
  background-color: #56a700;
  margin-top: -200px;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}
.cid-u4nG0pddM1 .box-item:last-child {
  background-color: #56a700;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}
.cid-u4nG0pddM1 .media-content {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
@media (min-width: 992px) {
  .cid-u4nG0pddM1 .media-container-row {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .cid-u4nG0pddM1 .box-item {
    margin-top: -200px;
    max-width: 600px;
  }
}
@media (max-width: 991px) {
  .cid-u4nG0pddM1 .content-container {
    -webkit-flex-basis: 90%;
    flex-basis: 90%;
  }
  .cid-u4nG0pddM1 .box-item {
    margin-top: 0;
    width: 90%;
  }
  .cid-u4nG0pddM1 .box-item:first-child {
    margin-top: -100px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 0;
  }
  .cid-u4nG0pddM1 .box-item:last-child {
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    border-top-right-radius: 0;
  }
}
.cid-u4nG0pddM1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4nG0pddM1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4nG0pOrzd {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-u4nG0pOrzd .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4nG0pOrzd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u4nG0pOrzd .container {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-u4nG0pOrzd .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-u4nG0pOrzd .row {
  justify-content: space-between;
}
.cid-u4nG0pOrzd .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media (max-width: 992px) {
  .cid-u4nG0pOrzd .items-wrapper {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}
.cid-u4nG0pOrzd .item .item-wrapper .card-box {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-u4nG0pOrzd .item .item-wrapper .card-box {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-u4nG0pOrzd .item .item-wrapper .card-box .icon-wrapper {
    margin-bottom: 16px;
    margin-right: 0;
  }
}
.cid-u4nG0pOrzd .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  display: flex;
  align-items: center;
  font-size: 20px;
  color: #f68e2a;
}
.cid-u4nG0pOrzd .item .item-wrapper .card-box .card-title {
  margin-bottom: 0;
}
.cid-u4nGnpc66L {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u4nGnpc66L .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-u4nGnpc66L .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u4nGnpc66L .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-u4nGnpc66L .content-wrapper {
    padding: 2rem;
  }
}
.cid-u4nGnpc66L .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-u4nGnpc66L .mbr-section-subtitle {
  margin-bottom: 21px;
}
.cid-u4nGr928z8 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("https://cdn.centrestack.com/mobi5/web/102221/images/211101-triofox-demo-testimonial-back-1366x340-1366x340.png");
}
.cid-u4nGr928z8 .user_image {
  width: 128px;
  height: 128px;
  overflow: hidden;
  display: flex;
}
.cid-u4nGr928z8 .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-u4nGr928z8 .mbr-iconfont {
  font-size: 3rem;
}
.cid-u4nGr928z8 .mbri-quote-left {
  color: #f68e2a;
}
.cid-u4nGr928z8 .mbri-quote-right {
  color: #56a700;
  position: absolute;
  bottom: 1rem;
  right: 0;
}
@media (max-width: 230px) {
  .cid-u4nGr928z8 .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-u4nGoY0GdB {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-u4nGoY0GdB .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-u4nGoY0GdB .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u4nGoY0GdB .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-u4nGoY0GdB .content-wrapper {
    padding: 2rem;
  }
}
.cid-u4nGoY0GdB .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-u4nGoY0GdB .mbr-section-subtitle {
  margin-bottom: 21px;
}
.cid-u4nGrUUnsS {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("https://cdn.centrestack.com/mobi5/web/102221/images/211101-triofox-demo-testimonial-back-1366x340-1366x340.png");
}
.cid-u4nGrUUnsS .user_image {
  width: 128px;
  height: 128px;
  overflow: hidden;
  display: flex;
}
.cid-u4nGrUUnsS .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-u4nGrUUnsS .mbr-iconfont {
  font-size: 3rem;
}
.cid-u4nGrUUnsS .mbri-quote-left {
  color: #f68e2a;
}
.cid-u4nGrUUnsS .mbri-quote-right {
  color: #56a700;
  position: absolute;
  bottom: 1rem;
  right: 0;
}
@media (max-width: 230px) {
  .cid-u4nGrUUnsS .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-u4oiZLgPKi {
  padding-top: 120px;
  background-image: url("https://cdn.centrestack.com/mobi5/web/gladinet/images/fb/healthcare-1200x630-tiny.jpg");
}
.cid-u4oiZLgPKi .container {
  margin-bottom: 15%;
}
.cid-u4oiZLgPKi .mbr-overlay {
  background: #000000;
  opacity: 0.8;
}
.cid-u4oiZLgPKi .content-container .btn-bgr {
  z-index: 0;
}
.cid-u4oiZLgPKi .container-boxes {
  padding-bottom: 0px;
  position: relative;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: stretch;
  align-items: stretch;
  background-color: #ffffff;
}
.cid-u4oiZLgPKi .box-item {
  width: calc(50% - 5rem);
  padding: 2.5rem;
}
.cid-u4oiZLgPKi .box-item:first-child {
  background-color: #56a700;
  margin-top: -200px;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}
.cid-u4oiZLgPKi .box-item:last-child {
  background-color: #56a700;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}
.cid-u4oiZLgPKi .media-content {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
@media (min-width: 992px) {
  .cid-u4oiZLgPKi .media-container-row {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .cid-u4oiZLgPKi .box-item {
    margin-top: -200px;
    max-width: 600px;
  }
}
@media (max-width: 991px) {
  .cid-u4oiZLgPKi .content-container {
    -webkit-flex-basis: 90%;
    flex-basis: 90%;
  }
  .cid-u4oiZLgPKi .box-item {
    margin-top: 0;
    width: 90%;
  }
  .cid-u4oiZLgPKi .box-item:first-child {
    margin-top: -100px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 0;
  }
  .cid-u4oiZLgPKi .box-item:last-child {
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    border-top-right-radius: 0;
  }
}
.cid-u4oiZLgPKi .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4oiZLgPKi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4oiZLLfsv {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-u4oiZLLfsv .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4oiZLLfsv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u4oiZLLfsv .container {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-u4oiZLLfsv .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-u4oiZLLfsv .row {
  justify-content: space-between;
}
.cid-u4oiZLLfsv .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media (max-width: 992px) {
  .cid-u4oiZLLfsv .items-wrapper {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}
.cid-u4oiZLLfsv .item .item-wrapper .card-box {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-u4oiZLLfsv .item .item-wrapper .card-box {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-u4oiZLLfsv .item .item-wrapper .card-box .icon-wrapper {
    margin-bottom: 16px;
    margin-right: 0;
  }
}
.cid-u4oiZLLfsv .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  display: flex;
  align-items: center;
  font-size: 20px;
  color: #f68e2a;
}
.cid-u4oiZLLfsv .item .item-wrapper .card-box .card-title {
  margin-bottom: 0;
}
.cid-u4oiZMkQ3i {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u4oiZMkQ3i .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-u4oiZMkQ3i .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u4oiZMkQ3i .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-u4oiZMkQ3i .content-wrapper {
    padding: 2rem;
  }
}
.cid-u4oiZMkQ3i .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-u4oiZMkQ3i .mbr-section-subtitle {
  margin-bottom: 21px;
}
.cid-u4oiZMZgel {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("https://cdn.centrestack.com/mobi5/web/102221/images/211101-triofox-demo-testimonial-back-1366x340-1366x340.png");
}
.cid-u4oiZMZgel .user_image {
  width: 128px;
  height: 128px;
  overflow: hidden;
  display: flex;
}
.cid-u4oiZMZgel .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-u4oiZMZgel .mbr-iconfont {
  font-size: 3rem;
}
.cid-u4oiZMZgel .mbri-quote-left {
  color: #f68e2a;
}
.cid-u4oiZMZgel .mbri-quote-right {
  color: #56a700;
  position: absolute;
  bottom: 1rem;
  right: 0;
}
@media (max-width: 230px) {
  .cid-u4oiZMZgel .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-u4oiZNzsN4 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-u4oiZNzsN4 .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-u4oiZNzsN4 .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u4oiZNzsN4 .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-u4oiZNzsN4 .content-wrapper {
    padding: 2rem;
  }
}
.cid-u4oiZNzsN4 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-u4oiZNzsN4 .mbr-section-subtitle {
  margin-bottom: 21px;
}
.cid-u4oiZOamKG {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("https://cdn.centrestack.com/mobi5/web/102221/images/211101-triofox-demo-testimonial-back-1366x340-1366x340.png");
}
.cid-u4oiZOamKG .user_image {
  width: 128px;
  height: 128px;
  overflow: hidden;
  display: flex;
}
.cid-u4oiZOamKG .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-u4oiZOamKG .mbr-iconfont {
  font-size: 3rem;
}
.cid-u4oiZOamKG .mbri-quote-left {
  color: #f68e2a;
}
.cid-u4oiZOamKG .mbri-quote-right {
  color: #56a700;
  position: absolute;
  bottom: 1rem;
  right: 0;
}
@media (max-width: 230px) {
  .cid-u4oiZOamKG .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-u4oodiyFrQ {
  padding-top: 120px;
  background-image: url("https://cdn.centrestack.com/mobi5/web/gladinet/images/fb/healthcare-1200x630-tiny.jpg");
}
.cid-u4oodiyFrQ .container {
  margin-bottom: 15%;
}
.cid-u4oodiyFrQ .mbr-overlay {
  background: #000000;
  opacity: 0.8;
}
.cid-u4oodiyFrQ .content-container .btn-bgr {
  z-index: 0;
}
.cid-u4oodiyFrQ .container-boxes {
  padding-bottom: 0px;
  position: relative;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: stretch;
  align-items: stretch;
  background-color: #ffffff;
}
.cid-u4oodiyFrQ .box-item {
  width: calc(50% - 5rem);
  padding: 2.5rem;
}
.cid-u4oodiyFrQ .box-item:first-child {
  background-color: #56a700;
  margin-top: -200px;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}
.cid-u4oodiyFrQ .box-item:last-child {
  background-color: #56a700;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}
.cid-u4oodiyFrQ .media-content {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
@media (min-width: 992px) {
  .cid-u4oodiyFrQ .media-container-row {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .cid-u4oodiyFrQ .box-item {
    margin-top: -200px;
    max-width: 600px;
  }
}
@media (max-width: 991px) {
  .cid-u4oodiyFrQ .content-container {
    -webkit-flex-basis: 90%;
    flex-basis: 90%;
  }
  .cid-u4oodiyFrQ .box-item {
    margin-top: 0;
    width: 90%;
  }
  .cid-u4oodiyFrQ .box-item:first-child {
    margin-top: -100px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 0;
  }
  .cid-u4oodiyFrQ .box-item:last-child {
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    border-top-right-radius: 0;
  }
}
.cid-u4oodiyFrQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4oodiyFrQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4oodjaZ0W {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-u4oodjaZ0W .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4oodjaZ0W .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u4oodjaZ0W .container {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-u4oodjaZ0W .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-u4oodjaZ0W .row {
  justify-content: space-between;
}
.cid-u4oodjaZ0W .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media (max-width: 992px) {
  .cid-u4oodjaZ0W .items-wrapper {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}
.cid-u4oodjaZ0W .item .item-wrapper .card-box {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-u4oodjaZ0W .item .item-wrapper .card-box {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-u4oodjaZ0W .item .item-wrapper .card-box .icon-wrapper {
    margin-bottom: 16px;
    margin-right: 0;
  }
}
.cid-u4oodjaZ0W .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  display: flex;
  align-items: center;
  font-size: 20px;
  color: #f68e2a;
}
.cid-u4oodjaZ0W .item .item-wrapper .card-box .card-title {
  margin-bottom: 0;
}
.cid-u4oodjL6l0 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u4oodjL6l0 .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-u4oodjL6l0 .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u4oodjL6l0 .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-u4oodjL6l0 .content-wrapper {
    padding: 2rem;
  }
}
.cid-u4oodjL6l0 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-u4oodjL6l0 .mbr-section-subtitle {
  margin-bottom: 21px;
}
.cid-u4oodkkF2D {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("https://cdn.centrestack.com/mobi5/web/102221/images/211101-triofox-demo-testimonial-back-1366x340-1366x340.png");
}
.cid-u4oodkkF2D .user_image {
  width: 128px;
  height: 128px;
  overflow: hidden;
  display: flex;
}
.cid-u4oodkkF2D .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-u4oodkkF2D .mbr-iconfont {
  font-size: 3rem;
}
.cid-u4oodkkF2D .mbri-quote-left {
  color: #f68e2a;
}
.cid-u4oodkkF2D .mbri-quote-right {
  color: #56a700;
  position: absolute;
  bottom: 1rem;
  right: 0;
}
@media (max-width: 230px) {
  .cid-u4oodkkF2D .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-u4oodkV0at {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-u4oodkV0at .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-u4oodkV0at .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u4oodkV0at .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-u4oodkV0at .content-wrapper {
    padding: 2rem;
  }
}
.cid-u4oodkV0at .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-u4oodkV0at .mbr-section-subtitle {
  margin-bottom: 21px;
}
.cid-u4oodlvwMU {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("https://cdn.centrestack.com/mobi5/web/102221/images/211101-triofox-demo-testimonial-back-1366x340-1366x340.png");
}
.cid-u4oodlvwMU .user_image {
  width: 128px;
  height: 128px;
  overflow: hidden;
  display: flex;
}
.cid-u4oodlvwMU .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-u4oodlvwMU .mbr-iconfont {
  font-size: 3rem;
}
.cid-u4oodlvwMU .mbri-quote-left {
  color: #f68e2a;
}
.cid-u4oodlvwMU .mbri-quote-right {
  color: #56a700;
  position: absolute;
  bottom: 1rem;
  right: 0;
}
@media (max-width: 230px) {
  .cid-u4oodlvwMU .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-u4WjwiYUdV {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("https://cdn.centrestack.com/fb/business-man-happy-with-iphone-1200x630.jpg");
}
@media (max-width: 768px) {
  .cid-u4WjwiYUdV {
    padding-top: 5rem;
  }
}
.cid-u4WjwiYUdV .mbr-overlay {
  background: #000000;
  opacity: 0.7;
}
.cid-u4WleakO6l {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-u4WleakO6l .row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-u4WleakO6l .badge {
  display: inline-block;
  color: #f68e2a;
}
.cid-u4WleakO6l .card-wrapper {
  background-position: center;
  border-radius: 4px;
  padding: 0;
  transition: all 0.3s;
  background-size: cover;
  display: flex !important;
  flex-direction: row !important;
  justify-content: center !important;
  align-items: flex-start;
}
.cid-u4WleakO6l .card-wrapper .mbr-iconfont {
  font-size: 50px;
  color: #f68e2a;
  margin-right: 25px;
}
@media (max-width: 768px) {
  .cid-u4WleakO6l .card-wrapper .mbr-iconfont {
    font-size: 30px;
  }
}
.cid-u4WleakO6l .card-wrapper .card-box {
  height: 100%;
}
.cid-u4WleakO6l .card-wrapper .card-box .link-wrap {
  width: 100%;
}
.cid-u4WleakO6l .card-wrapper .card-box .link-wrap .link {
  display: inline-block;
}
.cid-u4WleakO6l .card-wrapper .card-box .link-wrap .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 0.6rem;
}
.cid-u4WleakO6l .card-wrapper .card-box .link-wrap .link a:before {
  position: absolute;
  transition: all 0.3s;
  right: 0px;
  top: 55%;
  opacity: 0;
  transform: translateY(-50%);
  content: "\e909";
  font-family: "Moririse2" !important;
  color: currentColor;
  font-size: 0.6rem;
}
.cid-u4WleakO6l .card-wrapper .card-box .link-wrap .link a:hover:before {
  opacity: 1;
  transform: translateX(8px) translateY(-50%);
}
.cid-u4WleakO6l .mbr-section-btn {
  text-align: center;
}
.cid-u4WleakO6l .mbr-section-btn .btn {
  padding: 18px 26px;
}
.cid-u4WleakO6l .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.5px;
}
.cid-u4WleakO6l .mbr-section-btn .btn-secondary:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
@media (max-width: 992px) {
  .cid-u4WleakO6l img {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .cid-u4WleakO6l .card-box .card-title,
  .cid-u4WleakO6l .card-box .mbr-text {
    text-align: left;
  }
}
.cid-u4WllVZ397 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u4WllVZ397 .mbr-text {
  line-height: 1.5;
}
.cid-u4WllVZ397 .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-u4WpNgD7wX {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u4WpNgD7wX .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4WpNgD7wX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u4WpNgD7wX .container {
    padding: 0 30px;
  }
}
@media (min-width: 992px) {
  .cid-u4WpNgD7wX .row {
    padding: 0 8px;
  }
}
.cid-u4WpNgD7wX .item {
  padding: 0 8px;
}
@media (max-width: 992px) {
  .cid-u4WpNgD7wX .item {
    padding: 0 12px;
  }
}
.cid-u4WpNgD7wX .item .item-wrapper {
  display: flex;
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 768px) {
  .cid-u4WpNgD7wX .item .item-wrapper {
    flex-direction: column;
  }
}
.cid-u4WpNgD7wX .item .item-wrapper .item-img {
  padding: 0 15px;
  margin: 25px 0 40px;
}
.cid-u4WpNgD7wX .item .item-wrapper .item-img img {
  height: 150px;
  width: 150px;
  border: 5px solid #ffffff;
  object-fit: cover;
  border-radius: 100%;
}
.cid-u4WpNgD7wX .item .item-wrapper .item-content {
  width: 100%;
  padding: 40px 15px 0;
}
@media (max-width: 768px) {
  .cid-u4WpNgD7wX .item .item-wrapper .item-content {
    padding: 0 15px 40px;
  }
}
.cid-u4WpNgD7wX .item .item-wrapper .item-content .mbr-name {
  margin-bottom: 0;
}
.cid-u4WpNgD7wX .item .item-wrapper .item-content .mbr-role {
  margin-bottom: 0;
}
.cid-u4WpNgD7wX .item .item-wrapper .item-content .link-wrap a {
  position: relative;
  display: inline-flex;
  align-items: center;
}
.cid-u4WpNgD7wX .item .item-wrapper .item-content .link-wrap a:hover::before,
.cid-u4WpNgD7wX .item .item-wrapper .item-content .link-wrap a:focus::before {
  width: 100%;
}
.cid-u4WpNgD7wX .item .item-wrapper .item-content .link-wrap a:hover .mbr-iconfont,
.cid-u4WpNgD7wX .item .item-wrapper .item-content .link-wrap a:focus .mbr-iconfont {
  transform: translateX(10px);
}
.cid-u4WpNgD7wX .item .item-wrapper .item-content .link-wrap a::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-color: #b3efdc;
  height: 100%;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-u4WpNgD7wX .item .item-wrapper .item-content .link-wrap a .mbr-link {
  position: relative;
  margin-bottom: 0;
  text-decoration: underline;
}
.cid-u4WpNgD7wX .item .item-wrapper .item-content .link-wrap a .mbr-iconfont {
  position: relative;
  display: block;
  font-size: 18px;
  margin-left: 20px;
  transition: all 0.3s ease-in-out;
}
.cid-u4WmMQEj8I {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u4WmMQEj8I .mbr-text {
  line-height: 1.5;
}
.cid-u4WmMQEj8I .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-u4WnB9K8eX {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-u4WnB9K8eX .badge {
  display: inline-block;
  color: #f68e2a;
}
.cid-u4WnB9K8eX .card-wrapper {
  background-position: center;
  border-radius: 4px;
  padding: 0;
  transition: all 0.3s;
  background-size: cover;
  display: flex !important;
  flex-direction: row !important;
  justify-content: center !important;
  align-items: flex-start;
}
.cid-u4WnB9K8eX .card-wrapper .mbr-iconfont {
  font-size: 50px;
  color: #f68e2a;
  margin-right: 25px;
}
@media (max-width: 768px) {
  .cid-u4WnB9K8eX .card-wrapper .mbr-iconfont {
    font-size: 30px;
  }
}
.cid-u4WnB9K8eX .card-wrapper .card-box {
  height: 100%;
}
.cid-u4WnB9K8eX .card-wrapper .card-box .link-wrap {
  width: 100%;
}
.cid-u4WnB9K8eX .card-wrapper .card-box .link-wrap .link {
  display: inline-block;
}
.cid-u4WnB9K8eX .card-wrapper .card-box .link-wrap .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 0.6rem;
}
.cid-u4WnB9K8eX .card-wrapper .card-box .link-wrap .link a:before {
  position: absolute;
  transition: all 0.3s;
  right: 0px;
  top: 55%;
  opacity: 0;
  transform: translateY(-50%);
  content: "\e909";
  font-family: "Moririse2" !important;
  color: currentColor;
  font-size: 0.6rem;
}
.cid-u4WnB9K8eX .card-wrapper .card-box .link-wrap .link a:hover:before {
  opacity: 1;
  transform: translateX(8px) translateY(-50%);
}
.cid-u4WnB9K8eX .mbr-section-btn {
  text-align: center;
}
.cid-u4WnB9K8eX .mbr-section-btn .btn {
  padding: 18px 26px;
}
.cid-u4WnB9K8eX .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.5px;
}
.cid-u4WnB9K8eX .mbr-section-btn .btn-secondary:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
@media (max-width: 992px) {
  .cid-u4WnB9K8eX img {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .cid-u4WnB9K8eX .card-box .card-title,
  .cid-u4WnB9K8eX .card-box .mbr-text {
    text-align: left;
  }
}
.cid-u4WnC6Qc8p {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u4WnC6Qc8p .mbr-text {
  line-height: 1.5;
}
.cid-u4WnC6Qc8p .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-u4WnDdt4Lm {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-u4WnDdt4Lm .row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-u4WnDdt4Lm .badge {
  display: inline-block;
  color: #f68e2a;
}
.cid-u4WnDdt4Lm .card-wrapper {
  background-position: center;
  border-radius: 4px;
  padding: 0;
  transition: all 0.3s;
  background-size: cover;
  display: flex !important;
  flex-direction: row !important;
  justify-content: center !important;
  align-items: flex-start;
}
.cid-u4WnDdt4Lm .card-wrapper .mbr-iconfont {
  font-size: 50px;
  color: #f68e2a;
  margin-right: 25px;
}
@media (max-width: 768px) {
  .cid-u4WnDdt4Lm .card-wrapper .mbr-iconfont {
    font-size: 30px;
  }
}
.cid-u4WnDdt4Lm .card-wrapper .card-box {
  height: 100%;
}
.cid-u4WnDdt4Lm .card-wrapper .card-box .link-wrap {
  width: 100%;
}
.cid-u4WnDdt4Lm .card-wrapper .card-box .link-wrap .link {
  display: inline-block;
}
.cid-u4WnDdt4Lm .card-wrapper .card-box .link-wrap .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 0.6rem;
}
.cid-u4WnDdt4Lm .card-wrapper .card-box .link-wrap .link a:before {
  position: absolute;
  transition: all 0.3s;
  right: 0px;
  top: 55%;
  opacity: 0;
  transform: translateY(-50%);
  content: "\e909";
  font-family: "Moririse2" !important;
  color: currentColor;
  font-size: 0.6rem;
}
.cid-u4WnDdt4Lm .card-wrapper .card-box .link-wrap .link a:hover:before {
  opacity: 1;
  transform: translateX(8px) translateY(-50%);
}
.cid-u4WnDdt4Lm .mbr-section-btn {
  text-align: center;
}
.cid-u4WnDdt4Lm .mbr-section-btn .btn {
  padding: 18px 26px;
}
.cid-u4WnDdt4Lm .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.5px;
}
.cid-u4WnDdt4Lm .mbr-section-btn .btn-secondary:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
@media (max-width: 992px) {
  .cid-u4WnDdt4Lm img {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .cid-u4WnDdt4Lm .card-box .card-title,
  .cid-u4WnDdt4Lm .card-box .mbr-text {
    text-align: left;
  }
}
.cid-u4WQKzA4es {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("https://cdn.centrestack.com/mobi5/web/gladinet/images/fb/azure-storage-1200x630.jpg");
}
@media (max-width: 768px) {
  .cid-u4WQKzA4es {
    padding-top: 5rem;
  }
}
.cid-u4WQKzA4es .mbr-overlay {
  background: #000000;
  opacity: 0.7;
}
.cid-u4WTFqd2Jo {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-u4WTFqd2Jo .row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-u4WTFqd2Jo .badge {
  display: inline-block;
  color: #f68e2a;
}
.cid-u4WTFqd2Jo .card-wrapper {
  background-position: center;
  border-radius: 4px;
  padding: 0;
  transition: all 0.3s;
  background-size: cover;
  display: flex !important;
  flex-direction: row !important;
  justify-content: center !important;
  align-items: flex-start;
}
.cid-u4WTFqd2Jo .card-wrapper .mbr-iconfont {
  font-size: 50px;
  color: #f68e2a;
  margin-right: 25px;
}
@media (max-width: 768px) {
  .cid-u4WTFqd2Jo .card-wrapper .mbr-iconfont {
    font-size: 30px;
  }
}
.cid-u4WTFqd2Jo .card-wrapper .card-box {
  height: 100%;
}
.cid-u4WTFqd2Jo .card-wrapper .card-box .link-wrap {
  width: 100%;
}
.cid-u4WTFqd2Jo .card-wrapper .card-box .link-wrap .link {
  display: inline-block;
}
.cid-u4WTFqd2Jo .card-wrapper .card-box .link-wrap .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 0.6rem;
}
.cid-u4WTFqd2Jo .card-wrapper .card-box .link-wrap .link a:before {
  position: absolute;
  transition: all 0.3s;
  right: 0px;
  top: 55%;
  opacity: 0;
  transform: translateY(-50%);
  content: "\e909";
  font-family: "Moririse2" !important;
  color: currentColor;
  font-size: 0.6rem;
}
.cid-u4WTFqd2Jo .card-wrapper .card-box .link-wrap .link a:hover:before {
  opacity: 1;
  transform: translateX(8px) translateY(-50%);
}
.cid-u4WTFqd2Jo .mbr-section-btn {
  text-align: center;
}
.cid-u4WTFqd2Jo .mbr-section-btn .btn {
  padding: 18px 26px;
}
.cid-u4WTFqd2Jo .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.5px;
}
.cid-u4WTFqd2Jo .mbr-section-btn .btn-secondary:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
@media (max-width: 992px) {
  .cid-u4WTFqd2Jo img {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .cid-u4WTFqd2Jo .card-box .card-title,
  .cid-u4WTFqd2Jo .card-box .mbr-text {
    text-align: left;
  }
}
.cid-u4WTs2m9KT {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u4WTs2m9KT .mbr-text {
  line-height: 1.5;
}
.cid-u4WTs2m9KT .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-u4WTGu2tN7 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-u4WTGu2tN7 .badge {
  display: inline-block;
  color: #f68e2a;
}
.cid-u4WTGu2tN7 .card-wrapper {
  background-position: center;
  border-radius: 4px;
  padding: 0;
  transition: all 0.3s;
  background-size: cover;
  display: flex !important;
  flex-direction: row !important;
  justify-content: center !important;
  align-items: flex-start;
}
.cid-u4WTGu2tN7 .card-wrapper .mbr-iconfont {
  font-size: 50px;
  color: #f68e2a;
  margin-right: 25px;
}
@media (max-width: 768px) {
  .cid-u4WTGu2tN7 .card-wrapper .mbr-iconfont {
    font-size: 30px;
  }
}
.cid-u4WTGu2tN7 .card-wrapper .card-box {
  height: 100%;
}
.cid-u4WTGu2tN7 .card-wrapper .card-box .link-wrap {
  width: 100%;
}
.cid-u4WTGu2tN7 .card-wrapper .card-box .link-wrap .link {
  display: inline-block;
}
.cid-u4WTGu2tN7 .card-wrapper .card-box .link-wrap .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 0.6rem;
}
.cid-u4WTGu2tN7 .card-wrapper .card-box .link-wrap .link a:before {
  position: absolute;
  transition: all 0.3s;
  right: 0px;
  top: 55%;
  opacity: 0;
  transform: translateY(-50%);
  content: "\e909";
  font-family: "Moririse2" !important;
  color: currentColor;
  font-size: 0.6rem;
}
.cid-u4WTGu2tN7 .card-wrapper .card-box .link-wrap .link a:hover:before {
  opacity: 1;
  transform: translateX(8px) translateY(-50%);
}
.cid-u4WTGu2tN7 .mbr-section-btn {
  text-align: center;
}
.cid-u4WTGu2tN7 .mbr-section-btn .btn {
  padding: 18px 26px;
}
.cid-u4WTGu2tN7 .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.5px;
}
.cid-u4WTGu2tN7 .mbr-section-btn .btn-secondary:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
@media (max-width: 992px) {
  .cid-u4WTGu2tN7 img {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .cid-u4WTGu2tN7 .card-box .card-title,
  .cid-u4WTGu2tN7 .card-box .mbr-text {
    text-align: left;
  }
}
.cid-u4WTtrAvuD {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u4WTtrAvuD .mbr-text {
  line-height: 1.5;
}
.cid-u4WTtrAvuD .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-u4WV5HTNJ7 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u4WUHLtzZD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u4WUHLtzZD .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4WUHLtzZD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u4WUHLtzZD .container {
    padding: 0 30px;
  }
}
@media (min-width: 992px) {
  .cid-u4WUHLtzZD .row {
    padding: 0 8px;
  }
}
.cid-u4WUHLtzZD .item {
  padding: 0 8px;
}
@media (max-width: 992px) {
  .cid-u4WUHLtzZD .item {
    padding: 0 12px;
  }
}
.cid-u4WUHLtzZD .item .item-img {
  position: relative;
  display: flex;
  justify-content: center;
}
.cid-u4WUHLtzZD .item .item-img img {
  height: 150px;
  width: 150px;
  border: 5px solid #ffffff;
  object-fit: cover;
  border-radius: 100%;
}
.cid-u4WUHLtzZD .item .item-wrapper {
  display: flex;
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 768px) {
  .cid-u4WUHLtzZD .item .item-wrapper {
    flex-direction: column;
  }
}
.cid-u4WUHLtzZD .item .item-wrapper .item-content {
  width: 100%;
  padding: 40px 15px 0;
}
@media (max-width: 768px) {
  .cid-u4WUHLtzZD .item .item-wrapper .item-content {
    padding: 0 15px 40px;
  }
}
.cid-u4WUHLtzZD .item .item-wrapper .item-content .mbr-name {
  margin-bottom: 0;
}
.cid-u4WUHLtzZD .item .item-wrapper .item-content .mbr-role {
  margin-bottom: 0;
}
.cid-u4WUHLtzZD .item .item-wrapper .item-content .link-wrap a {
  position: relative;
  display: inline-flex;
  align-items: center;
}
.cid-u4WUHLtzZD .item .item-wrapper .item-content .link-wrap a:hover::before,
.cid-u4WUHLtzZD .item .item-wrapper .item-content .link-wrap a:focus::before {
  width: 100%;
}
.cid-u4WUHLtzZD .item .item-wrapper .item-content .link-wrap a:hover .mbr-iconfont,
.cid-u4WUHLtzZD .item .item-wrapper .item-content .link-wrap a:focus .mbr-iconfont {
  transform: translateX(10px);
}
.cid-u4WUHLtzZD .item .item-wrapper .item-content .link-wrap a::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-color: #b3efdc;
  height: 100%;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-u4WUHLtzZD .item .item-wrapper .item-content .link-wrap a .mbr-link {
  position: relative;
  margin-bottom: 0;
  text-decoration: underline;
}
.cid-u4WUHLtzZD .item .item-wrapper .item-content .link-wrap a .mbr-iconfont {
  position: relative;
  display: block;
  font-size: 18px;
  margin-left: 20px;
  transition: all 0.3s ease-in-out;
}
.cid-u4WXy7idtQ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u4WTurxyEf {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u4WTurxyEf .mbr-text {
  line-height: 1.5;
}
.cid-u4WTurxyEf .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-u4WXSfOxUO {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-u4WXSfOxUO .row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-u4WXSfOxUO .badge {
  display: inline-block;
  color: #f68e2a;
}
.cid-u4WXSfOxUO .card-wrapper {
  background-position: center;
  border-radius: 4px;
  padding: 0;
  transition: all 0.3s;
  background-size: cover;
  display: flex !important;
  flex-direction: row !important;
  justify-content: center !important;
  align-items: flex-start;
}
.cid-u4WXSfOxUO .card-wrapper .mbr-iconfont {
  font-size: 50px;
  color: #f68e2a;
  margin-right: 25px;
}
@media (max-width: 768px) {
  .cid-u4WXSfOxUO .card-wrapper .mbr-iconfont {
    font-size: 30px;
  }
}
.cid-u4WXSfOxUO .card-wrapper .card-box {
  height: 100%;
}
.cid-u4WXSfOxUO .card-wrapper .card-box .link-wrap {
  width: 100%;
}
.cid-u4WXSfOxUO .card-wrapper .card-box .link-wrap .link {
  display: inline-block;
}
.cid-u4WXSfOxUO .card-wrapper .card-box .link-wrap .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 0.6rem;
}
.cid-u4WXSfOxUO .card-wrapper .card-box .link-wrap .link a:before {
  position: absolute;
  transition: all 0.3s;
  right: 0px;
  top: 55%;
  opacity: 0;
  transform: translateY(-50%);
  content: "\e909";
  font-family: "Moririse2" !important;
  color: currentColor;
  font-size: 0.6rem;
}
.cid-u4WXSfOxUO .card-wrapper .card-box .link-wrap .link a:hover:before {
  opacity: 1;
  transform: translateX(8px) translateY(-50%);
}
.cid-u4WXSfOxUO .mbr-section-btn {
  text-align: center;
}
.cid-u4WXSfOxUO .mbr-section-btn .btn {
  padding: 18px 26px;
}
.cid-u4WXSfOxUO .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.5px;
}
.cid-u4WXSfOxUO .mbr-section-btn .btn-secondary:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
@media (max-width: 992px) {
  .cid-u4WXSfOxUO img {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .cid-u4WXSfOxUO .card-box .card-title,
  .cid-u4WXSfOxUO .card-box .mbr-text {
    text-align: left;
  }
}
.cid-u4WTvbjcZx {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u4WTvbjcZx .mbr-text {
  line-height: 1.5;
}
.cid-u4WTvbjcZx .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-u4WXTgMk8E {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-u4WXTgMk8E .badge {
  display: inline-block;
  color: #f68e2a;
}
.cid-u4WXTgMk8E .card-wrapper {
  background-position: center;
  border-radius: 4px;
  padding: 0;
  transition: all 0.3s;
  background-size: cover;
  display: flex !important;
  flex-direction: row !important;
  justify-content: center !important;
  align-items: flex-start;
}
.cid-u4WXTgMk8E .card-wrapper .mbr-iconfont {
  font-size: 50px;
  color: #f68e2a;
  margin-right: 25px;
}
@media (max-width: 768px) {
  .cid-u4WXTgMk8E .card-wrapper .mbr-iconfont {
    font-size: 30px;
  }
}
.cid-u4WXTgMk8E .card-wrapper .card-box {
  height: 100%;
}
.cid-u4WXTgMk8E .card-wrapper .card-box .link-wrap {
  width: 100%;
}
.cid-u4WXTgMk8E .card-wrapper .card-box .link-wrap .link {
  display: inline-block;
}
.cid-u4WXTgMk8E .card-wrapper .card-box .link-wrap .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 0.6rem;
}
.cid-u4WXTgMk8E .card-wrapper .card-box .link-wrap .link a:before {
  position: absolute;
  transition: all 0.3s;
  right: 0px;
  top: 55%;
  opacity: 0;
  transform: translateY(-50%);
  content: "\e909";
  font-family: "Moririse2" !important;
  color: currentColor;
  font-size: 0.6rem;
}
.cid-u4WXTgMk8E .card-wrapper .card-box .link-wrap .link a:hover:before {
  opacity: 1;
  transform: translateX(8px) translateY(-50%);
}
.cid-u4WXTgMk8E .mbr-section-btn {
  text-align: center;
}
.cid-u4WXTgMk8E .mbr-section-btn .btn {
  padding: 18px 26px;
}
.cid-u4WXTgMk8E .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.5px;
}
.cid-u4WXTgMk8E .mbr-section-btn .btn-secondary:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
@media (max-width: 992px) {
  .cid-u4WXTgMk8E img {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .cid-u4WXTgMk8E .card-box .card-title,
  .cid-u4WXTgMk8E .card-box .mbr-text {
    text-align: left;
  }
}
.cid-u4WYJ1WOck {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u4WYJ1WOck .mbr-text {
  line-height: 1.5;
}
.cid-u4WYJ1WOck .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-u4WZ1AUYea {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-u4WZ1AUYea .row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-u4WZ1AUYea .badge {
  display: inline-block;
  color: #f68e2a;
}
.cid-u4WZ1AUYea .card-wrapper {
  background-position: center;
  border-radius: 4px;
  padding: 0;
  transition: all 0.3s;
  background-size: cover;
  display: flex !important;
  flex-direction: row !important;
  justify-content: center !important;
  align-items: flex-start;
}
.cid-u4WZ1AUYea .card-wrapper .mbr-iconfont {
  font-size: 50px;
  color: #f68e2a;
  margin-right: 25px;
}
@media (max-width: 768px) {
  .cid-u4WZ1AUYea .card-wrapper .mbr-iconfont {
    font-size: 30px;
  }
}
.cid-u4WZ1AUYea .card-wrapper .card-box {
  height: 100%;
}
.cid-u4WZ1AUYea .card-wrapper .card-box .link-wrap {
  width: 100%;
}
.cid-u4WZ1AUYea .card-wrapper .card-box .link-wrap .link {
  display: inline-block;
}
.cid-u4WZ1AUYea .card-wrapper .card-box .link-wrap .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 0.6rem;
}
.cid-u4WZ1AUYea .card-wrapper .card-box .link-wrap .link a:before {
  position: absolute;
  transition: all 0.3s;
  right: 0px;
  top: 55%;
  opacity: 0;
  transform: translateY(-50%);
  content: "\e909";
  font-family: "Moririse2" !important;
  color: currentColor;
  font-size: 0.6rem;
}
.cid-u4WZ1AUYea .card-wrapper .card-box .link-wrap .link a:hover:before {
  opacity: 1;
  transform: translateX(8px) translateY(-50%);
}
.cid-u4WZ1AUYea .mbr-section-btn {
  text-align: center;
}
.cid-u4WZ1AUYea .mbr-section-btn .btn {
  padding: 18px 26px;
}
.cid-u4WZ1AUYea .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.5px;
}
.cid-u4WZ1AUYea .mbr-section-btn .btn-secondary:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
@media (max-width: 992px) {
  .cid-u4WZ1AUYea img {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .cid-u4WZ1AUYea .card-box .card-title,
  .cid-u4WZ1AUYea .card-box .mbr-text {
    text-align: left;
  }
}
.cid-u4WZsujlcU {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u4WZsujlcU .mbr-text {
  line-height: 1.5;
}
.cid-u4WZsujlcU .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-u4WZ56fviq {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-u4WZ56fviq .badge {
  display: inline-block;
  color: #f68e2a;
}
.cid-u4WZ56fviq .card-wrapper {
  background-position: center;
  border-radius: 4px;
  padding: 0;
  transition: all 0.3s;
  background-size: cover;
  display: flex !important;
  flex-direction: row !important;
  justify-content: center !important;
  align-items: flex-start;
}
.cid-u4WZ56fviq .card-wrapper .mbr-iconfont {
  font-size: 50px;
  color: #f68e2a;
  margin-right: 25px;
}
@media (max-width: 768px) {
  .cid-u4WZ56fviq .card-wrapper .mbr-iconfont {
    font-size: 30px;
  }
}
.cid-u4WZ56fviq .card-wrapper .card-box {
  height: 100%;
}
.cid-u4WZ56fviq .card-wrapper .card-box .link-wrap {
  width: 100%;
}
.cid-u4WZ56fviq .card-wrapper .card-box .link-wrap .link {
  display: inline-block;
}
.cid-u4WZ56fviq .card-wrapper .card-box .link-wrap .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 0.6rem;
}
.cid-u4WZ56fviq .card-wrapper .card-box .link-wrap .link a:before {
  position: absolute;
  transition: all 0.3s;
  right: 0px;
  top: 55%;
  opacity: 0;
  transform: translateY(-50%);
  content: "\e909";
  font-family: "Moririse2" !important;
  color: currentColor;
  font-size: 0.6rem;
}
.cid-u4WZ56fviq .card-wrapper .card-box .link-wrap .link a:hover:before {
  opacity: 1;
  transform: translateX(8px) translateY(-50%);
}
.cid-u4WZ56fviq .mbr-section-btn {
  text-align: center;
}
.cid-u4WZ56fviq .mbr-section-btn .btn {
  padding: 18px 26px;
}
.cid-u4WZ56fviq .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.5px;
}
.cid-u4WZ56fviq .mbr-section-btn .btn-secondary:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
@media (max-width: 992px) {
  .cid-u4WZ56fviq img {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .cid-u4WZ56fviq .card-box .card-title,
  .cid-u4WZ56fviq .card-box .mbr-text {
    text-align: left;
  }
}
.cid-u4X00YdLty {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u4X00YdLty .mbr-text {
  line-height: 1.5;
}
.cid-u4X00YdLty .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-u4XjI2l5KJ {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("https://cdn.centrestack.com/fb/cs-share-file-server-1200x630.jpg");
}
@media (max-width: 768px) {
  .cid-u4XjI2l5KJ {
    padding-top: 5rem;
  }
}
.cid-u4XjI2l5KJ .mbr-overlay {
  background: #000000;
  opacity: 0.7;
}
.cid-u4Xm01W5q8 {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-u4Xm01W5q8 .badge {
  display: inline-block;
  color: #f68e2a;
}
.cid-u4Xm01W5q8 .card-wrapper {
  background-position: center;
  border-radius: 4px;
  padding: 0;
  transition: all 0.3s;
  background-size: cover;
  display: flex !important;
  flex-direction: row !important;
  justify-content: center !important;
  align-items: flex-start;
}
.cid-u4Xm01W5q8 .card-wrapper .mbr-iconfont {
  font-size: 50px;
  color: #f68e2a;
  margin-right: 25px;
}
@media (max-width: 768px) {
  .cid-u4Xm01W5q8 .card-wrapper .mbr-iconfont {
    font-size: 30px;
  }
}
.cid-u4Xm01W5q8 .card-wrapper .card-box {
  height: 100%;
}
.cid-u4Xm01W5q8 .card-wrapper .card-box .link-wrap {
  width: 100%;
}
.cid-u4Xm01W5q8 .card-wrapper .card-box .link-wrap .link {
  display: inline-block;
}
.cid-u4Xm01W5q8 .card-wrapper .card-box .link-wrap .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 0.6rem;
}
.cid-u4Xm01W5q8 .card-wrapper .card-box .link-wrap .link a:before {
  position: absolute;
  transition: all 0.3s;
  right: 0px;
  top: 55%;
  opacity: 0;
  transform: translateY(-50%);
  content: "\e909";
  font-family: "Moririse2" !important;
  color: currentColor;
  font-size: 0.6rem;
}
.cid-u4Xm01W5q8 .card-wrapper .card-box .link-wrap .link a:hover:before {
  opacity: 1;
  transform: translateX(8px) translateY(-50%);
}
.cid-u4Xm01W5q8 .mbr-section-btn {
  text-align: center;
}
.cid-u4Xm01W5q8 .mbr-section-btn .btn {
  padding: 18px 26px;
}
.cid-u4Xm01W5q8 .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.5px;
}
.cid-u4Xm01W5q8 .mbr-section-btn .btn-secondary:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
@media (max-width: 992px) {
  .cid-u4Xm01W5q8 img {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .cid-u4Xm01W5q8 .card-box .card-title,
  .cid-u4Xm01W5q8 .card-box .mbr-text {
    text-align: left;
  }
}
.cid-u4Xmk19A3J {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u4Xmk19A3J .mbr-text {
  line-height: 1.5;
}
.cid-u4Xmk19A3J .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-u4XmlBE325 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-u4XmlBE325 .row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-u4XmlBE325 .badge {
  display: inline-block;
  color: #f68e2a;
}
.cid-u4XmlBE325 .card-wrapper {
  background-position: center;
  border-radius: 4px;
  padding: 0;
  transition: all 0.3s;
  background-size: cover;
  display: flex !important;
  flex-direction: row !important;
  justify-content: center !important;
  align-items: flex-start;
}
.cid-u4XmlBE325 .card-wrapper .mbr-iconfont {
  font-size: 50px;
  color: #f68e2a;
  margin-right: 25px;
}
@media (max-width: 768px) {
  .cid-u4XmlBE325 .card-wrapper .mbr-iconfont {
    font-size: 30px;
  }
}
.cid-u4XmlBE325 .card-wrapper .card-box {
  height: 100%;
}
.cid-u4XmlBE325 .card-wrapper .card-box .link-wrap {
  width: 100%;
}
.cid-u4XmlBE325 .card-wrapper .card-box .link-wrap .link {
  display: inline-block;
}
.cid-u4XmlBE325 .card-wrapper .card-box .link-wrap .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 0.6rem;
}
.cid-u4XmlBE325 .card-wrapper .card-box .link-wrap .link a:before {
  position: absolute;
  transition: all 0.3s;
  right: 0px;
  top: 55%;
  opacity: 0;
  transform: translateY(-50%);
  content: "\e909";
  font-family: "Moririse2" !important;
  color: currentColor;
  font-size: 0.6rem;
}
.cid-u4XmlBE325 .card-wrapper .card-box .link-wrap .link a:hover:before {
  opacity: 1;
  transform: translateX(8px) translateY(-50%);
}
.cid-u4XmlBE325 .mbr-section-btn {
  text-align: center;
}
.cid-u4XmlBE325 .mbr-section-btn .btn {
  padding: 18px 26px;
}
.cid-u4XmlBE325 .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.5px;
}
.cid-u4XmlBE325 .mbr-section-btn .btn-secondary:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
@media (max-width: 992px) {
  .cid-u4XmlBE325 img {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .cid-u4XmlBE325 .card-box .card-title,
  .cid-u4XmlBE325 .card-box .mbr-text {
    text-align: left;
  }
}
.cid-u4XmmI9sSO {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u4XmmI9sSO .mbr-text {
  line-height: 1.5;
}
.cid-u4XmmI9sSO .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-u4XomN8ZUn {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u4XomN8ZUn .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4XomN8ZUn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u4XomN8ZUn .container {
    padding: 0 30px;
  }
}
@media (min-width: 992px) {
  .cid-u4XomN8ZUn .row {
    padding: 0 8px;
  }
}
.cid-u4XomN8ZUn .item {
  padding: 0 8px;
}
@media (max-width: 992px) {
  .cid-u4XomN8ZUn .item {
    padding: 0 12px;
  }
}
.cid-u4XomN8ZUn .item .item-wrapper {
  display: flex;
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 768px) {
  .cid-u4XomN8ZUn .item .item-wrapper {
    flex-direction: column;
  }
}
.cid-u4XomN8ZUn .item .item-wrapper .item-img {
  padding: 0 15px;
  margin: 25px 0 40px;
}
.cid-u4XomN8ZUn .item .item-wrapper .item-img img {
  height: 150px;
  width: 150px;
  border: 5px solid #ffffff;
  object-fit: cover;
  border-radius: 100%;
}
.cid-u4XomN8ZUn .item .item-wrapper .item-content {
  width: 100%;
  padding: 40px 15px 0;
}
@media (max-width: 768px) {
  .cid-u4XomN8ZUn .item .item-wrapper .item-content {
    padding: 0 15px 40px;
  }
}
.cid-u4XomN8ZUn .item .item-wrapper .item-content .mbr-name {
  margin-bottom: 0;
}
.cid-u4XomN8ZUn .item .item-wrapper .item-content .mbr-role {
  margin-bottom: 0;
}
.cid-u4XomN8ZUn .item .item-wrapper .item-content .link-wrap a {
  position: relative;
  display: inline-flex;
  align-items: center;
}
.cid-u4XomN8ZUn .item .item-wrapper .item-content .link-wrap a:hover::before,
.cid-u4XomN8ZUn .item .item-wrapper .item-content .link-wrap a:focus::before {
  width: 100%;
}
.cid-u4XomN8ZUn .item .item-wrapper .item-content .link-wrap a:hover .mbr-iconfont,
.cid-u4XomN8ZUn .item .item-wrapper .item-content .link-wrap a:focus .mbr-iconfont {
  transform: translateX(10px);
}
.cid-u4XomN8ZUn .item .item-wrapper .item-content .link-wrap a::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-color: #b3efdc;
  height: 100%;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-u4XomN8ZUn .item .item-wrapper .item-content .link-wrap a .mbr-link {
  position: relative;
  margin-bottom: 0;
  text-decoration: underline;
}
.cid-u4XomN8ZUn .item .item-wrapper .item-content .link-wrap a .mbr-iconfont {
  position: relative;
  display: block;
  font-size: 18px;
  margin-left: 20px;
  transition: all 0.3s ease-in-out;
}
.cid-u4XsHlLCU2 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u4XsHlLCU2 .mbr-text {
  line-height: 1.5;
}
.cid-u4XsHlLCU2 .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-u4XsS7XMve {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-u4XsS7XMve .badge {
  display: inline-block;
  color: #f68e2a;
}
.cid-u4XsS7XMve .card-wrapper {
  background-position: center;
  border-radius: 4px;
  padding: 0;
  transition: all 0.3s;
  background-size: cover;
  display: flex !important;
  flex-direction: row !important;
  justify-content: center !important;
  align-items: flex-start;
}
.cid-u4XsS7XMve .card-wrapper .mbr-iconfont {
  font-size: 50px;
  color: #f68e2a;
  margin-right: 25px;
}
@media (max-width: 768px) {
  .cid-u4XsS7XMve .card-wrapper .mbr-iconfont {
    font-size: 30px;
  }
}
.cid-u4XsS7XMve .card-wrapper .card-box {
  height: 100%;
}
.cid-u4XsS7XMve .card-wrapper .card-box .link-wrap {
  width: 100%;
}
.cid-u4XsS7XMve .card-wrapper .card-box .link-wrap .link {
  display: inline-block;
}
.cid-u4XsS7XMve .card-wrapper .card-box .link-wrap .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 0.6rem;
}
.cid-u4XsS7XMve .card-wrapper .card-box .link-wrap .link a:before {
  position: absolute;
  transition: all 0.3s;
  right: 0px;
  top: 55%;
  opacity: 0;
  transform: translateY(-50%);
  content: "\e909";
  font-family: "Moririse2" !important;
  color: currentColor;
  font-size: 0.6rem;
}
.cid-u4XsS7XMve .card-wrapper .card-box .link-wrap .link a:hover:before {
  opacity: 1;
  transform: translateX(8px) translateY(-50%);
}
.cid-u4XsS7XMve .mbr-section-btn {
  text-align: center;
}
.cid-u4XsS7XMve .mbr-section-btn .btn {
  padding: 18px 26px;
}
.cid-u4XsS7XMve .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.5px;
}
.cid-u4XsS7XMve .mbr-section-btn .btn-secondary:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
@media (max-width: 992px) {
  .cid-u4XsS7XMve img {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .cid-u4XsS7XMve .card-box .card-title,
  .cid-u4XsS7XMve .card-box .mbr-text {
    text-align: left;
  }
}
.cid-u4XtlxY3ft {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u4XtlxY3ft .mbr-text {
  line-height: 1.5;
}
.cid-u4XtlxY3ft .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-u4XuNAC3UB {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-u4XuNAC3UB .row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
  padding-left: 0;
}
.cid-u4XuNAC3UB .img-wrap {
  display: block;
}
.cid-u4XuNAC3UB .img-wrap img {
  max-width: 80%;
  width: auto;
}
.cid-u4XuNAC3UB .card-wrapper {
  background-position: center;
  border-radius: 4px;
  padding: 0;
  transition: all 0.3s;
  background-size: cover;
  display: flex !important;
  flex-direction: row !important;
  justify-content: center !important;
  align-items: flex-start;
}
.cid-u4XuNAC3UB .card-wrapper .mbr-iconfont {
  font-size: 50px;
  color: #f68e2a;
  margin-right: 25px;
}
@media (max-width: 768px) {
  .cid-u4XuNAC3UB .card-wrapper .mbr-iconfont {
    font-size: 30px;
  }
}
.cid-u4XuNAC3UB .card-wrapper .card-box {
  height: 100%;
}
.cid-u4XuNAC3UB .card-wrapper .card-box .card-title.display-7 {
  line-height: 1.3;
}
.cid-u4XuNAC3UB .card-wrapper .card-box .link-wrap {
  width: 100%;
}
.cid-u4XuNAC3UB .card-wrapper .card-box .link-wrap .link {
  display: inline-block;
}
.cid-u4XuNAC3UB .card-wrapper .card-box .link-wrap .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 0.6rem;
}
.cid-u4XuNAC3UB .card-wrapper .card-box .link-wrap .link a:before {
  position: absolute;
  transition: all 0.3s;
  right: 0px;
  top: 55%;
  opacity: 0;
  transform: translateY(-50%);
  content: "\e909";
  font-family: "Moririse2" !important;
  color: currentColor;
  font-size: 0.6rem;
}
.cid-u4XuNAC3UB .card-wrapper .card-box .link-wrap .link a:hover:before {
  opacity: 1;
  transform: translateX(8px) translateY(-50%);
}
.cid-u4XuNAC3UB .mbr-section-btn {
  text-align: center;
}
.cid-u4XuNAC3UB .mbr-section-btn .btn {
  padding: 18px 26px;
}
.cid-u4XuNAC3UB .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.5px;
}
.cid-u4XuNAC3UB .mbr-section-btn .btn-secondary:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
@media (max-width: 767px) {
  .cid-u4XuNAC3UB .card-wrapper {
    padding: 1rem;
    margin-left: 0 !important;
  }
  .cid-u4XuNAC3UB img {
    align-self: center;
  }
}
@media (max-width: 992px) {
  .cid-u4XuNAC3UB img {
    margin-bottom: 20px;
    align-self: center;
  }
}
.cid-u4XwglzHFG {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u4XwglzHFG .mbr-text {
  line-height: 1.5;
}
.cid-u4XwglzHFG .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-u4XwEYu3xC {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-u4XwEYu3xC .badge {
  display: inline-block;
  color: #f68e2a;
}
.cid-u4XwEYu3xC .card-wrapper {
  background-position: center;
  border-radius: 4px;
  padding: 0;
  transition: all 0.3s;
  background-size: cover;
  display: flex !important;
  flex-direction: row !important;
  justify-content: center !important;
  align-items: flex-start;
}
.cid-u4XwEYu3xC .card-wrapper .mbr-iconfont {
  font-size: 50px;
  color: #f68e2a;
  margin-right: 25px;
}
@media (max-width: 768px) {
  .cid-u4XwEYu3xC .card-wrapper .mbr-iconfont {
    font-size: 30px;
  }
}
.cid-u4XwEYu3xC .card-wrapper .card-box {
  height: 100%;
}
.cid-u4XwEYu3xC .card-wrapper .card-box .link-wrap {
  width: 100%;
}
.cid-u4XwEYu3xC .card-wrapper .card-box .link-wrap .link {
  display: inline-block;
}
.cid-u4XwEYu3xC .card-wrapper .card-box .link-wrap .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 0.6rem;
}
.cid-u4XwEYu3xC .card-wrapper .card-box .link-wrap .link a:before {
  position: absolute;
  transition: all 0.3s;
  right: 0px;
  top: 55%;
  opacity: 0;
  transform: translateY(-50%);
  content: "\e909";
  font-family: "Moririse2" !important;
  color: currentColor;
  font-size: 0.6rem;
}
.cid-u4XwEYu3xC .card-wrapper .card-box .link-wrap .link a:hover:before {
  opacity: 1;
  transform: translateX(8px) translateY(-50%);
}
.cid-u4XwEYu3xC .mbr-section-btn {
  text-align: center;
}
.cid-u4XwEYu3xC .mbr-section-btn .btn {
  padding: 18px 26px;
}
.cid-u4XwEYu3xC .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.5px;
}
.cid-u4XwEYu3xC .mbr-section-btn .btn-secondary:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
@media (max-width: 992px) {
  .cid-u4XwEYu3xC img {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .cid-u4XwEYu3xC .card-box .card-title,
  .cid-u4XwEYu3xC .card-box .mbr-text {
    text-align: left;
  }
}
.cid-u4XwHsns4f {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u4XwHsns4f .mbr-text {
  line-height: 1.5;
}
.cid-u4XwHsns4f .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-u4XwImryNp {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-u4XwImryNp .row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-u4XwImryNp .badge {
  display: inline-block;
  color: #f68e2a;
}
.cid-u4XwImryNp .card-wrapper {
  background-position: center;
  border-radius: 4px;
  padding: 0;
  transition: all 0.3s;
  background-size: cover;
  display: flex !important;
  flex-direction: row !important;
  justify-content: center !important;
  align-items: flex-start;
}
.cid-u4XwImryNp .card-wrapper .mbr-iconfont {
  font-size: 50px;
  color: #f68e2a;
  margin-right: 25px;
}
@media (max-width: 768px) {
  .cid-u4XwImryNp .card-wrapper .mbr-iconfont {
    font-size: 30px;
  }
}
.cid-u4XwImryNp .card-wrapper .card-box {
  height: 100%;
}
.cid-u4XwImryNp .card-wrapper .card-box .link-wrap {
  width: 100%;
}
.cid-u4XwImryNp .card-wrapper .card-box .link-wrap .link {
  display: inline-block;
}
.cid-u4XwImryNp .card-wrapper .card-box .link-wrap .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 0.6rem;
}
.cid-u4XwImryNp .card-wrapper .card-box .link-wrap .link a:before {
  position: absolute;
  transition: all 0.3s;
  right: 0px;
  top: 55%;
  opacity: 0;
  transform: translateY(-50%);
  content: "\e909";
  font-family: "Moririse2" !important;
  color: currentColor;
  font-size: 0.6rem;
}
.cid-u4XwImryNp .card-wrapper .card-box .link-wrap .link a:hover:before {
  opacity: 1;
  transform: translateX(8px) translateY(-50%);
}
.cid-u4XwImryNp .mbr-section-btn {
  text-align: center;
}
.cid-u4XwImryNp .mbr-section-btn .btn {
  padding: 18px 26px;
}
.cid-u4XwImryNp .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.5px;
}
.cid-u4XwImryNp .mbr-section-btn .btn-secondary:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
@media (max-width: 992px) {
  .cid-u4XwImryNp img {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .cid-u4XwImryNp .card-box .card-title,
  .cid-u4XwImryNp .card-box .mbr-text {
    text-align: left;
  }
}
.cid-u4Xyg1edTM {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u4Xyg1edTM .mbr-text {
  line-height: 1.5;
}
.cid-u4Xyg1edTM .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-u58nXz89vq {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("https://cdn.centrestack.com/fb/construction-1200x630.jpg");
}
@media (max-width: 768px) {
  .cid-u58nXz89vq {
    padding-top: 5rem;
  }
}
.cid-u58nXz89vq .mbr-overlay {
  background: #000000;
  opacity: 0.7;
}
.cid-u58pcJoyJu {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u58pcJoyJu .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-u58v2BQihZ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-u58v2BQihZ .badge {
  display: inline-block;
  color: #f68e2a;
}
.cid-u58v2BQihZ .card-wrapper {
  background-position: center;
  border-radius: 4px;
  padding: 0;
  transition: all 0.3s;
  background-size: cover;
  display: flex !important;
  flex-direction: row !important;
  justify-content: center !important;
  align-items: flex-start;
}
.cid-u58v2BQihZ .card-wrapper .mbr-iconfont {
  font-size: 50px;
  color: #f68e2a;
  margin-right: 25px;
}
@media (max-width: 768px) {
  .cid-u58v2BQihZ .card-wrapper .mbr-iconfont {
    font-size: 30px;
  }
}
.cid-u58v2BQihZ .card-wrapper .card-box {
  height: 100%;
}
.cid-u58v2BQihZ .card-wrapper .card-box .link-wrap {
  width: 100%;
}
.cid-u58v2BQihZ .card-wrapper .card-box .link-wrap .link {
  display: inline-block;
}
.cid-u58v2BQihZ .card-wrapper .card-box .link-wrap .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 0.6rem;
}
.cid-u58v2BQihZ .card-wrapper .card-box .link-wrap .link a:before {
  position: absolute;
  transition: all 0.3s;
  right: 0px;
  top: 55%;
  opacity: 0;
  transform: translateY(-50%);
  content: "\e909";
  font-family: "Moririse2" !important;
  color: currentColor;
  font-size: 0.6rem;
}
.cid-u58v2BQihZ .card-wrapper .card-box .link-wrap .link a:hover:before {
  opacity: 1;
  transform: translateX(8px) translateY(-50%);
}
.cid-u58v2BQihZ .mbr-section-btn {
  text-align: center;
}
.cid-u58v2BQihZ .mbr-section-btn .btn {
  padding: 18px 26px;
}
.cid-u58v2BQihZ .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.5px;
}
.cid-u58v2BQihZ .mbr-section-btn .btn-secondary:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
@media (max-width: 992px) {
  .cid-u58v2BQihZ img {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .cid-u58v2BQihZ .card-box .card-title,
  .cid-u58v2BQihZ .card-box .mbr-text {
    text-align: left;
  }
}
.cid-u58whnhv1p {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u58whnhv1p .mbr-text {
  line-height: 1.5;
}
.cid-u58whnhv1p .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-u5ql5It1PN {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-u5ql5It1PN .row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
  padding-left: 0;
}
.cid-u5ql5It1PN .badge {
  display: inline-block;
  color: #f68e2a;
}
.cid-u5ql5It1PN .card-wrapper {
  background-position: center;
  border-radius: 4px;
  padding: 0;
  transition: all 0.3s;
  background-size: cover;
  display: flex !important;
  flex-direction: row !important;
  justify-content: center !important;
  align-items: flex-start;
}
.cid-u5ql5It1PN .card-wrapper .mbr-iconfont {
  font-size: 50px;
  color: #f68e2a;
  margin-right: 25px;
}
@media (max-width: 768px) {
  .cid-u5ql5It1PN .card-wrapper .mbr-iconfont {
    font-size: 30px;
  }
}
.cid-u5ql5It1PN .card-wrapper .card-box {
  height: 100%;
}
.cid-u5ql5It1PN .card-wrapper .card-box .link-wrap {
  width: 100%;
}
.cid-u5ql5It1PN .card-wrapper .card-box .link-wrap .link {
  display: inline-block;
}
.cid-u5ql5It1PN .card-wrapper .card-box .link-wrap .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 0.6rem;
}
.cid-u5ql5It1PN .card-wrapper .card-box .link-wrap .link a:before {
  position: absolute;
  transition: all 0.3s;
  right: 0px;
  top: 55%;
  opacity: 0;
  transform: translateY(-50%);
  content: "\e909";
  font-family: "Moririse2" !important;
  color: currentColor;
  font-size: 0.6rem;
}
.cid-u5ql5It1PN .card-wrapper .card-box .link-wrap .link a:hover:before {
  opacity: 1;
  transform: translateX(8px) translateY(-50%);
}
.cid-u5ql5It1PN .mbr-section-btn {
  text-align: center;
}
.cid-u5ql5It1PN .mbr-section-btn .btn {
  padding: 18px 26px;
}
.cid-u5ql5It1PN .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.5px;
}
.cid-u5ql5It1PN .mbr-section-btn .btn-secondary:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
@media (max-width: 992px) {
  .cid-u5ql5It1PN img {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .cid-u5ql5It1PN .card-box .card-title,
  .cid-u5ql5It1PN .card-box .mbr-text {
    text-align: left;
  }
}
.cid-u59iihQRps {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-u59iihQRps .badge {
  display: inline-block;
  color: #f68e2a;
}
.cid-u59iihQRps .card-wrapper {
  background-position: center;
  border-radius: 4px;
  padding: 0;
  transition: all 0.3s;
  background-size: cover;
  display: flex !important;
  flex-direction: row !important;
  justify-content: center !important;
  align-items: flex-start;
}
.cid-u59iihQRps .card-wrapper .mbr-iconfont {
  font-size: 50px;
  color: #f68e2a;
  margin-right: 25px;
}
@media (max-width: 768px) {
  .cid-u59iihQRps .card-wrapper .mbr-iconfont {
    font-size: 30px;
  }
}
.cid-u59iihQRps .card-wrapper .card-box {
  height: 100%;
}
.cid-u59iihQRps .card-wrapper .card-box .link-wrap {
  width: 100%;
}
.cid-u59iihQRps .card-wrapper .card-box .link-wrap .link {
  display: inline-block;
}
.cid-u59iihQRps .card-wrapper .card-box .link-wrap .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 0.6rem;
}
.cid-u59iihQRps .card-wrapper .card-box .link-wrap .link a:before {
  position: absolute;
  transition: all 0.3s;
  right: 0px;
  top: 55%;
  opacity: 0;
  transform: translateY(-50%);
  content: "\e909";
  font-family: "Moririse2" !important;
  color: currentColor;
  font-size: 0.6rem;
}
.cid-u59iihQRps .card-wrapper .card-box .link-wrap .link a:hover:before {
  opacity: 1;
  transform: translateX(8px) translateY(-50%);
}
.cid-u59iihQRps .mbr-section-btn {
  text-align: center;
}
.cid-u59iihQRps .mbr-section-btn .btn {
  padding: 18px 26px;
}
.cid-u59iihQRps .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.5px;
}
.cid-u59iihQRps .mbr-section-btn .btn-secondary:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
@media (max-width: 992px) {
  .cid-u59iihQRps img {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .cid-u59iihQRps .card-box .card-title,
  .cid-u59iihQRps .card-box .mbr-text {
    text-align: left;
  }
}
.cid-u59woRqcmE {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u59woRqcmE .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-u59woRqcmE .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u59woRqcmE .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-u59woRqcmE .content-wrapper {
    padding: 2rem;
  }
}
.cid-u59woRqcmE .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-u59woRqcmE .mbr-section-subtitle {
  margin-bottom: 21px;
}
.cid-u59wpJ75PI {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u59wpJ75PI .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-u59wpJ75PI .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u59wpJ75PI .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-u59wpJ75PI .content-wrapper {
    padding: 2rem;
  }
}
.cid-u59wpJ75PI .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-u59wpJ75PI .mbr-section-subtitle {
  margin-bottom: 21px;
}
.cid-u59xLF1EoQ {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u59xLF1EoQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-u59xLF1EoQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u59xLF1EoQ .container {
    padding: 0 30px;
  }
}
@media (min-width: 992px) {
  .cid-u59xLF1EoQ .row {
    padding: 0 8px;
  }
}
.cid-u59xLF1EoQ .item {
  padding: 0 8px;
}
@media (max-width: 992px) {
  .cid-u59xLF1EoQ .item {
    padding: 0 12px;
  }
}
.cid-u59xLF1EoQ .item .item-wrapper {
  display: flex;
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 768px) {
  .cid-u59xLF1EoQ .item .item-wrapper {
    flex-direction: column;
  }
}
.cid-u59xLF1EoQ .item .item-wrapper .item-img {
  padding: 0 15px;
  margin: 25px 0 40px;
}
.cid-u59xLF1EoQ .item .item-wrapper .item-img img {
  height: 150px;
  width: 150px;
  border: 5px solid #ffffff;
  object-fit: cover;
  border-radius: 100%;
}
.cid-u59xLF1EoQ .item .item-wrapper .item-content {
  width: 100%;
  padding: 40px 15px 0;
}
@media (max-width: 768px) {
  .cid-u59xLF1EoQ .item .item-wrapper .item-content {
    padding: 0 15px 40px;
  }
}
.cid-u59xLF1EoQ .item .item-wrapper .item-content .mbr-name {
  margin-bottom: 0;
}
.cid-u59xLF1EoQ .item .item-wrapper .item-content .mbr-role {
  margin-bottom: 0;
}
.cid-u59xLF1EoQ .item .item-wrapper .item-content .link-wrap a {
  position: relative;
  display: inline-flex;
  align-items: center;
}
.cid-u59xLF1EoQ .item .item-wrapper .item-content .link-wrap a:hover::before,
.cid-u59xLF1EoQ .item .item-wrapper .item-content .link-wrap a:focus::before {
  width: 100%;
}
.cid-u59xLF1EoQ .item .item-wrapper .item-content .link-wrap a:hover .mbr-iconfont,
.cid-u59xLF1EoQ .item .item-wrapper .item-content .link-wrap a:focus .mbr-iconfont {
  transform: translateX(10px);
}
.cid-u59xLF1EoQ .item .item-wrapper .item-content .link-wrap a::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-color: #b3efdc;
  height: 100%;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-u59xLF1EoQ .item .item-wrapper .item-content .link-wrap a .mbr-link {
  position: relative;
  margin-bottom: 0;
  text-decoration: underline;
}
.cid-u59xLF1EoQ .item .item-wrapper .item-content .link-wrap a .mbr-iconfont {
  position: relative;
  display: block;
  font-size: 18px;
  margin-left: 20px;
  transition: all 0.3s ease-in-out;
}
.cid-u5azEnE8Tm {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-u5azEnE8Tm .title {
  position: relative;
  display: flex;
}
.cid-u5azEnE8Tm .title .num {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 0;
  width: 100%;
  font-size: 4rem;
}
.cid-u5azEnE8Tm .title .card-title {
  z-index: 1;
  width: 100%;
}
.cid-u5azEnE8Tm .card-text {
  padding-top: 2rem;
}
.cid-u5azEnE8Tm .card-box {
  padding-bottom: 1rem;
}
.cid-u5azEnE8Tm .num {
  color: #e8e8e8;
}
@media (max-width: 767px) {
  .cid-u5azEnE8Tm .num,
  .cid-u5azEnE8Tm .card-title,
  .cid-u5azEnE8Tm .mbr-text,
  .cid-u5azEnE8Tm .mbr-title,
  .cid-u5azEnE8Tm .mbr-section-subtitle,
  .cid-u5azEnE8Tm .mbr-section-btn,
  .cid-u5azEnE8Tm .mbr-section-title {
    text-align: center !important;
  }
  .cid-u5azEnE8Tm .content-column {
    margin-bottom: 2rem;
  }
}
.cid-u5azEnE8Tm .mbr-section-title {
  color: #3f485d;
}
.cid-u5aAPGjfpR {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u5aAPGjfpR .mbr-text {
  line-height: 1.5;
}
.cid-u5aAPGjfpR .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-u5ar4n7r2T {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-u5ar4n7r2T .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5ar4n7r2T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5ar4n7r2T .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u5ar4n7r2T .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-u5ar4n7r2T .container {
    padding: 0;
  }
}
.cid-u5ar4n7r2T .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u5ar4n7r2T .title-wrapper {
    padding: 0 16px;
  }
}
.cid-u5ar4n7r2T .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-u5ar4n7r2T .panel-group {
    padding: 0 16px;
  }
}
.cid-u5ar4n7r2T .panel-group .card {
  padding: 30px 0;
  border-bottom: 1px solid #6592e6;
  border-radius: 0;
}
@media (max-width: 992px) {
  .cid-u5ar4n7r2T .panel-group .card {
    padding: 30px 0;
  }
}
.cid-u5ar4n7r2T .panel-group .card .card-header {
  padding: 0;
  background-color: transparent;
  border: none;
}
.cid-u5ar4n7r2T .panel-group .card .card-header .panel-title {
  border: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-u5ar4n7r2T .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-u5ar4n7r2T .panel-group .card .card-header .panel-title .mbr-iconfont {
  margin-left: 10px;
  font-size: 24px;
  transition: all 0.3s ease-in-out;
}
.cid-u5ar4n7r2T .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(-45deg);
  color: #f68e2a;
}
.cid-u5ar4n7r2T .panel-group .card .card-header .panel-title:not(.collapsed) .panel-title-edit {
  color: #f68e2a;
}
.cid-u5ar4n7r2T .panel-group .card .panel-collapse .panel-body {
  padding: 16px 0 0 0;
}
.cid-u5ar4n7r2T .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-u5ar4n7r2T a {
  color: #3f485d;
}
.cid-u5eCapM2bh {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("https://cdn.centrestack.com/mobi5/web/gladinet/images/fb/engineering-1200x630-tiny.jpg");
}
@media (max-width: 768px) {
  .cid-u5eCapM2bh {
    padding-top: 5rem;
  }
}
.cid-u5eCapM2bh .mbr-overlay {
  background: #000000;
  opacity: 0.7;
}
.cid-u5eCaqrCcv {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u5eCaqrCcv .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-u5eCaqXRaq {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-u5eCaqXRaq .badge {
  display: inline-block;
  color: #f68e2a;
}
.cid-u5eCaqXRaq .card-wrapper {
  background-position: center;
  border-radius: 4px;
  padding: 0;
  transition: all 0.3s;
  background-size: cover;
  display: flex !important;
  flex-direction: row !important;
  justify-content: center !important;
  align-items: flex-start;
}
.cid-u5eCaqXRaq .card-wrapper .mbr-iconfont {
  font-size: 50px;
  color: #f68e2a;
  margin-right: 25px;
}
@media (max-width: 768px) {
  .cid-u5eCaqXRaq .card-wrapper .mbr-iconfont {
    font-size: 30px;
  }
}
.cid-u5eCaqXRaq .card-wrapper .card-box {
  height: 100%;
}
.cid-u5eCaqXRaq .card-wrapper .card-box .link-wrap {
  width: 100%;
}
.cid-u5eCaqXRaq .card-wrapper .card-box .link-wrap .link {
  display: inline-block;
}
.cid-u5eCaqXRaq .card-wrapper .card-box .link-wrap .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 0.6rem;
}
.cid-u5eCaqXRaq .card-wrapper .card-box .link-wrap .link a:before {
  position: absolute;
  transition: all 0.3s;
  right: 0px;
  top: 55%;
  opacity: 0;
  transform: translateY(-50%);
  content: "\e909";
  font-family: "Moririse2" !important;
  color: currentColor;
  font-size: 0.6rem;
}
.cid-u5eCaqXRaq .card-wrapper .card-box .link-wrap .link a:hover:before {
  opacity: 1;
  transform: translateX(8px) translateY(-50%);
}
.cid-u5eCaqXRaq .mbr-section-btn {
  text-align: center;
}
.cid-u5eCaqXRaq .mbr-section-btn .btn {
  padding: 18px 26px;
}
.cid-u5eCaqXRaq .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.5px;
}
.cid-u5eCaqXRaq .mbr-section-btn .btn-secondary:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
@media (max-width: 992px) {
  .cid-u5eCaqXRaq img {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .cid-u5eCaqXRaq .card-box .card-title,
  .cid-u5eCaqXRaq .card-box .mbr-text {
    text-align: left;
  }
}
.cid-u5eCarUnsJ {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u5eCarUnsJ .mbr-text {
  line-height: 1.5;
}
.cid-u5eCarUnsJ .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-u5kpucLBw3 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u5kpucLBw3 .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-u5kpucLBw3 .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u5kpucLBw3 .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-u5kpucLBw3 .content-wrapper {
    padding: 2rem;
  }
}
.cid-u5kpucLBw3 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-u5kpucLBw3 .mbr-section-subtitle {
  margin-bottom: 21px;
}
.cid-u5kpNk0rAI {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u5kpNk0rAI .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-u5kpNk0rAI .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u5kpNk0rAI .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-u5kpNk0rAI .content-wrapper {
    padding: 2rem;
  }
}
.cid-u5kpNk0rAI .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-u5kpNk0rAI .mbr-section-subtitle {
  margin-bottom: 21px;
}
.cid-u5q7yNHBsy {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-u5q7yNHBsy .row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
  padding-left: 0;
}
.cid-u5q7yNHBsy .badge {
  display: inline-block;
  color: #f68e2a;
}
.cid-u5q7yNHBsy .card-wrapper {
  background-position: center;
  border-radius: 4px;
  padding: 0;
  transition: all 0.3s;
  background-size: cover;
  display: flex !important;
  flex-direction: row !important;
  justify-content: center !important;
  align-items: flex-start;
}
.cid-u5q7yNHBsy .card-wrapper .mbr-iconfont {
  font-size: 50px;
  color: #f68e2a;
  margin-right: 25px;
}
@media (max-width: 768px) {
  .cid-u5q7yNHBsy .card-wrapper .mbr-iconfont {
    font-size: 30px;
  }
}
.cid-u5q7yNHBsy .card-wrapper .card-box {
  height: 100%;
}
.cid-u5q7yNHBsy .card-wrapper .card-box .link-wrap {
  width: 100%;
}
.cid-u5q7yNHBsy .card-wrapper .card-box .link-wrap .link {
  display: inline-block;
}
.cid-u5q7yNHBsy .card-wrapper .card-box .link-wrap .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 0.6rem;
}
.cid-u5q7yNHBsy .card-wrapper .card-box .link-wrap .link a:before {
  position: absolute;
  transition: all 0.3s;
  right: 0px;
  top: 55%;
  opacity: 0;
  transform: translateY(-50%);
  content: "\e909";
  font-family: "Moririse2" !important;
  color: currentColor;
  font-size: 0.6rem;
}
.cid-u5q7yNHBsy .card-wrapper .card-box .link-wrap .link a:hover:before {
  opacity: 1;
  transform: translateX(8px) translateY(-50%);
}
.cid-u5q7yNHBsy .mbr-section-btn {
  text-align: center;
}
.cid-u5q7yNHBsy .mbr-section-btn .btn {
  padding: 18px 26px;
}
.cid-u5q7yNHBsy .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.5px;
}
.cid-u5q7yNHBsy .mbr-section-btn .btn-secondary:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
@media (max-width: 992px) {
  .cid-u5q7yNHBsy img {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .cid-u5q7yNHBsy .card-box .card-title,
  .cid-u5q7yNHBsy .card-box .mbr-text {
    text-align: left;
  }
}
.cid-u5kr4Nij0S {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u5kr4Nij0S .mbr-text {
  line-height: 1.5;
}
.cid-u5kr4Nij0S .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-u5eCauAvra {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u5eCauAvra .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-u5eCauAvra .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u5eCauAvra .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-u5eCauAvra .content-wrapper {
    padding: 2rem;
  }
}
.cid-u5eCauAvra .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-u5eCauAvra .mbr-section-subtitle {
  margin-bottom: 21px;
}
.cid-u5eCavo0IS {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u5eCavo0IS .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-u5eCavo0IS .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u5eCavo0IS .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-u5eCavo0IS .content-wrapper {
    padding: 2rem;
  }
}
.cid-u5eCavo0IS .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-u5eCavo0IS .mbr-section-subtitle {
  margin-bottom: 21px;
}
.cid-u5eCawePXy {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u5eCawePXy .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5eCawePXy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u5eCawePXy .container {
    padding: 0 30px;
  }
}
@media (min-width: 992px) {
  .cid-u5eCawePXy .row {
    padding: 0 8px;
  }
}
.cid-u5eCawePXy .item {
  padding: 0 8px;
}
@media (max-width: 992px) {
  .cid-u5eCawePXy .item {
    padding: 0 12px;
  }
}
.cid-u5eCawePXy .item .item-wrapper {
  display: flex;
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 768px) {
  .cid-u5eCawePXy .item .item-wrapper {
    flex-direction: column;
  }
}
.cid-u5eCawePXy .item .item-wrapper .item-img {
  padding: 0 15px;
  margin: 25px 0 40px;
}
.cid-u5eCawePXy .item .item-wrapper .item-img img {
  height: 150px;
  width: 150px;
  border: 5px solid #ffffff;
  object-fit: cover;
  border-radius: 100%;
}
.cid-u5eCawePXy .item .item-wrapper .item-content {
  width: 100%;
  padding: 40px 15px 0;
}
@media (max-width: 768px) {
  .cid-u5eCawePXy .item .item-wrapper .item-content {
    padding: 0 15px 40px;
  }
}
.cid-u5eCawePXy .item .item-wrapper .item-content .mbr-name {
  margin-bottom: 0;
}
.cid-u5eCawePXy .item .item-wrapper .item-content .mbr-role {
  margin-bottom: 0;
}
.cid-u5eCawePXy .item .item-wrapper .item-content .link-wrap a {
  position: relative;
  display: inline-flex;
  align-items: center;
}
.cid-u5eCawePXy .item .item-wrapper .item-content .link-wrap a:hover::before,
.cid-u5eCawePXy .item .item-wrapper .item-content .link-wrap a:focus::before {
  width: 100%;
}
.cid-u5eCawePXy .item .item-wrapper .item-content .link-wrap a:hover .mbr-iconfont,
.cid-u5eCawePXy .item .item-wrapper .item-content .link-wrap a:focus .mbr-iconfont {
  transform: translateX(10px);
}
.cid-u5eCawePXy .item .item-wrapper .item-content .link-wrap a::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-color: #b3efdc;
  height: 100%;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-u5eCawePXy .item .item-wrapper .item-content .link-wrap a .mbr-link {
  position: relative;
  margin-bottom: 0;
  text-decoration: underline;
}
.cid-u5eCawePXy .item .item-wrapper .item-content .link-wrap a .mbr-iconfont {
  position: relative;
  display: block;
  font-size: 18px;
  margin-left: 20px;
  transition: all 0.3s ease-in-out;
}
.cid-u5kyJJFq42 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u5kyJJFq42 .card-wrapper {
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-u5kyJJFq42 .card-wrapper {
    flex-wrap: wrap;
  }
}
.cid-u5kyJJFq42 .card-box {
  width: 100%;
}
.cid-u5kyJJFq42 .number {
  float: left;
  margin-top: 25px;
  margin-right: 25px;
  color: #efefef;
}
.cid-u5kyJJFq42 .number div {
  font-size: 5rem;
  line-height: 7rem;
}
.cid-u5eCay99er {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u5eCay99er .mbr-text {
  line-height: 1.5;
}
.cid-u5eCay99er .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-u5eCaz0Cce {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-u5eCaz0Cce .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5eCaz0Cce .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5eCaz0Cce .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u5eCaz0Cce .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-u5eCaz0Cce .container {
    padding: 0;
  }
}
.cid-u5eCaz0Cce .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u5eCaz0Cce .title-wrapper {
    padding: 0 16px;
  }
}
.cid-u5eCaz0Cce .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-u5eCaz0Cce .panel-group {
    padding: 0 16px;
  }
}
.cid-u5eCaz0Cce .panel-group .card {
  padding: 30px 0;
  border-bottom: 1px solid #6592e6;
  border-radius: 0;
}
@media (max-width: 992px) {
  .cid-u5eCaz0Cce .panel-group .card {
    padding: 30px 0;
  }
}
.cid-u5eCaz0Cce .panel-group .card .card-header {
  padding: 0;
  background-color: transparent;
  border: none;
}
.cid-u5eCaz0Cce .panel-group .card .card-header .panel-title {
  border: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-u5eCaz0Cce .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-u5eCaz0Cce .panel-group .card .card-header .panel-title .mbr-iconfont {
  margin-left: 10px;
  font-size: 24px;
  transition: all 0.3s ease-in-out;
}
.cid-u5eCaz0Cce .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(-45deg);
  color: #f68e2a;
}
.cid-u5eCaz0Cce .panel-group .card .card-header .panel-title:not(.collapsed) .panel-title-edit {
  color: #f68e2a;
}
.cid-u5eCaz0Cce .panel-group .card .panel-collapse .panel-body {
  padding: 16px 0 0 0;
}
.cid-u5eCaz0Cce .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-u5eCaz0Cce a {
  color: #3f485d;
}
.cid-u5pkIZdM0m {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("https://cdn.centrestack.com/fb/hybrid-cloud-server-1200x630.jpg");
}
@media (max-width: 768px) {
  .cid-u5pkIZdM0m {
    padding-top: 5rem;
  }
}
.cid-u5pkIZdM0m .mbr-overlay {
  background: #000000;
  opacity: 0.7;
}
.cid-u5pkIZPI30 {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u5pkIZPI30 .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-u5pkJ0kznv {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-u5pkJ0kznv .row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
  padding-left: 0;
}
.cid-u5pkJ0kznv .badge {
  display: inline-block;
  color: #f68e2a;
}
.cid-u5pkJ0kznv .card-wrapper {
  background-position: center;
  border-radius: 4px;
  padding: 0;
  transition: all 0.3s;
  background-size: cover;
  display: flex !important;
  flex-direction: row !important;
  justify-content: center !important;
  align-items: flex-start;
}
.cid-u5pkJ0kznv .card-wrapper .mbr-iconfont {
  font-size: 50px;
  color: #f68e2a;
  margin-right: 25px;
}
@media (max-width: 768px) {
  .cid-u5pkJ0kznv .card-wrapper .mbr-iconfont {
    font-size: 30px;
  }
}
.cid-u5pkJ0kznv .card-wrapper .card-box {
  height: 100%;
}
.cid-u5pkJ0kznv .card-wrapper .card-box .link-wrap {
  width: 100%;
}
.cid-u5pkJ0kznv .card-wrapper .card-box .link-wrap .link {
  display: inline-block;
}
.cid-u5pkJ0kznv .card-wrapper .card-box .link-wrap .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 0.6rem;
}
.cid-u5pkJ0kznv .card-wrapper .card-box .link-wrap .link a:before {
  position: absolute;
  transition: all 0.3s;
  right: 0px;
  top: 55%;
  opacity: 0;
  transform: translateY(-50%);
  content: "\e909";
  font-family: "Moririse2" !important;
  color: currentColor;
  font-size: 0.6rem;
}
.cid-u5pkJ0kznv .card-wrapper .card-box .link-wrap .link a:hover:before {
  opacity: 1;
  transform: translateX(8px) translateY(-50%);
}
.cid-u5pkJ0kznv .mbr-section-btn {
  text-align: center;
}
.cid-u5pkJ0kznv .mbr-section-btn .btn {
  padding: 18px 26px;
}
.cid-u5pkJ0kznv .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.5px;
}
.cid-u5pkJ0kznv .mbr-section-btn .btn-secondary:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
@media (max-width: 992px) {
  .cid-u5pkJ0kznv img {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .cid-u5pkJ0kznv .card-box .card-title,
  .cid-u5pkJ0kznv .card-box .mbr-text {
    text-align: left;
  }
}
.cid-u5pkJ1myiP {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u5pkJ1myiP .mbr-text {
  line-height: 1.5;
}
.cid-u5pkJ1myiP .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-u5pkJ21Hgl {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-u5pkJ21Hgl .img-wrap {
  display: block;
}
.cid-u5pkJ21Hgl .img-wrap img {
  max-width: 100%;
  width: auto;
}
.cid-u5pkJ21Hgl .card-wrapper {
  background-position: center;
  border-radius: 4px;
  padding: 0;
  transition: all 0.3s;
  background-size: cover;
  display: flex !important;
  flex-direction: row !important;
  justify-content: center !important;
  align-items: flex-start;
}
.cid-u5pkJ21Hgl .card-wrapper .mbr-iconfont {
  font-size: 50px;
  color: #f68e2a;
  margin-right: 25px;
}
@media (max-width: 768px) {
  .cid-u5pkJ21Hgl .card-wrapper .mbr-iconfont {
    font-size: 30px;
  }
}
.cid-u5pkJ21Hgl .card-wrapper .card-box {
  height: 100%;
}
.cid-u5pkJ21Hgl .card-wrapper .card-box .card-title.display-7 {
  line-height: 1.3;
}
.cid-u5pkJ21Hgl .card-wrapper .card-box .link-wrap {
  width: 100%;
}
.cid-u5pkJ21Hgl .card-wrapper .card-box .link-wrap .link {
  display: inline-block;
}
.cid-u5pkJ21Hgl .card-wrapper .card-box .link-wrap .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 0.6rem;
}
.cid-u5pkJ21Hgl .card-wrapper .card-box .link-wrap .link a:before {
  position: absolute;
  transition: all 0.3s;
  right: 0px;
  top: 55%;
  opacity: 0;
  transform: translateY(-50%);
  content: "\e909";
  font-family: "Moririse2" !important;
  color: currentColor;
  font-size: 0.6rem;
}
.cid-u5pkJ21Hgl .card-wrapper .card-box .link-wrap .link a:hover:before {
  opacity: 1;
  transform: translateX(8px) translateY(-50%);
}
.cid-u5pkJ21Hgl .mbr-section-btn {
  text-align: center;
}
.cid-u5pkJ21Hgl .mbr-section-btn .btn {
  padding: 18px 26px;
}
.cid-u5pkJ21Hgl .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.5px;
}
.cid-u5pkJ21Hgl .mbr-section-btn .btn-secondary:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
@media (max-width: 767px) {
  .cid-u5pkJ21Hgl .card-wrapper {
    padding: 1rem;
    margin-left: 0 !important;
  }
  .cid-u5pkJ21Hgl img {
    align-self: center;
  }
}
@media (max-width: 992px) {
  .cid-u5pkJ21Hgl img {
    margin-bottom: 20px;
    align-self: center;
  }
}
.cid-u5pkJ2XdVu {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-u5pkJ2XdVu .row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
  padding-left: 0;
}
.cid-u5pkJ2XdVu .badge {
  display: inline-block;
  color: #f68e2a;
}
.cid-u5pkJ2XdVu .card-wrapper {
  background-position: center;
  border-radius: 4px;
  padding: 0;
  transition: all 0.3s;
  background-size: cover;
  display: flex !important;
  flex-direction: row !important;
  justify-content: center !important;
  align-items: flex-start;
}
.cid-u5pkJ2XdVu .card-wrapper .mbr-iconfont {
  font-size: 50px;
  color: #f68e2a;
  margin-right: 25px;
}
@media (max-width: 768px) {
  .cid-u5pkJ2XdVu .card-wrapper .mbr-iconfont {
    font-size: 30px;
  }
}
.cid-u5pkJ2XdVu .card-wrapper .card-box {
  height: 100%;
}
.cid-u5pkJ2XdVu .card-wrapper .card-box .link-wrap {
  width: 100%;
}
.cid-u5pkJ2XdVu .card-wrapper .card-box .link-wrap .link {
  display: inline-block;
}
.cid-u5pkJ2XdVu .card-wrapper .card-box .link-wrap .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 0.6rem;
}
.cid-u5pkJ2XdVu .card-wrapper .card-box .link-wrap .link a:before {
  position: absolute;
  transition: all 0.3s;
  right: 0px;
  top: 55%;
  opacity: 0;
  transform: translateY(-50%);
  content: "\e909";
  font-family: "Moririse2" !important;
  color: currentColor;
  font-size: 0.6rem;
}
.cid-u5pkJ2XdVu .card-wrapper .card-box .link-wrap .link a:hover:before {
  opacity: 1;
  transform: translateX(8px) translateY(-50%);
}
.cid-u5pkJ2XdVu .mbr-section-btn {
  text-align: center;
}
.cid-u5pkJ2XdVu .mbr-section-btn .btn {
  padding: 18px 26px;
}
.cid-u5pkJ2XdVu .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.5px;
}
.cid-u5pkJ2XdVu .mbr-section-btn .btn-secondary:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
@media (max-width: 992px) {
  .cid-u5pkJ2XdVu img {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .cid-u5pkJ2XdVu .card-box .card-title,
  .cid-u5pkJ2XdVu .card-box .mbr-text {
    text-align: left;
  }
}
.cid-u5pnyiT9Z7 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u5pnyiT9Z7 .mbr-text {
  line-height: 1.5;
}
.cid-u5pnyiT9Z7 .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-u5pkJ46K5n {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u5pkJ46K5n .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-u5pkJ46K5n .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u5pkJ46K5n .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-u5pkJ46K5n .content-wrapper {
    padding: 2rem;
  }
}
.cid-u5pkJ46K5n .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-u5pkJ46K5n .mbr-section-subtitle {
  margin-bottom: 21px;
}
.cid-u5pkJ4SCBl {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u5pkJ4SCBl .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-u5pkJ4SCBl .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u5pkJ4SCBl .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-u5pkJ4SCBl .content-wrapper {
    padding: 2rem;
  }
}
.cid-u5pkJ4SCBl .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-u5pkJ4SCBl .mbr-section-subtitle {
  margin-bottom: 21px;
}
.cid-u5pkJ5FY10 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u5pkJ5FY10 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5pkJ5FY10 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u5pkJ5FY10 .container {
    padding: 0 30px;
  }
}
@media (min-width: 992px) {
  .cid-u5pkJ5FY10 .row {
    padding: 0 8px;
  }
}
.cid-u5pkJ5FY10 .item {
  padding: 0 8px;
}
@media (max-width: 992px) {
  .cid-u5pkJ5FY10 .item {
    padding: 0 12px;
  }
}
.cid-u5pkJ5FY10 .item .item-wrapper {
  display: flex;
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 768px) {
  .cid-u5pkJ5FY10 .item .item-wrapper {
    flex-direction: column;
  }
}
.cid-u5pkJ5FY10 .item .item-wrapper .item-img {
  padding: 0 15px;
  margin: 25px 0 40px;
}
.cid-u5pkJ5FY10 .item .item-wrapper .item-img img {
  height: 150px;
  width: 150px;
  border: 5px solid #ffffff;
  object-fit: cover;
  border-radius: 100%;
}
.cid-u5pkJ5FY10 .item .item-wrapper .item-content {
  width: 100%;
  padding: 40px 15px 0;
}
@media (max-width: 768px) {
  .cid-u5pkJ5FY10 .item .item-wrapper .item-content {
    padding: 0 15px 40px;
  }
}
.cid-u5pkJ5FY10 .item .item-wrapper .item-content .mbr-name {
  margin-bottom: 0;
}
.cid-u5pkJ5FY10 .item .item-wrapper .item-content .mbr-role {
  margin-bottom: 0;
}
.cid-u5pkJ5FY10 .item .item-wrapper .item-content .link-wrap a {
  position: relative;
  display: inline-flex;
  align-items: center;
}
.cid-u5pkJ5FY10 .item .item-wrapper .item-content .link-wrap a:hover::before,
.cid-u5pkJ5FY10 .item .item-wrapper .item-content .link-wrap a:focus::before {
  width: 100%;
}
.cid-u5pkJ5FY10 .item .item-wrapper .item-content .link-wrap a:hover .mbr-iconfont,
.cid-u5pkJ5FY10 .item .item-wrapper .item-content .link-wrap a:focus .mbr-iconfont {
  transform: translateX(10px);
}
.cid-u5pkJ5FY10 .item .item-wrapper .item-content .link-wrap a::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-color: #b3efdc;
  height: 100%;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-u5pkJ5FY10 .item .item-wrapper .item-content .link-wrap a .mbr-link {
  position: relative;
  margin-bottom: 0;
  text-decoration: underline;
}
.cid-u5pkJ5FY10 .item .item-wrapper .item-content .link-wrap a .mbr-iconfont {
  position: relative;
  display: block;
  font-size: 18px;
  margin-left: 20px;
  transition: all 0.3s ease-in-out;
}
.cid-u5pkJ6KXSV {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-u5pkJ6KXSV .title {
  position: relative;
  display: flex;
}
.cid-u5pkJ6KXSV .title .num {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 0;
  width: 100%;
  font-size: 4rem;
}
.cid-u5pkJ6KXSV .title .card-title {
  z-index: 1;
  width: 100%;
}
.cid-u5pkJ6KXSV .card-text {
  padding-top: 2rem;
}
.cid-u5pkJ6KXSV .card-box {
  padding-bottom: 1rem;
}
.cid-u5pkJ6KXSV .num {
  color: #e8e8e8;
}
@media (max-width: 767px) {
  .cid-u5pkJ6KXSV .num,
  .cid-u5pkJ6KXSV .card-title,
  .cid-u5pkJ6KXSV .mbr-text,
  .cid-u5pkJ6KXSV .mbr-title,
  .cid-u5pkJ6KXSV .mbr-section-subtitle,
  .cid-u5pkJ6KXSV .mbr-section-btn,
  .cid-u5pkJ6KXSV .mbr-section-title {
    text-align: center !important;
  }
  .cid-u5pkJ6KXSV .content-column {
    margin-bottom: 2rem;
  }
}
.cid-u5pkJ6KXSV .mbr-section-title {
  color: #3f485d;
}
.cid-u5pkJ8Aldw {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-u5pkJ8Aldw .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5pkJ8Aldw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5pkJ8Aldw .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u5pkJ8Aldw .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-u5pkJ8Aldw .container {
    padding: 0;
  }
}
.cid-u5pkJ8Aldw .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u5pkJ8Aldw .title-wrapper {
    padding: 0 16px;
  }
}
.cid-u5pkJ8Aldw .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-u5pkJ8Aldw .panel-group {
    padding: 0 16px;
  }
}
.cid-u5pkJ8Aldw .panel-group .card {
  padding: 30px 0;
  border-bottom: 1px solid #6592e6;
  border-radius: 0;
}
@media (max-width: 992px) {
  .cid-u5pkJ8Aldw .panel-group .card {
    padding: 30px 0;
  }
}
.cid-u5pkJ8Aldw .panel-group .card .card-header {
  padding: 0;
  background-color: transparent;
  border: none;
}
.cid-u5pkJ8Aldw .panel-group .card .card-header .panel-title {
  border: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-u5pkJ8Aldw .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-u5pkJ8Aldw .panel-group .card .card-header .panel-title .mbr-iconfont {
  margin-left: 10px;
  font-size: 24px;
  transition: all 0.3s ease-in-out;
}
.cid-u5pkJ8Aldw .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(-45deg);
  color: #f68e2a;
}
.cid-u5pkJ8Aldw .panel-group .card .card-header .panel-title:not(.collapsed) .panel-title-edit {
  color: #f68e2a;
}
.cid-u5pkJ8Aldw .panel-group .card .panel-collapse .panel-body {
  padding: 16px 0 0 0;
}
.cid-u5pkJ8Aldw .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-u5pkJ8Aldw a {
  color: #3f485d;
}
.cid-u5wGVHJeQ4 {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("https://cdn.centrestack.com/mobi5/web/102221/images/fb/hybrid-cloud-file-server-online-file-sharing-1200x630-tiny.jpg");
}
@media (max-width: 768px) {
  .cid-u5wGVHJeQ4 {
    padding-top: 5rem;
  }
}
.cid-u5wGVHJeQ4 .mbr-overlay {
  background: #000000;
  opacity: 0.7;
}
.cid-u5wGVIlGSM {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-u5wGVIlGSM .row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-u5wGVIlGSM .badge {
  display: inline-block;
  color: #f68e2a;
}
.cid-u5wGVIlGSM .card-wrapper {
  background-position: center;
  border-radius: 4px;
  padding: 0;
  transition: all 0.3s;
  background-size: cover;
  display: flex !important;
  flex-direction: row !important;
  justify-content: center !important;
  align-items: flex-start;
}
.cid-u5wGVIlGSM .card-wrapper .mbr-iconfont {
  font-size: 50px;
  color: #f68e2a;
  margin-right: 25px;
}
@media (max-width: 768px) {
  .cid-u5wGVIlGSM .card-wrapper .mbr-iconfont {
    font-size: 30px;
  }
}
.cid-u5wGVIlGSM .card-wrapper .card-box {
  height: 100%;
}
.cid-u5wGVIlGSM .card-wrapper .card-box .link-wrap {
  width: 100%;
}
.cid-u5wGVIlGSM .card-wrapper .card-box .link-wrap .link {
  display: inline-block;
}
.cid-u5wGVIlGSM .card-wrapper .card-box .link-wrap .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 0.6rem;
}
.cid-u5wGVIlGSM .card-wrapper .card-box .link-wrap .link a:before {
  position: absolute;
  transition: all 0.3s;
  right: 0px;
  top: 55%;
  opacity: 0;
  transform: translateY(-50%);
  content: "\e909";
  font-family: "Moririse2" !important;
  color: currentColor;
  font-size: 0.6rem;
}
.cid-u5wGVIlGSM .card-wrapper .card-box .link-wrap .link a:hover:before {
  opacity: 1;
  transform: translateX(8px) translateY(-50%);
}
.cid-u5wGVIlGSM .mbr-section-btn {
  text-align: center;
}
.cid-u5wGVIlGSM .mbr-section-btn .btn {
  padding: 18px 26px;
}
.cid-u5wGVIlGSM .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.5px;
}
.cid-u5wGVIlGSM .mbr-section-btn .btn-secondary:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
@media (max-width: 992px) {
  .cid-u5wGVIlGSM img {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .cid-u5wGVIlGSM .card-box .card-title,
  .cid-u5wGVIlGSM .card-box .mbr-text {
    text-align: left;
  }
}
.cid-u5wGVJgx5b {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u5wGVJgx5b .mbr-text {
  line-height: 1.5;
}
.cid-u5wGVJgx5b .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-u5AEPUdHVv {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u5AEPUdHVv .mbr-overlay {
  background: #ffffff;
  opacity: 0.9;
}
@media (max-width: 991px) {
  .cid-u5AEPUdHVv .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u5AEPUdHVv .row {
  flex-direction: row-reverse;
}
.cid-u5AEPUdHVv img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
}
.cid-u5wM1OGiq2 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u5wM1OGiq2 img {
  width: 120px;
  padding: 5px;
  margin: auto;
}
.cid-u5wM1OGiq2 .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
}
@media (min-width: 992px) {
  .cid-u5wM1OGiq2 .card {
    max-width: 12.5%;
  }
}
.cid-u5wM1OGiq2 .row {
  justify-content: space-between;
}
@media (min-width: 575px) and (max-width: 990px) {
  .cid-u5wM1OGiq2 .row {
    justify-content: center;
  }
}
.cid-u5wGVJWGWA {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-u5wGVJWGWA .badge {
  display: inline-block;
  color: #f68e2a;
}
.cid-u5wGVJWGWA .card-wrapper {
  background-position: center;
  border-radius: 4px;
  padding: 0;
  transition: all 0.3s;
  background-size: cover;
  display: flex !important;
  flex-direction: row !important;
  justify-content: center !important;
  align-items: flex-start;
}
.cid-u5wGVJWGWA .card-wrapper .mbr-iconfont {
  font-size: 50px;
  color: #f68e2a;
  margin-right: 25px;
}
@media (max-width: 768px) {
  .cid-u5wGVJWGWA .card-wrapper .mbr-iconfont {
    font-size: 30px;
  }
}
.cid-u5wGVJWGWA .card-wrapper .card-box {
  height: 100%;
}
.cid-u5wGVJWGWA .card-wrapper .card-box .link-wrap {
  width: 100%;
}
.cid-u5wGVJWGWA .card-wrapper .card-box .link-wrap .link {
  display: inline-block;
}
.cid-u5wGVJWGWA .card-wrapper .card-box .link-wrap .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 0.6rem;
}
.cid-u5wGVJWGWA .card-wrapper .card-box .link-wrap .link a:before {
  position: absolute;
  transition: all 0.3s;
  right: 0px;
  top: 55%;
  opacity: 0;
  transform: translateY(-50%);
  content: "\e909";
  font-family: "Moririse2" !important;
  color: currentColor;
  font-size: 0.6rem;
}
.cid-u5wGVJWGWA .card-wrapper .card-box .link-wrap .link a:hover:before {
  opacity: 1;
  transform: translateX(8px) translateY(-50%);
}
.cid-u5wGVJWGWA .mbr-section-btn {
  text-align: center;
}
.cid-u5wGVJWGWA .mbr-section-btn .btn {
  padding: 18px 26px;
}
.cid-u5wGVJWGWA .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.5px;
}
.cid-u5wGVJWGWA .mbr-section-btn .btn-secondary:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
@media (max-width: 992px) {
  .cid-u5wGVJWGWA img {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .cid-u5wGVJWGWA .card-box .card-title,
  .cid-u5wGVJWGWA .card-box .mbr-text {
    text-align: left;
  }
}
.cid-u5wGVKVmzQ {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u5wGVKVmzQ .mbr-text {
  line-height: 1.5;
}
.cid-u5wGVKVmzQ .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-u5wGVOyLQJ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-u5wGVOyLQJ .row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-u5wGVOyLQJ .badge {
  display: inline-block;
  color: #f68e2a;
}
.cid-u5wGVOyLQJ .card-wrapper {
  background-position: center;
  border-radius: 4px;
  padding: 0;
  transition: all 0.3s;
  background-size: cover;
  display: flex !important;
  flex-direction: row !important;
  justify-content: center !important;
  align-items: flex-start;
}
.cid-u5wGVOyLQJ .card-wrapper .mbr-iconfont {
  font-size: 50px;
  color: #f68e2a;
  margin-right: 25px;
}
@media (max-width: 768px) {
  .cid-u5wGVOyLQJ .card-wrapper .mbr-iconfont {
    font-size: 30px;
  }
}
.cid-u5wGVOyLQJ .card-wrapper .card-box {
  height: 100%;
}
.cid-u5wGVOyLQJ .card-wrapper .card-box .link-wrap {
  width: 100%;
}
.cid-u5wGVOyLQJ .card-wrapper .card-box .link-wrap .link {
  display: inline-block;
}
.cid-u5wGVOyLQJ .card-wrapper .card-box .link-wrap .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 0.6rem;
}
.cid-u5wGVOyLQJ .card-wrapper .card-box .link-wrap .link a:before {
  position: absolute;
  transition: all 0.3s;
  right: 0px;
  top: 55%;
  opacity: 0;
  transform: translateY(-50%);
  content: "\e909";
  font-family: "Moririse2" !important;
  color: currentColor;
  font-size: 0.6rem;
}
.cid-u5wGVOyLQJ .card-wrapper .card-box .link-wrap .link a:hover:before {
  opacity: 1;
  transform: translateX(8px) translateY(-50%);
}
.cid-u5wGVOyLQJ .mbr-section-btn {
  text-align: center;
}
.cid-u5wGVOyLQJ .mbr-section-btn .btn {
  padding: 18px 26px;
}
.cid-u5wGVOyLQJ .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.5px;
}
.cid-u5wGVOyLQJ .mbr-section-btn .btn-secondary:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
@media (max-width: 992px) {
  .cid-u5wGVOyLQJ img {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .cid-u5wGVOyLQJ .card-box .card-title,
  .cid-u5wGVOyLQJ .card-box .mbr-text {
    text-align: left;
  }
}
.cid-u5wGVPCHQk {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u5wGVPCHQk .mbr-text {
  line-height: 1.5;
}
.cid-u5wGVPCHQk .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-u5wGVQwWYi {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-u5wGVQwWYi .badge {
  display: inline-block;
  color: #f68e2a;
}
.cid-u5wGVQwWYi .card-wrapper {
  background-position: center;
  border-radius: 4px;
  padding: 0;
  transition: all 0.3s;
  background-size: cover;
  display: flex !important;
  flex-direction: row !important;
  justify-content: center !important;
  align-items: flex-start;
}
.cid-u5wGVQwWYi .card-wrapper .mbr-iconfont {
  font-size: 50px;
  color: #f68e2a;
  margin-right: 25px;
}
@media (max-width: 768px) {
  .cid-u5wGVQwWYi .card-wrapper .mbr-iconfont {
    font-size: 30px;
  }
}
.cid-u5wGVQwWYi .card-wrapper .card-box {
  height: 100%;
}
.cid-u5wGVQwWYi .card-wrapper .card-box .link-wrap {
  width: 100%;
}
.cid-u5wGVQwWYi .card-wrapper .card-box .link-wrap .link {
  display: inline-block;
}
.cid-u5wGVQwWYi .card-wrapper .card-box .link-wrap .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 0.6rem;
}
.cid-u5wGVQwWYi .card-wrapper .card-box .link-wrap .link a:before {
  position: absolute;
  transition: all 0.3s;
  right: 0px;
  top: 55%;
  opacity: 0;
  transform: translateY(-50%);
  content: "\e909";
  font-family: "Moririse2" !important;
  color: currentColor;
  font-size: 0.6rem;
}
.cid-u5wGVQwWYi .card-wrapper .card-box .link-wrap .link a:hover:before {
  opacity: 1;
  transform: translateX(8px) translateY(-50%);
}
.cid-u5wGVQwWYi .mbr-section-btn {
  text-align: center;
}
.cid-u5wGVQwWYi .mbr-section-btn .btn {
  padding: 18px 26px;
}
.cid-u5wGVQwWYi .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.5px;
}
.cid-u5wGVQwWYi .mbr-section-btn .btn-secondary:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
@media (max-width: 992px) {
  .cid-u5wGVQwWYi img {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .cid-u5wGVQwWYi .card-box .card-title,
  .cid-u5wGVQwWYi .card-box .mbr-text {
    text-align: left;
  }
}
.cid-u5wGVRGGEI {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u5wGVRGGEI .mbr-text {
  line-height: 1.5;
}
.cid-u5wGVRGGEI .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-u5wGVSAOAz {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-u5wGVSAOAz .row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-u5wGVSAOAz .badge {
  display: inline-block;
  color: #f68e2a;
}
.cid-u5wGVSAOAz .card-wrapper {
  background-position: center;
  border-radius: 4px;
  padding: 0;
  transition: all 0.3s;
  background-size: cover;
  display: flex !important;
  flex-direction: row !important;
  justify-content: center !important;
  align-items: flex-start;
}
.cid-u5wGVSAOAz .card-wrapper .mbr-iconfont {
  font-size: 50px;
  color: #f68e2a;
  margin-right: 25px;
}
@media (max-width: 768px) {
  .cid-u5wGVSAOAz .card-wrapper .mbr-iconfont {
    font-size: 30px;
  }
}
.cid-u5wGVSAOAz .card-wrapper .card-box {
  height: 100%;
}
.cid-u5wGVSAOAz .card-wrapper .card-box .link-wrap {
  width: 100%;
}
.cid-u5wGVSAOAz .card-wrapper .card-box .link-wrap .link {
  display: inline-block;
}
.cid-u5wGVSAOAz .card-wrapper .card-box .link-wrap .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 0.6rem;
}
.cid-u5wGVSAOAz .card-wrapper .card-box .link-wrap .link a:before {
  position: absolute;
  transition: all 0.3s;
  right: 0px;
  top: 55%;
  opacity: 0;
  transform: translateY(-50%);
  content: "\e909";
  font-family: "Moririse2" !important;
  color: currentColor;
  font-size: 0.6rem;
}
.cid-u5wGVSAOAz .card-wrapper .card-box .link-wrap .link a:hover:before {
  opacity: 1;
  transform: translateX(8px) translateY(-50%);
}
.cid-u5wGVSAOAz .mbr-section-btn {
  text-align: center;
}
.cid-u5wGVSAOAz .mbr-section-btn .btn {
  padding: 18px 26px;
}
.cid-u5wGVSAOAz .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.5px;
}
.cid-u5wGVSAOAz .mbr-section-btn .btn-secondary:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
@media (max-width: 992px) {
  .cid-u5wGVSAOAz img {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .cid-u5wGVSAOAz .card-box .card-title,
  .cid-u5wGVSAOAz .card-box .mbr-text {
    text-align: left;
  }
}
.cid-u5wGVU0QP0 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u5wGVU0QP0 .mbr-text {
  line-height: 1.5;
}
.cid-u5wGVU0QP0 .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-u5wGVV1tZQ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-u5wGVV1tZQ .badge {
  display: inline-block;
  color: #f68e2a;
}
.cid-u5wGVV1tZQ .card-wrapper {
  background-position: center;
  border-radius: 4px;
  padding: 0;
  transition: all 0.3s;
  background-size: cover;
  display: flex !important;
  flex-direction: row !important;
  justify-content: center !important;
  align-items: flex-start;
}
.cid-u5wGVV1tZQ .card-wrapper .mbr-iconfont {
  font-size: 50px;
  color: #f68e2a;
  margin-right: 25px;
}
@media (max-width: 768px) {
  .cid-u5wGVV1tZQ .card-wrapper .mbr-iconfont {
    font-size: 30px;
  }
}
.cid-u5wGVV1tZQ .card-wrapper .card-box {
  height: 100%;
}
.cid-u5wGVV1tZQ .card-wrapper .card-box .link-wrap {
  width: 100%;
}
.cid-u5wGVV1tZQ .card-wrapper .card-box .link-wrap .link {
  display: inline-block;
}
.cid-u5wGVV1tZQ .card-wrapper .card-box .link-wrap .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 0.6rem;
}
.cid-u5wGVV1tZQ .card-wrapper .card-box .link-wrap .link a:before {
  position: absolute;
  transition: all 0.3s;
  right: 0px;
  top: 55%;
  opacity: 0;
  transform: translateY(-50%);
  content: "\e909";
  font-family: "Moririse2" !important;
  color: currentColor;
  font-size: 0.6rem;
}
.cid-u5wGVV1tZQ .card-wrapper .card-box .link-wrap .link a:hover:before {
  opacity: 1;
  transform: translateX(8px) translateY(-50%);
}
.cid-u5wGVV1tZQ .mbr-section-btn {
  text-align: center;
}
.cid-u5wGVV1tZQ .mbr-section-btn .btn {
  padding: 18px 26px;
}
.cid-u5wGVV1tZQ .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.5px;
}
.cid-u5wGVV1tZQ .mbr-section-btn .btn-secondary:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
@media (max-width: 992px) {
  .cid-u5wGVV1tZQ img {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .cid-u5wGVV1tZQ .card-box .card-title,
  .cid-u5wGVV1tZQ .card-box .mbr-text {
    text-align: left;
  }
}
.cid-u5wGVWnkwC {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u5wGVWnkwC .mbr-text {
  line-height: 1.5;
}
.cid-u5wGVWnkwC .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-u5wOM07Na4 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u5wOM07Na4 .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 3.5rem;
  color: #f68e2a;
  margin-bottom: 1rem;
  border-radius: 50%;
  overflow: visible;
}
.cid-u5wOM07Na4 .image-wrapper {
  height: 100%;
}
@media (max-width: 992px) {
  .cid-u5wOM07Na4 .image-wrapper {
    padding-bottom: 2rem;
  }
}
.cid-u5wOM07Na4 img {
  width: 100%;
}
.cid-u5wOM07Na4 .card-wrapper {
  overflow: visible;
  margin-bottom: 2rem;
}
@media (max-width: 992px) {
  .cid-u5wOM07Na4 .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-u5wOPOpikK {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u5wOPOpikK .mbr-text {
  line-height: 1.5;
}
.cid-u5wOPOpikK .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-u5wUc70pdC {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("https://cdn.centrestack.com/fb/cs-share-file-server-1200x630.jpg");
}
@media (max-width: 768px) {
  .cid-u5wUc70pdC {
    padding-top: 5rem;
  }
}
.cid-u5wUc70pdC .mbr-overlay {
  background: #000000;
  opacity: 0.7;
}
.cid-u5wUJrqwEa {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u5wUJrqwEa img {
  width: 120px;
  padding: 5px;
  margin: auto;
}
.cid-u5wUJrqwEa .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
}
@media (min-width: 992px) {
  .cid-u5wUJrqwEa .card {
    max-width: 12.5%;
  }
}
.cid-u5wUJrqwEa .row {
  justify-content: space-between;
}
@media (min-width: 575px) and (max-width: 990px) {
  .cid-u5wUJrqwEa .row {
    justify-content: center;
  }
}
.cid-u5x6xnJ9zs {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u5x6xnJ9zs .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-u5x6xnJ9zs .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u5x6xnJ9zs .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-u5x6xnJ9zs .content-wrapper {
    padding: 2rem;
  }
}
.cid-u5x6xnJ9zs .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-u5x6xnJ9zs .mbr-section-subtitle {
  margin-bottom: 21px;
}
.cid-u5AFkh8rH1 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u5AFkh8rH1 .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-u5AFkh8rH1 .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u5AFkh8rH1 .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-u5AFkh8rH1 .content-wrapper {
    padding: 2rem;
  }
}
.cid-u5AFkh8rH1 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-u5AFkh8rH1 .mbr-section-subtitle {
  margin-bottom: 21px;
}
.cid-u5wYevG0ja {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u5wYevG0ja .row {
  padding: 0 1rem;
}
@media (max-width: 991px) {
  .cid-u5wYevG0ja .row {
    padding: 0 0.75rem;
  }
}
.cid-u5wYevG0ja .text-container {
  margin-bottom: 20px;
  padding: 0 !important;
}
.cid-u5wYevG0ja .mbr-section-title {
  margin: 0 auto;
}
.cid-u5wYevG0ja .cards-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
}
.cid-u5wYevG0ja .card {
  padding: 15px;
}
@media (max-width: 767px) {
  .cid-u5wYevG0ja .card {
    padding: 0;
  }
}
.cid-u5wYevG0ja .card-wrapper {
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 30px;
  border: 1px solid #EEEEEE;
  border-radius: 5px;
  background-color: #f2f6f8;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s, -webkit-border-radius 0.3s, -webkit-box-shadow 0.3s;
}
@media (max-width: 767px) {
  .cid-u5wYevG0ja .card-wrapper {
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-u5wYevG0ja .card-wrapper:hover {
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.07);
}
.cid-u5wYevG0ja .mbr-iconfont {
  font-size: 55px;
  color: #1565c0;
}
.cid-u5wYevG0ja .icon-box {
  width: 100%;
  margin-bottom: 20px;
}
.cid-u5wYevG0ja .card-title {
  padding-bottom: 10px;
}
.cid-u5wYOZb9HW {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u5wYOZb9HW .row {
  padding: 0 1rem;
}
@media (max-width: 991px) {
  .cid-u5wYOZb9HW .row {
    padding: 0 0.75rem;
  }
}
.cid-u5wYOZb9HW .text-container {
  margin-bottom: 20px;
  padding: 0 !important;
}
.cid-u5wYOZb9HW .mbr-section-title {
  margin: 0 auto;
}
.cid-u5wYOZb9HW .cards-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
}
.cid-u5wYOZb9HW .card {
  padding: 15px;
}
@media (max-width: 767px) {
  .cid-u5wYOZb9HW .card {
    padding: 0;
  }
}
.cid-u5wYOZb9HW .card-wrapper {
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 30px;
  border: 1px solid #EEEEEE;
  border-radius: 5px;
  background-color: #f2f6f8;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s, -webkit-border-radius 0.3s, -webkit-box-shadow 0.3s;
}
@media (max-width: 767px) {
  .cid-u5wYOZb9HW .card-wrapper {
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-u5wYOZb9HW .card-wrapper:hover {
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.07);
}
.cid-u5wYOZb9HW .mbr-iconfont {
  font-size: 55px;
  color: #1565c0;
}
.cid-u5wYOZb9HW .icon-box {
  width: 100%;
  margin-bottom: 20px;
}
.cid-u5wYOZb9HW .card-title {
  padding-bottom: 10px;
}
.cid-u5x0aBJfH1 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u5x0aBJfH1 .mbr-text {
  line-height: 1.5;
}
.cid-u5x0aBJfH1 .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-u5wYRP5pnm {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u5wYRP5pnm .row {
  padding: 0 1rem;
}
@media (max-width: 991px) {
  .cid-u5wYRP5pnm .row {
    padding: 0 0.75rem;
  }
}
.cid-u5wYRP5pnm .text-container {
  margin-bottom: 20px;
  padding: 0 !important;
}
.cid-u5wYRP5pnm .mbr-section-title {
  margin: 0 auto;
}
.cid-u5wYRP5pnm .cards-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
}
.cid-u5wYRP5pnm .card {
  padding: 15px;
}
@media (max-width: 767px) {
  .cid-u5wYRP5pnm .card {
    padding: 0;
  }
}
.cid-u5wYRP5pnm .card-wrapper {
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 30px;
  border: 1px solid #EEEEEE;
  border-radius: 5px;
  background-color: #f2f6f8;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s, -webkit-border-radius 0.3s, -webkit-box-shadow 0.3s;
}
@media (max-width: 767px) {
  .cid-u5wYRP5pnm .card-wrapper {
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-u5wYRP5pnm .card-wrapper:hover {
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.07);
}
.cid-u5wYRP5pnm .mbr-iconfont {
  font-size: 55px;
  color: #1565c0;
}
.cid-u5wYRP5pnm .icon-box {
  width: 100%;
  margin-bottom: 20px;
}
.cid-u5wYRP5pnm .card-title {
  padding-bottom: 10px;
}
.cid-u5wYSH513p {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u5wYSH513p .row {
  padding: 0 1rem;
}
@media (max-width: 991px) {
  .cid-u5wYSH513p .row {
    padding: 0 0.75rem;
  }
}
.cid-u5wYSH513p .text-container {
  margin-bottom: 20px;
  padding: 0 !important;
}
.cid-u5wYSH513p .mbr-section-title {
  margin: 0 auto;
}
.cid-u5wYSH513p .cards-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
}
.cid-u5wYSH513p .card {
  padding: 15px;
}
@media (max-width: 767px) {
  .cid-u5wYSH513p .card {
    padding: 0;
  }
}
.cid-u5wYSH513p .card-wrapper {
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 30px;
  border: 1px solid #EEEEEE;
  border-radius: 5px;
  background-color: #f2f6f8;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s, -webkit-border-radius 0.3s, -webkit-box-shadow 0.3s;
}
@media (max-width: 767px) {
  .cid-u5wYSH513p .card-wrapper {
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-u5wYSH513p .card-wrapper:hover {
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.07);
}
.cid-u5wYSH513p .mbr-iconfont {
  font-size: 55px;
  color: #1565c0;
}
.cid-u5wYSH513p .icon-box {
  width: 100%;
  margin-bottom: 20px;
}
.cid-u5wYSH513p .card-title {
  padding-bottom: 10px;
}
.cid-u5wUcleuoU {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-u5wUcleuoU .badge {
  display: inline-block;
  color: #f68e2a;
}
.cid-u5wUcleuoU .card-wrapper {
  background-position: center;
  border-radius: 4px;
  padding: 0;
  transition: all 0.3s;
  background-size: cover;
  display: flex !important;
  flex-direction: row !important;
  justify-content: center !important;
  align-items: flex-start;
}
.cid-u5wUcleuoU .card-wrapper .mbr-iconfont {
  font-size: 50px;
  color: #f68e2a;
  margin-right: 25px;
}
@media (max-width: 768px) {
  .cid-u5wUcleuoU .card-wrapper .mbr-iconfont {
    font-size: 30px;
  }
}
.cid-u5wUcleuoU .card-wrapper .card-box {
  height: 100%;
}
.cid-u5wUcleuoU .card-wrapper .card-box .link-wrap {
  width: 100%;
}
.cid-u5wUcleuoU .card-wrapper .card-box .link-wrap .link {
  display: inline-block;
}
.cid-u5wUcleuoU .card-wrapper .card-box .link-wrap .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 0.6rem;
}
.cid-u5wUcleuoU .card-wrapper .card-box .link-wrap .link a:before {
  position: absolute;
  transition: all 0.3s;
  right: 0px;
  top: 55%;
  opacity: 0;
  transform: translateY(-50%);
  content: "\e909";
  font-family: "Moririse2" !important;
  color: currentColor;
  font-size: 0.6rem;
}
.cid-u5wUcleuoU .card-wrapper .card-box .link-wrap .link a:hover:before {
  opacity: 1;
  transform: translateX(8px) translateY(-50%);
}
.cid-u5wUcleuoU .mbr-section-btn {
  text-align: center;
}
.cid-u5wUcleuoU .mbr-section-btn .btn {
  padding: 18px 26px;
}
.cid-u5wUcleuoU .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.5px;
}
.cid-u5wUcleuoU .mbr-section-btn .btn-secondary:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
@media (max-width: 992px) {
  .cid-u5wUcleuoU img {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .cid-u5wUcleuoU .card-box .card-title,
  .cid-u5wUcleuoU .card-box .mbr-text {
    text-align: left;
  }
}
.cid-u5wUcmTNae {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u5wUcmTNae .mbr-text {
  line-height: 1.5;
}
.cid-u5wUcmTNae .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-u5wUcobYsH {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-u5wUcobYsH .row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-u5wUcobYsH .badge {
  display: inline-block;
  color: #f68e2a;
}
.cid-u5wUcobYsH .card-wrapper {
  background-position: center;
  border-radius: 4px;
  padding: 0;
  transition: all 0.3s;
  background-size: cover;
  display: flex !important;
  flex-direction: row !important;
  justify-content: center !important;
  align-items: flex-start;
}
.cid-u5wUcobYsH .card-wrapper .mbr-iconfont {
  font-size: 50px;
  color: #f68e2a;
  margin-right: 25px;
}
@media (max-width: 768px) {
  .cid-u5wUcobYsH .card-wrapper .mbr-iconfont {
    font-size: 30px;
  }
}
.cid-u5wUcobYsH .card-wrapper .card-box {
  height: 100%;
}
.cid-u5wUcobYsH .card-wrapper .card-box .link-wrap {
  width: 100%;
}
.cid-u5wUcobYsH .card-wrapper .card-box .link-wrap .link {
  display: inline-block;
}
.cid-u5wUcobYsH .card-wrapper .card-box .link-wrap .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 0.6rem;
}
.cid-u5wUcobYsH .card-wrapper .card-box .link-wrap .link a:before {
  position: absolute;
  transition: all 0.3s;
  right: 0px;
  top: 55%;
  opacity: 0;
  transform: translateY(-50%);
  content: "\e909";
  font-family: "Moririse2" !important;
  color: currentColor;
  font-size: 0.6rem;
}
.cid-u5wUcobYsH .card-wrapper .card-box .link-wrap .link a:hover:before {
  opacity: 1;
  transform: translateX(8px) translateY(-50%);
}
.cid-u5wUcobYsH .mbr-section-btn {
  text-align: center;
}
.cid-u5wUcobYsH .mbr-section-btn .btn {
  padding: 18px 26px;
}
.cid-u5wUcobYsH .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.5px;
}
.cid-u5wUcobYsH .mbr-section-btn .btn-secondary:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
@media (max-width: 992px) {
  .cid-u5wUcobYsH img {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .cid-u5wUcobYsH .card-box .card-title,
  .cid-u5wUcobYsH .card-box .mbr-text {
    text-align: left;
  }
}
.cid-u5wUcq23YE {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u5wUcq23YE .mbr-text {
  line-height: 1.5;
}
.cid-u5wUcq23YE .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-u5ws16lV8D {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("https://cdn.centrestack.com/fb/business-man-happy-with-iphone-1200x630.jpg");
}
@media (max-width: 768px) {
  .cid-u5ws16lV8D {
    padding-top: 5rem;
  }
}
.cid-u5ws16lV8D .mbr-overlay {
  background: #000000;
  opacity: 0.7;
}
.cid-u5wttKBab8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u5wttKBab8 img {
  width: 120px;
  padding: 5px;
  margin: auto;
}
.cid-u5wttKBab8 .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
}
@media (min-width: 992px) {
  .cid-u5wttKBab8 .card {
    max-width: 12.5%;
  }
}
.cid-u5wttKBab8 .row {
  justify-content: space-between;
}
@media (min-width: 575px) and (max-width: 990px) {
  .cid-u5wttKBab8 .row {
    justify-content: center;
  }
}
.cid-u5AFTuFs50 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u5AFTuFs50 .mbr-overlay {
  background: #ffffff;
  opacity: 0.9;
}
@media (max-width: 991px) {
  .cid-u5AFTuFs50 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u5AFTuFs50 .row {
  flex-direction: row-reverse;
}
.cid-u5AFTuFs50 img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
}
.cid-u5ws16XHKY {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-u5ws16XHKY .badge {
  display: inline-block;
  color: #f68e2a;
}
.cid-u5ws16XHKY .card-wrapper {
  background-position: center;
  border-radius: 4px;
  padding: 0;
  transition: all 0.3s;
  background-size: cover;
  display: flex !important;
  flex-direction: row !important;
  justify-content: center !important;
  align-items: flex-start;
}
.cid-u5ws16XHKY .card-wrapper .mbr-iconfont {
  font-size: 50px;
  color: #f68e2a;
  margin-right: 25px;
}
@media (max-width: 768px) {
  .cid-u5ws16XHKY .card-wrapper .mbr-iconfont {
    font-size: 30px;
  }
}
.cid-u5ws16XHKY .card-wrapper .card-box {
  height: 100%;
}
.cid-u5ws16XHKY .card-wrapper .card-box .link-wrap {
  width: 100%;
}
.cid-u5ws16XHKY .card-wrapper .card-box .link-wrap .link {
  display: inline-block;
}
.cid-u5ws16XHKY .card-wrapper .card-box .link-wrap .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 0.6rem;
}
.cid-u5ws16XHKY .card-wrapper .card-box .link-wrap .link a:before {
  position: absolute;
  transition: all 0.3s;
  right: 0px;
  top: 55%;
  opacity: 0;
  transform: translateY(-50%);
  content: "\e909";
  font-family: "Moririse2" !important;
  color: currentColor;
  font-size: 0.6rem;
}
.cid-u5ws16XHKY .card-wrapper .card-box .link-wrap .link a:hover:before {
  opacity: 1;
  transform: translateX(8px) translateY(-50%);
}
.cid-u5ws16XHKY .mbr-section-btn {
  text-align: center;
}
.cid-u5ws16XHKY .mbr-section-btn .btn {
  padding: 18px 26px;
}
.cid-u5ws16XHKY .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.5px;
}
.cid-u5ws16XHKY .mbr-section-btn .btn-secondary:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
@media (max-width: 992px) {
  .cid-u5ws16XHKY img {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .cid-u5ws16XHKY .card-box .card-title,
  .cid-u5ws16XHKY .card-box .mbr-text {
    text-align: left;
  }
}
.cid-u5ws17UJCM {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u5ws17UJCM .mbr-text {
  line-height: 1.5;
}
.cid-u5ws17UJCM .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-u5ws19Zote {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-u5ws19Zote .row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-u5ws19Zote .badge {
  display: inline-block;
  color: #f68e2a;
}
.cid-u5ws19Zote .card-wrapper {
  background-position: center;
  border-radius: 4px;
  padding: 0;
  transition: all 0.3s;
  background-size: cover;
  display: flex !important;
  flex-direction: row !important;
  justify-content: center !important;
  align-items: flex-start;
}
.cid-u5ws19Zote .card-wrapper .mbr-iconfont {
  font-size: 50px;
  color: #f68e2a;
  margin-right: 25px;
}
@media (max-width: 768px) {
  .cid-u5ws19Zote .card-wrapper .mbr-iconfont {
    font-size: 30px;
  }
}
.cid-u5ws19Zote .card-wrapper .card-box {
  height: 100%;
}
.cid-u5ws19Zote .card-wrapper .card-box .link-wrap {
  width: 100%;
}
.cid-u5ws19Zote .card-wrapper .card-box .link-wrap .link {
  display: inline-block;
}
.cid-u5ws19Zote .card-wrapper .card-box .link-wrap .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 0.6rem;
}
.cid-u5ws19Zote .card-wrapper .card-box .link-wrap .link a:before {
  position: absolute;
  transition: all 0.3s;
  right: 0px;
  top: 55%;
  opacity: 0;
  transform: translateY(-50%);
  content: "\e909";
  font-family: "Moririse2" !important;
  color: currentColor;
  font-size: 0.6rem;
}
.cid-u5ws19Zote .card-wrapper .card-box .link-wrap .link a:hover:before {
  opacity: 1;
  transform: translateX(8px) translateY(-50%);
}
.cid-u5ws19Zote .mbr-section-btn {
  text-align: center;
}
.cid-u5ws19Zote .mbr-section-btn .btn {
  padding: 18px 26px;
}
.cid-u5ws19Zote .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.5px;
}
.cid-u5ws19Zote .mbr-section-btn .btn-secondary:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
@media (max-width: 992px) {
  .cid-u5ws19Zote img {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .cid-u5ws19Zote .card-box .card-title,
  .cid-u5ws19Zote .card-box .mbr-text {
    text-align: left;
  }
}
.cid-u5ws1b5aYc {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u5ws1b5aYc .mbr-text {
  line-height: 1.5;
}
.cid-u5ws1b5aYc .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-u5ws1bOyc0 {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-u5ws1bOyc0 .badge {
  display: inline-block;
  color: #f68e2a;
}
.cid-u5ws1bOyc0 .card-wrapper {
  background-position: center;
  border-radius: 4px;
  padding: 0;
  transition: all 0.3s;
  background-size: cover;
  display: flex !important;
  flex-direction: row !important;
  justify-content: center !important;
  align-items: flex-start;
}
.cid-u5ws1bOyc0 .card-wrapper .mbr-iconfont {
  font-size: 50px;
  color: #f68e2a;
  margin-right: 25px;
}
@media (max-width: 768px) {
  .cid-u5ws1bOyc0 .card-wrapper .mbr-iconfont {
    font-size: 30px;
  }
}
.cid-u5ws1bOyc0 .card-wrapper .card-box {
  height: 100%;
}
.cid-u5ws1bOyc0 .card-wrapper .card-box .link-wrap {
  width: 100%;
}
.cid-u5ws1bOyc0 .card-wrapper .card-box .link-wrap .link {
  display: inline-block;
}
.cid-u5ws1bOyc0 .card-wrapper .card-box .link-wrap .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 0.6rem;
}
.cid-u5ws1bOyc0 .card-wrapper .card-box .link-wrap .link a:before {
  position: absolute;
  transition: all 0.3s;
  right: 0px;
  top: 55%;
  opacity: 0;
  transform: translateY(-50%);
  content: "\e909";
  font-family: "Moririse2" !important;
  color: currentColor;
  font-size: 0.6rem;
}
.cid-u5ws1bOyc0 .card-wrapper .card-box .link-wrap .link a:hover:before {
  opacity: 1;
  transform: translateX(8px) translateY(-50%);
}
.cid-u5ws1bOyc0 .mbr-section-btn {
  text-align: center;
}
.cid-u5ws1bOyc0 .mbr-section-btn .btn {
  padding: 18px 26px;
}
.cid-u5ws1bOyc0 .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.5px;
}
.cid-u5ws1bOyc0 .mbr-section-btn .btn-secondary:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
@media (max-width: 992px) {
  .cid-u5ws1bOyc0 img {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .cid-u5ws1bOyc0 .card-box .card-title,
  .cid-u5ws1bOyc0 .card-box .mbr-text {
    text-align: left;
  }
}
.cid-u5wz3Jkg1m {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-u5wz3Jkg1m .row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-u5wz3Jkg1m .badge {
  display: inline-block;
  color: #f68e2a;
}
.cid-u5wz3Jkg1m .card-wrapper {
  background-position: center;
  border-radius: 4px;
  padding: 0;
  transition: all 0.3s;
  background-size: cover;
  display: flex !important;
  flex-direction: row !important;
  justify-content: center !important;
  align-items: flex-start;
}
.cid-u5wz3Jkg1m .card-wrapper .mbr-iconfont {
  font-size: 50px;
  color: #f68e2a;
  margin-right: 25px;
}
@media (max-width: 768px) {
  .cid-u5wz3Jkg1m .card-wrapper .mbr-iconfont {
    font-size: 30px;
  }
}
.cid-u5wz3Jkg1m .card-wrapper .card-box {
  height: 100%;
}
.cid-u5wz3Jkg1m .card-wrapper .card-box .link-wrap {
  width: 100%;
}
.cid-u5wz3Jkg1m .card-wrapper .card-box .link-wrap .link {
  display: inline-block;
}
.cid-u5wz3Jkg1m .card-wrapper .card-box .link-wrap .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 0.6rem;
}
.cid-u5wz3Jkg1m .card-wrapper .card-box .link-wrap .link a:before {
  position: absolute;
  transition: all 0.3s;
  right: 0px;
  top: 55%;
  opacity: 0;
  transform: translateY(-50%);
  content: "\e909";
  font-family: "Moririse2" !important;
  color: currentColor;
  font-size: 0.6rem;
}
.cid-u5wz3Jkg1m .card-wrapper .card-box .link-wrap .link a:hover:before {
  opacity: 1;
  transform: translateX(8px) translateY(-50%);
}
.cid-u5wz3Jkg1m .mbr-section-btn {
  text-align: center;
}
.cid-u5wz3Jkg1m .mbr-section-btn .btn {
  padding: 18px 26px;
}
.cid-u5wz3Jkg1m .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.5px;
}
.cid-u5wz3Jkg1m .mbr-section-btn .btn-secondary:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
@media (max-width: 992px) {
  .cid-u5wz3Jkg1m img {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .cid-u5wz3Jkg1m .card-box .card-title,
  .cid-u5wz3Jkg1m .card-box .mbr-text {
    text-align: left;
  }
}
.cid-u5wzt9fHXU {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u5wzt9fHXU .mbr-text {
  line-height: 1.5;
}
.cid-u5wzt9fHXU .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-u5wxleMLTv {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u5wxleMLTv .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 3.5rem;
  color: #f68e2a;
  margin-bottom: 1rem;
  border-radius: 50%;
  overflow: visible;
}
.cid-u5wxleMLTv .image-wrapper {
  height: 100%;
}
@media (max-width: 992px) {
  .cid-u5wxleMLTv .image-wrapper {
    padding-bottom: 2rem;
  }
}
.cid-u5wxleMLTv img {
  width: 100%;
}
.cid-u5wxleMLTv .card-wrapper {
  overflow: visible;
  margin-bottom: 2rem;
}
@media (max-width: 992px) {
  .cid-u5wxleMLTv .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-u5wxJDVka9 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u5wxJDVka9 .mbr-text {
  line-height: 1.5;
}
.cid-u5wxJDVka9 .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-u5viPpwjMT {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("https://cdn.centrestack.com/mobi5/web/gladinet/images/fb/healthcare-1200x630-tiny.jpg");
}
@media (max-width: 768px) {
  .cid-u5viPpwjMT {
    padding-top: 5rem;
  }
}
.cid-u5viPpwjMT .mbr-overlay {
  background: #000000;
  opacity: 0.7;
}
.cid-u5viPq4uet {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u5viPq4uet .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-u5viPqv7sL {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-u5viPqv7sL .badge {
  display: inline-block;
  color: #f68e2a;
}
.cid-u5viPqv7sL .card-wrapper {
  background-position: center;
  border-radius: 4px;
  padding: 0;
  transition: all 0.3s;
  background-size: cover;
  display: flex !important;
  flex-direction: row !important;
  justify-content: center !important;
  align-items: flex-start;
}
.cid-u5viPqv7sL .card-wrapper .mbr-iconfont {
  font-size: 50px;
  color: #f68e2a;
  margin-right: 25px;
}
@media (max-width: 768px) {
  .cid-u5viPqv7sL .card-wrapper .mbr-iconfont {
    font-size: 30px;
  }
}
.cid-u5viPqv7sL .card-wrapper .card-box {
  height: 100%;
}
.cid-u5viPqv7sL .card-wrapper .card-box .link-wrap {
  width: 100%;
}
.cid-u5viPqv7sL .card-wrapper .card-box .link-wrap .link {
  display: inline-block;
}
.cid-u5viPqv7sL .card-wrapper .card-box .link-wrap .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 0.6rem;
}
.cid-u5viPqv7sL .card-wrapper .card-box .link-wrap .link a:before {
  position: absolute;
  transition: all 0.3s;
  right: 0px;
  top: 55%;
  opacity: 0;
  transform: translateY(-50%);
  content: "\e909";
  font-family: "Moririse2" !important;
  color: currentColor;
  font-size: 0.6rem;
}
.cid-u5viPqv7sL .card-wrapper .card-box .link-wrap .link a:hover:before {
  opacity: 1;
  transform: translateX(8px) translateY(-50%);
}
.cid-u5viPqv7sL .mbr-section-btn {
  text-align: center;
}
.cid-u5viPqv7sL .mbr-section-btn .btn {
  padding: 18px 26px;
}
.cid-u5viPqv7sL .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.5px;
}
.cid-u5viPqv7sL .mbr-section-btn .btn-secondary:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
@media (max-width: 992px) {
  .cid-u5viPqv7sL img {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .cid-u5viPqv7sL .card-box .card-title,
  .cid-u5viPqv7sL .card-box .mbr-text {
    text-align: left;
  }
}
.cid-u5viPrlp5i {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u5viPrlp5i .mbr-text {
  line-height: 1.5;
}
.cid-u5viPrlp5i .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-u5CdqYnMIF {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u5CdqYnMIF .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-u5CdqYnMIF .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u5CdqYnMIF .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-u5CdqYnMIF .content-wrapper {
    padding: 2rem;
  }
}
.cid-u5CdqYnMIF .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-u5CdqYnMIF .mbr-section-subtitle {
  margin-bottom: 21px;
}
.cid-u5Cds2w8bW {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u5Cds2w8bW .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-u5Cds2w8bW .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u5Cds2w8bW .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-u5Cds2w8bW .content-wrapper {
    padding: 2rem;
  }
}
.cid-u5Cds2w8bW .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-u5Cds2w8bW .mbr-section-subtitle {
  margin-bottom: 21px;
}
.cid-u5CdLHyWaK {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u5CdLHyWaK .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-u5CdLHyWaK .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u5CdLHyWaK .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-u5CdLHyWaK .content-wrapper {
    padding: 2rem;
  }
}
.cid-u5CdLHyWaK .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-u5CdLHyWaK .mbr-section-subtitle {
  margin-bottom: 21px;
}
.cid-u5CdMFKUTM {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u5CdMFKUTM .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-u5CdMFKUTM .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u5CdMFKUTM .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-u5CdMFKUTM .content-wrapper {
    padding: 2rem;
  }
}
.cid-u5CdMFKUTM .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-u5CdMFKUTM .mbr-section-subtitle {
  margin-bottom: 21px;
}
.cid-u5viPtobkS {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u5viPtobkS .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-u5viPtobkS .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u5viPtobkS .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-u5viPtobkS .content-wrapper {
    padding: 2rem;
  }
}
.cid-u5viPtobkS .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-u5viPtobkS .mbr-section-subtitle {
  margin-bottom: 21px;
}
.cid-u5viPtYSxp {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u5viPtYSxp .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-u5viPtYSxp .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u5viPtYSxp .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-u5viPtYSxp .content-wrapper {
    padding: 2rem;
  }
}
.cid-u5viPtYSxp .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-u5viPtYSxp .mbr-section-subtitle {
  margin-bottom: 21px;
}
.cid-u5viPuvian {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u5viPuvian .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5viPuvian .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u5viPuvian .container {
    padding: 0 30px;
  }
}
@media (min-width: 992px) {
  .cid-u5viPuvian .row {
    padding: 0 8px;
  }
}
.cid-u5viPuvian .item {
  padding: 0 8px;
}
@media (max-width: 992px) {
  .cid-u5viPuvian .item {
    padding: 0 12px;
  }
}
.cid-u5viPuvian .item .item-wrapper {
  display: flex;
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 768px) {
  .cid-u5viPuvian .item .item-wrapper {
    flex-direction: column;
  }
}
.cid-u5viPuvian .item .item-wrapper .item-img {
  padding: 0 15px;
  margin: 25px 0 40px;
}
.cid-u5viPuvian .item .item-wrapper .item-img img {
  height: 150px;
  width: 150px;
  border: 5px solid #ffffff;
  object-fit: cover;
  border-radius: 100%;
}
.cid-u5viPuvian .item .item-wrapper .item-content {
  width: 100%;
  padding: 40px 15px 0;
}
@media (max-width: 768px) {
  .cid-u5viPuvian .item .item-wrapper .item-content {
    padding: 0 15px 40px;
  }
}
.cid-u5viPuvian .item .item-wrapper .item-content .mbr-name {
  margin-bottom: 0;
}
.cid-u5viPuvian .item .item-wrapper .item-content .mbr-role {
  margin-bottom: 0;
}
.cid-u5viPuvian .item .item-wrapper .item-content .link-wrap a {
  position: relative;
  display: inline-flex;
  align-items: center;
}
.cid-u5viPuvian .item .item-wrapper .item-content .link-wrap a:hover::before,
.cid-u5viPuvian .item .item-wrapper .item-content .link-wrap a:focus::before {
  width: 100%;
}
.cid-u5viPuvian .item .item-wrapper .item-content .link-wrap a:hover .mbr-iconfont,
.cid-u5viPuvian .item .item-wrapper .item-content .link-wrap a:focus .mbr-iconfont {
  transform: translateX(10px);
}
.cid-u5viPuvian .item .item-wrapper .item-content .link-wrap a::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-color: #b3efdc;
  height: 100%;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-u5viPuvian .item .item-wrapper .item-content .link-wrap a .mbr-link {
  position: relative;
  margin-bottom: 0;
  text-decoration: underline;
}
.cid-u5viPuvian .item .item-wrapper .item-content .link-wrap a .mbr-iconfont {
  position: relative;
  display: block;
  font-size: 18px;
  margin-left: 20px;
  transition: all 0.3s ease-in-out;
}
.cid-u5viPvc6De {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-u5viPvc6De .title {
  position: relative;
  display: flex;
}
.cid-u5viPvc6De .title .num {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 0;
  width: 100%;
  font-size: 4rem;
}
.cid-u5viPvc6De .title .card-title {
  z-index: 1;
  width: 100%;
}
.cid-u5viPvc6De .card-text {
  padding-top: 2rem;
}
.cid-u5viPvc6De .card-box {
  padding-bottom: 1rem;
}
.cid-u5viPvc6De .num {
  color: #e8e8e8;
}
@media (max-width: 767px) {
  .cid-u5viPvc6De .num,
  .cid-u5viPvc6De .card-title,
  .cid-u5viPvc6De .mbr-text,
  .cid-u5viPvc6De .mbr-title,
  .cid-u5viPvc6De .mbr-section-subtitle,
  .cid-u5viPvc6De .mbr-section-btn,
  .cid-u5viPvc6De .mbr-section-title {
    text-align: center !important;
  }
  .cid-u5viPvc6De .content-column {
    margin-bottom: 2rem;
  }
}
.cid-u5viPvc6De .mbr-section-title {
  color: #3f485d;
}
.cid-u5viPvRkwY {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u5viPvRkwY .mbr-text {
  line-height: 1.5;
}
.cid-u5viPvRkwY .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-u5viPwwwCv {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-u5viPwwwCv .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5viPwwwCv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5viPwwwCv .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u5viPwwwCv .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-u5viPwwwCv .container {
    padding: 0;
  }
}
.cid-u5viPwwwCv .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u5viPwwwCv .title-wrapper {
    padding: 0 16px;
  }
}
.cid-u5viPwwwCv .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-u5viPwwwCv .panel-group {
    padding: 0 16px;
  }
}
.cid-u5viPwwwCv .panel-group .card {
  padding: 30px 0;
  border-bottom: 1px solid #6592e6;
  border-radius: 0;
}
@media (max-width: 992px) {
  .cid-u5viPwwwCv .panel-group .card {
    padding: 30px 0;
  }
}
.cid-u5viPwwwCv .panel-group .card .card-header {
  padding: 0;
  background-color: transparent;
  border: none;
}
.cid-u5viPwwwCv .panel-group .card .card-header .panel-title {
  border: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-u5viPwwwCv .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-u5viPwwwCv .panel-group .card .card-header .panel-title .mbr-iconfont {
  margin-left: 10px;
  font-size: 24px;
  transition: all 0.3s ease-in-out;
}
.cid-u5viPwwwCv .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(-45deg);
  color: #f68e2a;
}
.cid-u5viPwwwCv .panel-group .card .card-header .panel-title:not(.collapsed) .panel-title-edit {
  color: #f68e2a;
}
.cid-u5viPwwwCv .panel-group .card .panel-collapse .panel-body {
  padding: 16px 0 0 0;
}
.cid-u5viPwwwCv .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-u5viPwwwCv a {
  color: #3f485d;
}
.cid-u5CJhDtGav {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("https://cdn.centrestack.com/mobi5/web/gladinet/images/fb/manufacturer-1200x630-tiny.jpg");
}
@media (max-width: 768px) {
  .cid-u5CJhDtGav {
    padding-top: 5rem;
  }
}
.cid-u5CJhDtGav .mbr-overlay {
  background: #000000;
  opacity: 0.7;
}
.cid-u5CJhE74X5 {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u5CJhE74X5 .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-u5CJhH23ZS {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u5CJhH23ZS .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-u5CJhH23ZS .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u5CJhH23ZS .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-u5CJhH23ZS .content-wrapper {
    padding: 2rem;
  }
}
.cid-u5CJhH23ZS .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-u5CJhH23ZS .mbr-section-subtitle {
  margin-bottom: 21px;
}
.cid-u5CJhGn1eM {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u5CJhGn1eM .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-u5CJhGn1eM .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u5CJhGn1eM .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-u5CJhGn1eM .content-wrapper {
    padding: 2rem;
  }
}
.cid-u5CJhGn1eM .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-u5CJhGn1eM .mbr-section-subtitle {
  margin-bottom: 21px;
}
.cid-u5CJhHKTf2 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u5CJhHKTf2 .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-u5CJhHKTf2 .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u5CJhHKTf2 .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-u5CJhHKTf2 .content-wrapper {
    padding: 2rem;
  }
}
.cid-u5CJhHKTf2 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-u5CJhHKTf2 .mbr-section-subtitle {
  margin-bottom: 21px;
}
.cid-u5CJhJbaIL {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u5CJhJbaIL .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-u5CJhJbaIL .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u5CJhJbaIL .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-u5CJhJbaIL .content-wrapper {
    padding: 2rem;
  }
}
.cid-u5CJhJbaIL .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-u5CJhJbaIL .mbr-section-subtitle {
  margin-bottom: 21px;
}
.cid-u5CJhJVv0b {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u5CJhJVv0b .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-u5CJhJVv0b .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u5CJhJVv0b .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-u5CJhJVv0b .content-wrapper {
    padding: 2rem;
  }
}
.cid-u5CJhJVv0b .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-u5CJhJVv0b .mbr-section-subtitle {
  margin-bottom: 21px;
}
.cid-u5CJhKI1zG {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u5CJhKI1zG .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5CJhKI1zG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u5CJhKI1zG .container {
    padding: 0 30px;
  }
}
@media (min-width: 992px) {
  .cid-u5CJhKI1zG .row {
    padding: 0 8px;
  }
}
.cid-u5CJhKI1zG .item {
  padding: 0 8px;
}
@media (max-width: 992px) {
  .cid-u5CJhKI1zG .item {
    padding: 0 12px;
  }
}
.cid-u5CJhKI1zG .item .item-wrapper {
  display: flex;
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 768px) {
  .cid-u5CJhKI1zG .item .item-wrapper {
    flex-direction: column;
  }
}
.cid-u5CJhKI1zG .item .item-wrapper .item-img {
  padding: 0 15px;
  margin: 25px 0 40px;
}
.cid-u5CJhKI1zG .item .item-wrapper .item-img img {
  height: 150px;
  width: 150px;
  border: 5px solid #ffffff;
  object-fit: cover;
  border-radius: 100%;
}
.cid-u5CJhKI1zG .item .item-wrapper .item-content {
  width: 100%;
  padding: 40px 15px 0;
}
@media (max-width: 768px) {
  .cid-u5CJhKI1zG .item .item-wrapper .item-content {
    padding: 0 15px 40px;
  }
}
.cid-u5CJhKI1zG .item .item-wrapper .item-content .mbr-name {
  margin-bottom: 0;
}
.cid-u5CJhKI1zG .item .item-wrapper .item-content .mbr-role {
  margin-bottom: 0;
}
.cid-u5CJhKI1zG .item .item-wrapper .item-content .link-wrap a {
  position: relative;
  display: inline-flex;
  align-items: center;
}
.cid-u5CJhKI1zG .item .item-wrapper .item-content .link-wrap a:hover::before,
.cid-u5CJhKI1zG .item .item-wrapper .item-content .link-wrap a:focus::before {
  width: 100%;
}
.cid-u5CJhKI1zG .item .item-wrapper .item-content .link-wrap a:hover .mbr-iconfont,
.cid-u5CJhKI1zG .item .item-wrapper .item-content .link-wrap a:focus .mbr-iconfont {
  transform: translateX(10px);
}
.cid-u5CJhKI1zG .item .item-wrapper .item-content .link-wrap a::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-color: #b3efdc;
  height: 100%;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-u5CJhKI1zG .item .item-wrapper .item-content .link-wrap a .mbr-link {
  position: relative;
  margin-bottom: 0;
  text-decoration: underline;
}
.cid-u5CJhKI1zG .item .item-wrapper .item-content .link-wrap a .mbr-iconfont {
  position: relative;
  display: block;
  font-size: 18px;
  margin-left: 20px;
  transition: all 0.3s ease-in-out;
}
.cid-u5CJhLG9Mp {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-u5CJhLG9Mp .title {
  position: relative;
  display: flex;
}
.cid-u5CJhLG9Mp .title .num {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 0;
  width: 100%;
  font-size: 4rem;
}
.cid-u5CJhLG9Mp .title .card-title {
  z-index: 1;
  width: 100%;
}
.cid-u5CJhLG9Mp .card-text {
  padding-top: 2rem;
}
.cid-u5CJhLG9Mp .card-box {
  padding-bottom: 1rem;
}
.cid-u5CJhLG9Mp .num {
  color: #e8e8e8;
}
@media (max-width: 767px) {
  .cid-u5CJhLG9Mp .num,
  .cid-u5CJhLG9Mp .card-title,
  .cid-u5CJhLG9Mp .mbr-text,
  .cid-u5CJhLG9Mp .mbr-title,
  .cid-u5CJhLG9Mp .mbr-section-subtitle,
  .cid-u5CJhLG9Mp .mbr-section-btn,
  .cid-u5CJhLG9Mp .mbr-section-title {
    text-align: center !important;
  }
  .cid-u5CJhLG9Mp .content-column {
    margin-bottom: 2rem;
  }
}
.cid-u5CJhLG9Mp .mbr-section-title {
  color: #3f485d;
}
.cid-u5CJhMBBX1 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u5CJhMBBX1 .mbr-text {
  line-height: 1.5;
}
.cid-u5CJhMBBX1 .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-u5CJhNoUgT {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-u5CJhNoUgT .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5CJhNoUgT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5CJhNoUgT .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u5CJhNoUgT .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-u5CJhNoUgT .container {
    padding: 0;
  }
}
.cid-u5CJhNoUgT .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u5CJhNoUgT .title-wrapper {
    padding: 0 16px;
  }
}
.cid-u5CJhNoUgT .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-u5CJhNoUgT .panel-group {
    padding: 0 16px;
  }
}
.cid-u5CJhNoUgT .panel-group .card {
  padding: 30px 0;
  border-bottom: 1px solid #6592e6;
  border-radius: 0;
}
@media (max-width: 992px) {
  .cid-u5CJhNoUgT .panel-group .card {
    padding: 30px 0;
  }
}
.cid-u5CJhNoUgT .panel-group .card .card-header {
  padding: 0;
  background-color: transparent;
  border: none;
}
.cid-u5CJhNoUgT .panel-group .card .card-header .panel-title {
  border: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-u5CJhNoUgT .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-u5CJhNoUgT .panel-group .card .card-header .panel-title .mbr-iconfont {
  margin-left: 10px;
  font-size: 24px;
  transition: all 0.3s ease-in-out;
}
.cid-u5CJhNoUgT .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(-45deg);
  color: #f68e2a;
}
.cid-u5CJhNoUgT .panel-group .card .card-header .panel-title:not(.collapsed) .panel-title-edit {
  color: #f68e2a;
}
.cid-u5CJhNoUgT .panel-group .card .panel-collapse .panel-body {
  padding: 16px 0 0 0;
}
.cid-u5CJhNoUgT .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-u5CJhNoUgT a {
  color: #3f485d;
}
/* START LCP FIX */
@media (max-width: 992px) {
    /* Home Page*/
    .cid-sMd35IWmVW {
        /* https://cdn.centrestack.com/amp/gladinet-home-2120x1415-tiny-2000x1335.jpg */
        background-image: linear-gradient(120deg, #111a0d 0, #4d4d4d 100%);
    }
    .cid-tTJ1sdaadi img, .cid-tLHBrLWbPZ img {
        display: none;
    } 
    /* header image */
    .cid-trTz3fPYH4, .cid-trVreJDK1h, .cid-tFcwUVgQ29, .cid-tFcAjYkiZF, .cid-tsbV1NziUP, .cid-tr8zuUfVbw,
    .cid-tsbJFX99KE, .cid-tDY9Q6p9FG, .cid-tsbCFBfvRq, .cid-tsiJgPZBpR, .cid-trVjbr9y3J, .cid-tt865d8ssX,
    .cid-u4FOjARt8o, .cid-tqRZkujdjQ, .cid-tqcoMKgAV8, .cid-tqdoXmoZ2N, .cid-tGwgZyc317, .cid-tqRc2nn4IU,
    .cid-trezSyqxtj, .cid-trf3oChWkC, .cid-tsWwL0LfSu, .cid-tsAtH3ceRh, .cid-trUR3s2IZq, .cid-trwAo8jHlB,
    .cid-trfp4qkCcg, .cid-trxhQHOSUx, .cid-tqRPPtC6qc, .cid-trelwZVPUT, .cid-tt8BZIfszT, .cid-tsKZhJx5jO,
    .cid-tKpJGLRtmc, .cid-tKuAvggeTX, .cid-tKvvkR7Wsl, .cid-tRh9jo4AIB, .cid-tSRzAVM4lx, .cid-tSRUPnnCx3,
    .cid-tSRY3hCprN, .cid-tSRW2fr8EY, .cid-tSS22syW1l, .cid-tSRTcAIo0n, .cid-tSRDdXGia8, .cid-tSRJmzgaix,
    .cid-tSS30iv2GD, .cid-tSRlJmzWlM, .cid-tSRxrIuHaY, .cid-tSRnsIE5ZD, .cid-tUtQB1uiWh, .cid-tRgAQe0VkB,
    .cid-tSpmUMXt9H, .cid-tREKXwPEae, .cid-tSptT6m0bP, .cid-tREZL1iJn0, .cid-tRExQZ3l10, .cid-tRFcDZhYf5,
    .cid-tRFa6ZnkMF, .cid-tREIfkm6Xx, .cid-tSpxlx6GK6, .cid-tRDHBna9GQ, .cid-tOl3NmnQci, .cid-tOsrWJnS2d,
    .cid-u3xeewBzL5, .cid-u3IMCRTpgZ, .cid-u45GE9mrTv, .cid-u4bAKpICZ9, .cid-u4oodiyFrQ, .cid-u4nG0pddM1,
    .cid-u4oiZLgPKi, .cid-u4WjwiYUdV, .cid-u4WQKzA4es, .cid-u4XjI2l5KJ, .cid-u5eCapM2bh, .cid-u5pkIZdM0m,
    .cid-u58nXz89vq, .cid-u5ws16lV8D, .cid-u5wUc70pdC, .cid-u5wGVHJeQ4, .cid-u5viPpwjMT, .cid-u5CJhDtGav {
        background-image: none;
    }
    .cid-sMeVTWFzgQ .mbr-overlay, .cid-trTC7GWqW2 .mbr-overlay, .cid-tDY9Q6p9FG .mbr-overlay,
    .cid-tDYa64Wejs .mbr-overlay, .cid-tsbJG1aeqK .mbr-overlay, .cid-ts6k0MXF2c .mbr-overlay,
    .cid-tsbFcFCSMg .mbr-overlay, .cid-tsbCFEuRZB .mbr-overlay, .cid-tGwh1eIcg3 .mbr-overlay,
    .cid-tqRfSyQbyX .mbr-overlay, .cid-treBiInRAQ .mbr-overlay,.cid-trUSjwcr5l .mbr-overlay,
    .cid-tqRUNrCq1i .mbr-overlay{
        opacity: 0;
    }
    /* Testimonials */
    .cid-tGYW0zaGDJ, .cid-tH5kWRLWpr, .cid-tSRW2gHTQD, .cid-tUu4bOsRAP, .cid-tRKdOee4K0, .cid-tRJknnRlj0,
    .cid-tOlClUENss, .cid-tOsrWMad0j, .cid-u3IMCT27ZB, .cid-u4oodkkF2D, .cid-u4oodlvwMU, .cid-u4nGr928z8,
    .cid-u4nGrUUnsS, .cid-u4oiZMZgel, .cid-u4oiZOamKG {
        /* https://cdn.centrestack.com/amp/cstack/211101-triofox-demo-testimonial-back-1366x340.png */
        background-image: linear-gradient(120deg, #E3F1FD 0%, #ffffff 100%);
    }
    /* building */
    .cid-tpmgwyDip4, .cid-trTz3jXFq0, .cid-tG2WotDttn, .cid-tTJ6w1BFzG, .cid-tUuesRfhEH,
    .cid-tSpohvIt1N, .cid-tREy7UmT5E {
        /* https://cdn.centrestack.com/amp/background13-1920x1163-tiny-1-1920x1163.jpg */
        background-image: linear-gradient(120deg, #ffffff 0%, #8FA0B4 100%);
    }
    /* footer/banner */
    .cid-sMeVTWFzgQ, .cid-trTC7GWqW2, .cid-tDYbS5cP4y, .cid-tDYa64Wejs, .cid-tsbJG1aeqK, .cid-ts6k0MXF2c,
    .cid-tsbFcFCSMg, .cid-tsbCFEuRZB, .cid-tsbV1Tf05O, .cid-tsnDA8ds0E, .cid-trVleti4pr, .cid-trVpA2QB9p, .cid-tr2L8gF36B,
    .cid-tszgHdpuWa, .cid-tGwh1eIcg3, .cid-tqRfSyQbyX, .cid-treBiInRAQ, .cid-trUSjwcr5l, .cid-tqRUNrCq1i, .cid-tKpNDL65LI,
    .cid-tKuB1VEez6, .cid-tSRTcGw4xC, .cid-tTJ6EfA5n9, .cid-tTJ7fZTmE8, .cid-tUu9XWB6Q2, .cid-tSpoLcutVx, .cid-tRF0h2yeUx,
    .cid-u3CjYgzISS, .cid-u3CjZy15aa, .cid-u3Ck0Dd6Me {
        /* https://cdn.centrestack.com/amp/image-4-1920x583.jpg */
        background-image: linear-gradient(120deg, #0A5994 0%, #94CBF4 100%); /* TESTED */
    }
}
/* END LCP FIX */
