@import url(https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&display=swap);





body {
  font-family: Nunito;
}
.display-1 {
  font-family: 'Roboto', sans-serif;
  font-size: 3.125rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5rem;
}
.display-2 {
  font-family: 'Roboto', sans-serif;
  font-size: 2rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.2rem;
}
.display-4 {
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.375rem;
  line-height: 1.1;
}
.display-5 > .mbr-iconfont {
  font-size: 2.2rem;
}
.display-7 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.25rem;
  line-height: 1.4;
}
.display-7 > .mbr-iconfont {
  font-size: 2rem;
}
/* ---- 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.5rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.1875rem;
    font-size: calc( 1.74375rem + (3.125 - 1.74375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.74375rem + (3.125 - 1.74375) * ((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.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.1rem;
    font-size: calc( 1.13125rem + (1.375 - 1.13125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.13125rem + (1.375 - 1.13125) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 1rem 2.6rem;
  border-radius: 8px;
}
.btn-lg {
  padding: 20px 30px;
  border-radius: 8px;
}
.bg-primary {
  background-color: #848abd !important;
}
.bg-success {
  background-color: #9ccd7e !important;
}
.bg-info {
  background-color: #999999 !important;
}
.bg-warning {
  background-color: #b97ecd !important;
}
.bg-danger {
  background-color: #d75959 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #848abd !important;
  border-color: #848abd !important;
  color: #ffffff !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #555d9f !important;
  border-color: #555d9f !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #3c71d3 !important;
  border-color: #3c71d3 !important;
  color: #ffffff !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #244f9f !important;
  border-color: #244f9f !important;
}
.btn-info,
.btn-info:active {
  background-color: #999999 !important;
  border-color: #999999 !important;
  color: #ffffff !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #737373 !important;
  border-color: #737373 !important;
}
.btn-success,
.btn-success:active {
  background-color: #9ccd7e !important;
  border-color: #9ccd7e !important;
  color: #ffffff !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #72b747 !important;
  border-color: #72b747 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #b97ecd !important;
  border-color: #b97ecd !important;
  color: #ffffff !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #9b47b7 !important;
  border-color: #9b47b7 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #d75959 !important;
  border-color: #d75959 !important;
  color: #ffffff !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #b72c2c !important;
  border-color: #b72c2c !important;
}
.btn-white {
  color: #404040 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #848abd;
  color: #848abd;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #848abd;
  border-color: #848abd;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #848abd !important;
  border-color: #848abd !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #3c71d3;
  color: #3c71d3;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #3c71d3;
  border-color: #3c71d3;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #3c71d3 !important;
  border-color: #3c71d3 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #999999;
  color: #999999;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #999999;
  border-color: #999999;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #999999 !important;
  border-color: #999999 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #9ccd7e;
  color: #9ccd7e;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #9ccd7e;
  border-color: #9ccd7e;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #9ccd7e !important;
  border-color: #9ccd7e !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #b97ecd;
  color: #b97ecd;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #b97ecd;
  border-color: #b97ecd;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #b97ecd !important;
  border-color: #b97ecd !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #d75959;
  color: #d75959;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #d75959;
  border-color: #d75959;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #d75959 !important;
  border-color: #d75959 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #333333;
  color: #333333;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #848abd !important;
}
.text-secondary {
  color: #3c71d3 !important;
}
.text-success {
  color: #9ccd7e !important;
}
.text-info {
  color: #999999 !important;
}
.text-warning {
  color: #b97ecd !important;
}
.text-danger {
  color: #d75959 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #c6c9e1 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #8faee6 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #d4e9c8 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #cccccc !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #e1c8e9 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #ebabab !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #ffffff !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #999999;
}
.alert-warning {
  background-color: #b97ecd;
}
.alert-danger {
  background-color: #d75959;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 0 0 5px rgba(132, 138, 189, 0.5) !important;
  -webkit-box-shadow: 0 0 0 5px rgba(132, 138, 189, 0.5) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #848abd;
  border-color: #848abd;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #848abd;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #d7d9ea;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #d9d9d9;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fffdfd;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #848abd;
}
/* Forms */
.mbr-form .btn {
  margin: 0.4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 0 0 5px rgba(132, 138, 189, 0.5);
}
.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 0 0 5px rgba(132, 138, 189, 0.5);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #848abd;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: gray !important;
  border-bottom-color: gray !important;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #848abd;
  border-bottom-color: #848abd;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #848abd !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: #3c71d3 !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='%23848abd' %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-tWlk8ZVC4g {
  background-image: url("../../../assets/images/11jpg-1680x840.jpg");
}
.cid-tWlk8ZVC4g .mbr-section-title.display-2 {
  font-size: 40px;
  line-height: 1.25;
}
.cid-tWlk8ZVC4g .mbr-section-subtitle.display-5 {
  font-size: 26px;
  line-height: 1.385;
}
.cid-tWlk8ZVC4g .mbr-section-btn .btn {
  margin-left: 0 !important;
}
.cid-tWlk8ZVC4g .mbr-section-btn .btn.display-4 {
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
}
.cid-tWlk8ZVC4g .mbr-section-title,
.cid-tWlk8ZVC4g .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-tWlk8ZVC4g .mbr-section-subtitle,
.cid-tWlk8ZVC4g .mbr-section-btn {
  color: #e6eaf1;
}
.cid-tWpUD65d8m {
  background-color: #ffffff;
}
.cid-tWpUD65d8m .mbr-section-title,
.cid-tWpUD65d8m .mbr-section-subtitle {
  color: #000000;
}
.cid-tWpUD65d8m .mbr-section-text {
  color: #232323;
}
.cid-tWpUD65d8m .mbr-text,
.cid-tWpUD65d8m .typed-text,
.cid-tWpUD65d8m .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-tWpUD65d8m .btn {
  margin-left: 4px !important;
}
.cid-tWpUD65d8m .animated-element {
  color: #ff3366;
}
.cid-tWpUD65d8m .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #ff3366;
}
.cid-tWpUD65d8m .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-tWpUD65d8m .typed-text,
  .cid-tWpUD65d8m .mbr-section-subtitle,
  .cid-tWpUD65d8m .mbr-section-text,
  .cid-tWpUD65d8m .mbr-section-btn {
    text-align: center !important;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-tWpSiMOFLE {
  background-color: #073b4c;
}
.cid-tWpSiMOFLE .signature {
  -webkit-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
.cid-tWpSiMOFLE .mbr-section-title {
  letter-spacing: 0.1em;
}
.cid-tWpSiMOFLE .card-img {
  margin-bottom: 1rem;
}
.cid-tWpSiMOFLE .card-img span {
  font-size: 60px;
}
.cid-tWpSiMOFLE .mbr-text,
.cid-tWpSiMOFLE .mbr-section-btn {
  text-align: left;
}
.cid-tWqgGbPRal {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tWqgGbPRal .mbr-section-title {
  color: #404040;
}
.cid-tWqgGbPRal .mbr-section-title.display-2 {
  line-height: 1.375;
}
.cid-tWqgGbPRal .mbr-iconfont {
  display: block;
  font-size: 6rem;
  color: #3c71d3;
  margin-bottom: 2rem;
}
.cid-tWqgGbPRal .btn.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-tWqlOa5qeO {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tWqlOa5qeO .mbr-text {
  color: #767676;
}
.cid-tWqlOa5qeO .counter-container ul {
  margin-bottom: 0;
  padding-left: .6rem;
}
.cid-tWqlOa5qeO .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
}
.cid-tWqlOa5qeO .counter-container ul li:before {
  position: absolute;
  left: -1.5rem;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #188ef4;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: linear-gradient(135deg, #188ef4, #5eeebb);
}
.cid-tWqmErbuG4 {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tWqmErbuG4 .mbr-text {
  color: #767676;
}
.cid-tWqmErbuG4 .counter-container ul {
  margin-bottom: 0;
  padding-left: .6rem;
}
.cid-tWqmErbuG4 .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
}
.cid-tWqmErbuG4 .counter-container ul li:before {
  position: absolute;
  left: -1.5rem;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #188ef4;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: linear-gradient(135deg, #188ef4, #5eeebb);
}
.cid-tWqnaKDjo1 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tWqnaKDjo1 .mbr-section-title {
  color: #404040;
}
.cid-tWqnaKDjo1 .mbr-section-title.display-2 {
  line-height: 1.375;
}
.cid-tWqnaKDjo1 .mbr-iconfont {
  display: block;
  font-size: 6rem;
  color: #3c71d3;
  margin-bottom: 2rem;
}
.cid-tWqnaKDjo1 .btn.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-tWqneE1KdV {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tWqneE1KdV .mbr-text {
  color: #767676;
}
.cid-tWqneE1KdV .counter-container ul {
  margin-bottom: 0;
  padding-left: .6rem;
}
.cid-tWqneE1KdV .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
}
.cid-tWqneE1KdV .counter-container ul li:before {
  position: absolute;
  left: -1.5rem;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #188ef4;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: linear-gradient(135deg, #188ef4, #5eeebb);
}
.cid-tWqnvzg0UQ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tWqnvzg0UQ .mbr-section-title {
  color: #404040;
}
.cid-tWqnvzg0UQ .mbr-section-title.display-2 {
  line-height: 1.375;
}
.cid-tWqnvzg0UQ .mbr-iconfont {
  display: block;
  font-size: 6rem;
  color: #3c71d3;
  margin-bottom: 2rem;
}
.cid-tWqnvzg0UQ .btn.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-tWqnVG9P9j {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tWqnVG9P9j .mbr-text {
  color: #767676;
}
.cid-tWqnVG9P9j .counter-container ul {
  margin-bottom: 0;
  padding-left: .6rem;
}
.cid-tWqnVG9P9j .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
}
.cid-tWqnVG9P9j .counter-container ul li:before {
  position: absolute;
  left: -1.5rem;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #188ef4;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: linear-gradient(135deg, #188ef4, #5eeebb);
}
.cid-tWqof2lq8M {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tWqof2lq8M .mbr-section-title {
  color: #404040;
}
.cid-tWqof2lq8M .mbr-section-title.display-2 {
  line-height: 1.375;
}
.cid-tWqof2lq8M .mbr-iconfont {
  display: block;
  font-size: 6rem;
  color: #3c71d3;
  margin-bottom: 2rem;
}
.cid-tWqof2lq8M .btn.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-tWqoqCV0Y1 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tWqoqCV0Y1 .mbr-text {
  color: #767676;
}
.cid-tWqoqCV0Y1 .counter-container ul {
  margin-bottom: 0;
  padding-left: .6rem;
}
.cid-tWqoqCV0Y1 .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
}
.cid-tWqoqCV0Y1 .counter-container ul li:before {
  position: absolute;
  left: -1.5rem;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #188ef4;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: linear-gradient(135deg, #188ef4, #5eeebb);
}
.cid-tWqoJvZrt2 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tWqoJvZrt2 .mbr-section-title {
  color: #404040;
}
.cid-tWqoJvZrt2 .mbr-section-title.display-2 {
  line-height: 1.375;
}
.cid-tWqoJvZrt2 .mbr-iconfont {
  display: block;
  font-size: 6rem;
  color: #3c71d3;
  margin-bottom: 2rem;
}
.cid-tWqoJvZrt2 .btn.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-tWqoSJKsRf {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tWqoSJKsRf .mbr-text {
  color: #767676;
}
.cid-tWqoSJKsRf .counter-container ul {
  margin-bottom: 0;
  padding-left: .6rem;
}
.cid-tWqoSJKsRf .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
}
.cid-tWqoSJKsRf .counter-container ul li:before {
  position: absolute;
  left: -1.5rem;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #188ef4;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: linear-gradient(135deg, #188ef4, #5eeebb);
}
.cid-tWqpi5XuFB {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tWqpi5XuFB .mbr-text {
  color: #767676;
}
.cid-tWqpi5XuFB .counter-container ul {
  margin-bottom: 0;
  padding-left: .6rem;
}
.cid-tWqpi5XuFB .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
}
.cid-tWqpi5XuFB .counter-container ul li:before {
  position: absolute;
  left: -1.5rem;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #188ef4;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: linear-gradient(135deg, #188ef4, #5eeebb);
}
.cid-tWvRSpdbOx {
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-tWvRSpdbOx .mbr-section-title,
.cid-tWvRSpdbOx .mbr-section-subtitle {
  color: #000000;
}
.cid-tWvRSpdbOx .mbr-section-text {
  color: #232323;
}
.cid-tWvRSpdbOx .mbr-text,
.cid-tWvRSpdbOx .typed-text,
.cid-tWvRSpdbOx .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-tWvRSpdbOx .btn {
  margin-left: 4px !important;
}
.cid-tWvRSpdbOx .animated-element {
  color: #ff3366;
}
.cid-tWvRSpdbOx .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #ff3366;
}
.cid-tWvRSpdbOx .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-tWvRSpdbOx .typed-text,
  .cid-tWvRSpdbOx .mbr-section-subtitle,
  .cid-tWvRSpdbOx .mbr-section-text,
  .cid-tWvRSpdbOx .mbr-section-btn {
    text-align: center !important;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-tWvT3QFUK9 {
  background-image: url("../../../assets/images/11jpg-1680x840.jpg");
}
.cid-tWvT3QFUK9 .mbr-section-title.display-2 {
  font-size: 40px;
  line-height: 1.25;
}
.cid-tWvT3QFUK9 .mbr-section-subtitle.display-5 {
  font-size: 26px;
  line-height: 1.385;
}
.cid-tWvT3QFUK9 .mbr-section-btn .btn {
  margin-left: 0 !important;
}
.cid-tWvT3QFUK9 .mbr-section-btn .btn.display-4 {
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
}
.cid-tWvT3QFUK9 .mbr-section-title,
.cid-tWvT3QFUK9 .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-tWvT3QFUK9 .mbr-section-subtitle,
.cid-tWvT3QFUK9 .mbr-section-btn {
  color: #e6eaf1;
}
.cid-tWvT3RnXlb {
  background-color: #ffffff;
}
.cid-tWvT3RnXlb .mbr-section-title,
.cid-tWvT3RnXlb .mbr-section-subtitle {
  color: #000000;
}
.cid-tWvT3RnXlb .mbr-section-text {
  color: #232323;
}
.cid-tWvT3RnXlb .mbr-text,
.cid-tWvT3RnXlb .typed-text,
.cid-tWvT3RnXlb .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-tWvT3RnXlb .btn {
  margin-left: 4px !important;
}
.cid-tWvT3RnXlb .animated-element {
  color: #ff3366;
}
.cid-tWvT3RnXlb .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #ff3366;
}
.cid-tWvT3RnXlb .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-tWvT3RnXlb .typed-text,
  .cid-tWvT3RnXlb .mbr-section-subtitle,
  .cid-tWvT3RnXlb .mbr-section-text,
  .cid-tWvT3RnXlb .mbr-section-btn {
    text-align: center !important;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-tWvT3S6yip {
  background-color: #073b4c;
}
.cid-tWvT3S6yip .signature {
  -webkit-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
.cid-tWvT3S6yip .mbr-section-title {
  letter-spacing: 0.1em;
}
.cid-tWvT3S6yip .card-img {
  margin-bottom: 1rem;
}
.cid-tWvT3S6yip .card-img span {
  font-size: 60px;
}
.cid-tWvT3S6yip .mbr-text,
.cid-tWvT3S6yip .mbr-section-btn {
  text-align: left;
}
.cid-tWvT3SNfMC {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tWvT3SNfMC .mbr-section-title {
  color: #404040;
}
.cid-tWvT3SNfMC .mbr-section-title.display-2 {
  line-height: 1.375;
}
.cid-tWvT3SNfMC .mbr-iconfont {
  display: block;
  font-size: 6rem;
  color: #3c71d3;
  margin-bottom: 2rem;
}
.cid-tWvT3SNfMC .btn.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-tWvT3Th3B9 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tWvT3Th3B9 .mbr-text {
  color: #767676;
}
.cid-tWvT3Th3B9 .counter-container ul {
  margin-bottom: 0;
  padding-left: .6rem;
}
.cid-tWvT3Th3B9 .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
}
.cid-tWvT3Th3B9 .counter-container ul li:before {
  position: absolute;
  left: -1.5rem;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #188ef4;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: linear-gradient(135deg, #188ef4, #5eeebb);
}
.cid-tWvT3TRh5H {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tWvT3TRh5H .mbr-text {
  color: #767676;
}
.cid-tWvT3TRh5H .counter-container ul {
  margin-bottom: 0;
  padding-left: .6rem;
}
.cid-tWvT3TRh5H .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
}
.cid-tWvT3TRh5H .counter-container ul li:before {
  position: absolute;
  left: -1.5rem;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #188ef4;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: linear-gradient(135deg, #188ef4, #5eeebb);
}
.cid-tWvT3UjR3I {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tWvT3UjR3I .mbr-section-title {
  color: #404040;
}
.cid-tWvT3UjR3I .mbr-section-title.display-2 {
  line-height: 1.375;
}
.cid-tWvT3UjR3I .mbr-iconfont {
  display: block;
  font-size: 6rem;
  color: #3c71d3;
  margin-bottom: 2rem;
}
.cid-tWvT3UjR3I .btn.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-tWvT3URPk9 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tWvT3URPk9 .mbr-text {
  color: #767676;
}
.cid-tWvT3URPk9 .counter-container ul {
  margin-bottom: 0;
  padding-left: .6rem;
}
.cid-tWvT3URPk9 .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
}
.cid-tWvT3URPk9 .counter-container ul li:before {
  position: absolute;
  left: -1.5rem;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #188ef4;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: linear-gradient(135deg, #188ef4, #5eeebb);
}
.cid-tWvT3VkCwD {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tWvT3VkCwD .mbr-section-title {
  color: #404040;
}
.cid-tWvT3VkCwD .mbr-section-title.display-2 {
  line-height: 1.375;
}
.cid-tWvT3VkCwD .mbr-iconfont {
  display: block;
  font-size: 6rem;
  color: #3c71d3;
  margin-bottom: 2rem;
}
.cid-tWvT3VkCwD .btn.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-tWvT3VSHbe {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tWvT3VSHbe .mbr-text {
  color: #767676;
}
.cid-tWvT3VSHbe .counter-container ul {
  margin-bottom: 0;
  padding-left: .6rem;
}
.cid-tWvT3VSHbe .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
}
.cid-tWvT3VSHbe .counter-container ul li:before {
  position: absolute;
  left: -1.5rem;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #188ef4;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: linear-gradient(135deg, #188ef4, #5eeebb);
}
.cid-tWvT3Wk5Ph {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tWvT3Wk5Ph .mbr-section-title {
  color: #404040;
}
.cid-tWvT3Wk5Ph .mbr-section-title.display-2 {
  line-height: 1.375;
}
.cid-tWvT3Wk5Ph .mbr-iconfont {
  display: block;
  font-size: 6rem;
  color: #3c71d3;
  margin-bottom: 2rem;
}
.cid-tWvT3Wk5Ph .btn.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-tWvT3WTXJr {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tWvT3WTXJr .mbr-text {
  color: #767676;
}
.cid-tWvT3WTXJr .counter-container ul {
  margin-bottom: 0;
  padding-left: .6rem;
}
.cid-tWvT3WTXJr .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
}
.cid-tWvT3WTXJr .counter-container ul li:before {
  position: absolute;
  left: -1.5rem;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #188ef4;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: linear-gradient(135deg, #188ef4, #5eeebb);
}
.cid-tWvT3XnclH {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tWvT3XnclH .mbr-section-title {
  color: #404040;
}
.cid-tWvT3XnclH .mbr-section-title.display-2 {
  line-height: 1.375;
}
.cid-tWvT3XnclH .mbr-iconfont {
  display: block;
  font-size: 6rem;
  color: #3c71d3;
  margin-bottom: 2rem;
}
.cid-tWvT3XnclH .btn.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-tWvT3XVIsS {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tWvT3XVIsS .mbr-text {
  color: #767676;
}
.cid-tWvT3XVIsS .counter-container ul {
  margin-bottom: 0;
  padding-left: .6rem;
}
.cid-tWvT3XVIsS .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
}
.cid-tWvT3XVIsS .counter-container ul li:before {
  position: absolute;
  left: -1.5rem;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #188ef4;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: linear-gradient(135deg, #188ef4, #5eeebb);
}
.cid-tWvT3Yn5Dk {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tWvT3Yn5Dk .mbr-text {
  color: #767676;
}
.cid-tWvT3Yn5Dk .counter-container ul {
  margin-bottom: 0;
  padding-left: .6rem;
}
.cid-tWvT3Yn5Dk .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
}
.cid-tWvT3Yn5Dk .counter-container ul li:before {
  position: absolute;
  left: -1.5rem;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #188ef4;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: linear-gradient(135deg, #188ef4, #5eeebb);
}
.cid-tWvT3YToi5 {
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-tWvT3YToi5 .mbr-section-title,
.cid-tWvT3YToi5 .mbr-section-subtitle {
  color: #000000;
}
.cid-tWvT3YToi5 .mbr-section-text {
  color: #232323;
}
.cid-tWvT3YToi5 .mbr-text,
.cid-tWvT3YToi5 .typed-text,
.cid-tWvT3YToi5 .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-tWvT3YToi5 .btn {
  margin-left: 4px !important;
}
.cid-tWvT3YToi5 .animated-element {
  color: #ff3366;
}
.cid-tWvT3YToi5 .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #ff3366;
}
.cid-tWvT3YToi5 .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-tWvT3YToi5 .typed-text,
  .cid-tWvT3YToi5 .mbr-section-subtitle,
  .cid-tWvT3YToi5 .mbr-section-text,
  .cid-tWvT3YToi5 .mbr-section-btn {
    text-align: center !important;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-tX5udvSOdr {
  background-image: url("../../../assets/images/110jpg-1680x840.jpg");
}
.cid-tX5udvSOdr .mbr-section-title.display-2 {
  font-size: 40px;
  line-height: 1.25;
}
.cid-tX5udvSOdr .mbr-section-subtitle.display-5 {
  font-size: 26px;
  line-height: 1.385;
}
.cid-tX5udvSOdr .mbr-section-btn .btn {
  margin-left: 0 !important;
}
.cid-tX5udvSOdr .mbr-section-btn .btn.display-4 {
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
}
.cid-tX5udvSOdr .mbr-section-title,
.cid-tX5udvSOdr .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-tX5udvSOdr .mbr-section-subtitle,
.cid-tX5udvSOdr .mbr-section-btn {
  color: #e6eaf1;
}
.cid-tX5udvSOdr .mbr-text,
.cid-tX5udvSOdr .mbr-section-btn {
  text-align: center;
}
.cid-tX5DwApdeu {
  background-image: url("../../../assets/images/background6.jpg");
}
.cid-tX5DwApdeu .signature {
  -webkit-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
.cid-tX5DwApdeu .mbr-section-title {
  letter-spacing: 0.1em;
}
.cid-tX5DwApdeu .card-img {
  margin-bottom: 1rem;
}
.cid-tX5DwApdeu .card-img span {
  font-size: 60px;
}
.cid-tX5DwApdeu .mbr-text,
.cid-tX5DwApdeu .mbr-section-btn {
  text-align: left;
}
.cid-tX5udAPMGX {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tX5udAPMGX .mbr-text {
  color: #767676;
}
.cid-tX5udAPMGX .counter-container ul {
  margin-bottom: 0;
  padding-left: .6rem;
}
.cid-tX5udAPMGX .counter-container ul li {
  margin-bottom: 1rem;
}
.cid-tX5udBABYG {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tX5udBABYG .mbr-text {
  color: #767676;
}
.cid-tX5udBABYG .counter-container ul {
  margin-bottom: 0;
  padding-left: .6rem;
}
.cid-tX5udBABYG .counter-container ul li {
  margin-bottom: 1rem;
}
.cid-tX5udC5P6b {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tX5udC5P6b .mbr-section-title {
  color: #404040;
}
.cid-tX5udC5P6b .mbr-section-title.display-2 {
  line-height: 1.375;
}
.cid-tX5udC5P6b .mbr-iconfont {
  display: block;
  font-size: 6rem;
  color: #3c71d3;
  margin-bottom: 2rem;
}
.cid-tX5udC5P6b .btn.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-tX5udC5P6b .mbr-section-title,
.cid-tX5udC5P6b .icon-wrap,
.cid-tX5udC5P6b .mbr-section-btn {
  text-align: left;
}
.cid-tX5udCOBPO {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tX5udCOBPO .mbr-text {
  color: #767676;
}
.cid-tX5udCOBPO .counter-container ul {
  margin-bottom: 0;
  padding-left: .6rem;
}
.cid-tX5udCOBPO .counter-container ul li {
  margin-bottom: 1rem;
}
.cid-tX5udDtgwi {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tX5udDtgwi .mbr-section-title {
  color: #404040;
}
.cid-tX5udDtgwi .mbr-section-title.display-2 {
  line-height: 1.375;
}
.cid-tX5udDtgwi .mbr-iconfont {
  display: block;
  font-size: 6rem;
  color: #3c71d3;
  margin-bottom: 2rem;
}
.cid-tX5udDtgwi .btn.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-tX5udEcqbd {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tX5udEcqbd .mbr-text {
  color: #767676;
}
.cid-tX5udEcqbd .counter-container ul {
  margin-bottom: 0;
  padding-left: .6rem;
}
.cid-tX5udEcqbd .counter-container ul li {
  margin-bottom: 1rem;
}
.cid-tX5Y2vx3lc {
  padding-top: 90px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tX5Y2vx3lc .mbr-section-title {
  color: #404040;
}
.cid-tX5Y2vx3lc .mbr-section-title.display-2 {
  line-height: 1.375;
}
.cid-tX5Y2vx3lc .mbr-iconfont {
  display: block;
  font-size: 6rem;
  color: #3c71d3;
  margin-bottom: 2rem;
}
.cid-tX5Y2vx3lc .btn.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-tX5udFBhU8 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tX5udFBhU8 .mbr-text {
  color: #767676;
}
.cid-tX5udFBhU8 .counter-container ul {
  margin-bottom: 0;
  padding-left: .6rem;
}
.cid-tX5udFBhU8 .counter-container ul li {
  margin-bottom: 1rem;
}
.cid-tX63HJyjdG {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tX63HJyjdG .mbr-section-title {
  margin: 0;
  padding: 15px 0;
  color: #700384;
}
.cid-tX65LmjQFf {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-tX65LmjQFf .text {
  letter-spacing: 0.03em;
  line-height: 1.7;
}
.cid-tX65LmjQFf .mbr-text {
  width: 100%;
  height: auto;
  color: #000000;
}
.cid-tX65LmjQFf .content {
  flex-basis: auto !important;
  -webkit-flex-basis: auto !important;
}
@media (max-width: 991px) {
  .cid-tX65LmjQFf .row {
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tX65LmjQFf .content {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0;
  }
}
.cid-tX65LmjQFf .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-tXhEVSes3L {
  background-image: url("../../../assets/images/110jpg-1680x840.jpg");
}
.cid-tXhEVSes3L .mbr-section-title.display-2 {
  font-size: 40px;
  line-height: 1.25;
}
.cid-tXhEVSes3L .mbr-section-subtitle.display-5 {
  font-size: 26px;
  line-height: 1.385;
}
.cid-tXhEVSes3L .mbr-section-btn .btn {
  margin-left: 0 !important;
}
.cid-tXhEVSes3L .mbr-section-btn .btn.display-4 {
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
}
.cid-tXhEVSes3L .mbr-section-title,
.cid-tXhEVSes3L .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-tXhEVSes3L .mbr-section-subtitle,
.cid-tXhEVSes3L .mbr-section-btn {
  color: #e6eaf1;
}
.cid-tXhEVSes3L .mbr-text,
.cid-tXhEVSes3L .mbr-section-btn {
  text-align: right;
}
.cid-tXhEVSMGsz {
  background-image: url("../../../assets/images/background6.jpg");
}
.cid-tXhEVSMGsz .signature {
  -webkit-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
.cid-tXhEVSMGsz .mbr-section-title {
  letter-spacing: 0.1em;
}
.cid-tXhEVSMGsz .card-img {
  margin-bottom: 1rem;
}
.cid-tXhEVSMGsz .card-img span {
  font-size: 60px;
}
.cid-tXhEVSMGsz .mbr-text,
.cid-tXhEVSMGsz .mbr-section-btn {
  text-align: center;
}
.cid-tXhEVUWrtb {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tXhEVUWrtb .mbr-section-title {
  color: #404040;
}
.cid-tXhEVUWrtb .mbr-section-title.display-2 {
  line-height: 1.375;
}
.cid-tXhEVUWrtb .mbr-iconfont {
  display: block;
  font-size: 6rem;
  color: #3c71d3;
  margin-bottom: 2rem;
}
.cid-tXhEVUWrtb .btn.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-tXhEVUWrtb .mbr-text,
.cid-tXhEVUWrtb .mbr-section-btn {
  text-align: left;
}
.cid-tXhEVUWrtb .mbr-section-title,
.cid-tXhEVUWrtb .icon-wrap,
.cid-tXhEVUWrtb .mbr-section-btn {
  text-align: left;
}
.cid-tXhGjX21om {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tXhGjX21om .mbr-text,
.cid-tXhGjX21om .mbr-section-btn {
  color: #767676;
}
.cid-tXhGjX21om p {
  z-index: 2;
  position: relative;
}
.cid-tXhGjX21om .author-box {
  display: flex;
  flex-direction: row;
}
.cid-tXhGjX21om .col-lg-12 {
  box-shadow: 0 10px 55px 5px rgba(102, 143, 220, 0.35);
  padding: 1rem 1.5rem;
}
.cid-tXhGjX21om .ico1 {
  font-size: 2rem;
}
.cid-tXhGjX21om .ico2 {
  position: absolute;
  bottom: 15%;
  right: 1.5rem;
  font-size: 8rem;
  z-index: 1;
  opacity: 0.1;
}
.cid-tXhGjX21om H3 {
  color: #149dcc;
}
.cid-tXhHklAPDQ {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tXhHklAPDQ .mbr-section-title {
  color: #404040;
}
.cid-tXhHklAPDQ .mbr-section-title.display-2 {
  line-height: 1.375;
}
.cid-tXhHklAPDQ .mbr-iconfont {
  display: block;
  font-size: 6rem;
  color: #3c71d3;
  margin-bottom: 2rem;
}
.cid-tXhHklAPDQ .btn.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-tXhHklAPDQ .mbr-text,
.cid-tXhHklAPDQ .mbr-section-btn {
  text-align: left;
}
.cid-tXhHklAPDQ .mbr-section-title,
.cid-tXhHklAPDQ .icon-wrap,
.cid-tXhHklAPDQ .mbr-section-btn {
  text-align: left;
}
.cid-tXhHuvuaLW {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tXhHuvuaLW .mbr-text,
.cid-tXhHuvuaLW .mbr-section-btn {
  color: #767676;
}
.cid-tXhHuvuaLW p {
  z-index: 2;
  position: relative;
}
.cid-tXhHuvuaLW .author-box {
  display: flex;
  flex-direction: row;
}
.cid-tXhHuvuaLW .col-lg-12 {
  box-shadow: 0 10px 55px 5px rgba(102, 143, 220, 0.35);
  padding: 1rem 1.5rem;
}
.cid-tXhHuvuaLW .ico1 {
  font-size: 2rem;
}
.cid-tXhHuvuaLW .ico2 {
  position: absolute;
  bottom: 15%;
  right: 1.5rem;
  font-size: 8rem;
  z-index: 1;
  opacity: 0.1;
}
.cid-tXhHuvuaLW H3 {
  color: #149dcc;
}
.cid-tXhHQWyBpu {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tXhHQWyBpu .mbr-section-title {
  color: #404040;
}
.cid-tXhHQWyBpu .mbr-section-title.display-2 {
  line-height: 1.375;
}
.cid-tXhHQWyBpu .mbr-iconfont {
  display: block;
  font-size: 6rem;
  color: #3c71d3;
  margin-bottom: 2rem;
}
.cid-tXhHQWyBpu .btn.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-tXhHQWyBpu .mbr-text,
.cid-tXhHQWyBpu .mbr-section-btn {
  text-align: left;
}
.cid-tXhHQWyBpu .mbr-section-title,
.cid-tXhHQWyBpu .icon-wrap,
.cid-tXhHQWyBpu .mbr-section-btn {
  text-align: left;
}
.cid-tXhHVCUM4S {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tXhHVCUM4S .mbr-text,
.cid-tXhHVCUM4S .mbr-section-btn {
  color: #767676;
}
.cid-tXhHVCUM4S p {
  z-index: 2;
  position: relative;
}
.cid-tXhHVCUM4S .author-box {
  display: flex;
  flex-direction: row;
}
.cid-tXhHVCUM4S .col-lg-12 {
  box-shadow: 0 10px 55px 5px rgba(102, 143, 220, 0.35);
  padding: 1rem 1.5rem;
}
.cid-tXhHVCUM4S .ico1 {
  font-size: 2rem;
}
.cid-tXhHVCUM4S .ico2 {
  position: absolute;
  bottom: 15%;
  right: 1.5rem;
  font-size: 8rem;
  z-index: 1;
  opacity: 0.1;
}
.cid-tXhHVCUM4S H3 {
  color: #149dcc;
}
.cid-tXhIuAXo2t {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tXhIuAXo2t .mbr-section-title {
  color: #404040;
}
.cid-tXhIuAXo2t .mbr-section-title.display-2 {
  line-height: 1.375;
}
.cid-tXhIuAXo2t .mbr-iconfont {
  display: block;
  font-size: 6rem;
  color: #3c71d3;
  margin-bottom: 2rem;
}
.cid-tXhIuAXo2t .btn.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-tXhIuAXo2t .mbr-text,
.cid-tXhIuAXo2t .mbr-section-btn {
  text-align: left;
}
.cid-tXhIuAXo2t .mbr-section-title,
.cid-tXhIuAXo2t .icon-wrap,
.cid-tXhIuAXo2t .mbr-section-btn {
  text-align: left;
}
.cid-tXhIvHoCol {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tXhIvHoCol .mbr-text,
.cid-tXhIvHoCol .mbr-section-btn {
  color: #767676;
}
.cid-tXhIvHoCol p {
  z-index: 2;
  position: relative;
}
.cid-tXhIvHoCol .author-box {
  display: flex;
  flex-direction: row;
}
.cid-tXhIvHoCol .col-lg-12 {
  box-shadow: 0 10px 55px 5px rgba(102, 143, 220, 0.35);
  padding: 1rem 1.5rem;
}
.cid-tXhIvHoCol .ico1 {
  font-size: 2rem;
}
.cid-tXhIvHoCol .ico2 {
  position: absolute;
  bottom: 15%;
  right: 1.5rem;
  font-size: 8rem;
  z-index: 1;
  opacity: 0.1;
}
.cid-tXhIvHoCol H3 {
  color: #149dcc;
}
.cid-tXhINAswAO {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tXhINAswAO .mbr-section-title {
  color: #404040;
}
.cid-tXhINAswAO .mbr-section-title.display-2 {
  line-height: 1.375;
}
.cid-tXhINAswAO .mbr-iconfont {
  display: block;
  font-size: 6rem;
  color: #3c71d3;
  margin-bottom: 2rem;
}
.cid-tXhINAswAO .btn.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-tXhINAswAO .mbr-text,
.cid-tXhINAswAO .mbr-section-btn {
  text-align: left;
}
.cid-tXhINAswAO .mbr-section-title,
.cid-tXhINAswAO .icon-wrap,
.cid-tXhINAswAO .mbr-section-btn {
  text-align: left;
}
.cid-tXhIPLEh5j {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tXhIPLEh5j .mbr-text,
.cid-tXhIPLEh5j .mbr-section-btn {
  color: #767676;
}
.cid-tXhIPLEh5j p {
  z-index: 2;
  position: relative;
}
.cid-tXhIPLEh5j .author-box {
  display: flex;
  flex-direction: row;
}
.cid-tXhIPLEh5j .col-lg-12 {
  box-shadow: 0 10px 55px 5px rgba(102, 143, 220, 0.35);
  padding: 1rem 1.5rem;
}
.cid-tXhIPLEh5j .ico1 {
  font-size: 2rem;
}
.cid-tXhIPLEh5j .ico2 {
  position: absolute;
  bottom: 15%;
  right: 1.5rem;
  font-size: 8rem;
  z-index: 1;
  opacity: 0.1;
}
.cid-tXhIPLEh5j H3 {
  color: #149dcc;
}
.cid-tXhJh2kSbR {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tXhJh2kSbR .mbr-section-title {
  color: #404040;
}
.cid-tXhJh2kSbR .mbr-section-title.display-2 {
  line-height: 1.375;
}
.cid-tXhJh2kSbR .mbr-iconfont {
  display: block;
  font-size: 6rem;
  color: #3c71d3;
  margin-bottom: 2rem;
}
.cid-tXhJh2kSbR .btn.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-tXhJh2kSbR .mbr-text,
.cid-tXhJh2kSbR .mbr-section-btn {
  text-align: left;
}
.cid-tXhJh2kSbR .mbr-section-title,
.cid-tXhJh2kSbR .icon-wrap,
.cid-tXhJh2kSbR .mbr-section-btn {
  text-align: left;
}
.cid-tXhJi9d2Jd {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tXhJi9d2Jd .mbr-text,
.cid-tXhJi9d2Jd .mbr-section-btn {
  color: #767676;
}
.cid-tXhJi9d2Jd p {
  z-index: 2;
  position: relative;
}
.cid-tXhJi9d2Jd .author-box {
  display: flex;
  flex-direction: row;
}
.cid-tXhJi9d2Jd .col-lg-12 {
  box-shadow: 0 10px 55px 5px rgba(102, 143, 220, 0.35);
  padding: 1rem 1.5rem;
}
.cid-tXhJi9d2Jd .ico1 {
  font-size: 2rem;
}
.cid-tXhJi9d2Jd .ico2 {
  position: absolute;
  bottom: 15%;
  right: 1.5rem;
  font-size: 8rem;
  z-index: 1;
  opacity: 0.1;
}
.cid-tXhJi9d2Jd H3 {
  color: #149dcc;
}
.cid-tXhJzc5JgE {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tXhJzc5JgE .mbr-section-title {
  color: #404040;
}
.cid-tXhJzc5JgE .mbr-section-title.display-2 {
  line-height: 1.375;
}
.cid-tXhJzc5JgE .mbr-iconfont {
  display: block;
  font-size: 6rem;
  color: #3c71d3;
  margin-bottom: 2rem;
}
.cid-tXhJzc5JgE .btn.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-tXhJzc5JgE .mbr-text,
.cid-tXhJzc5JgE .mbr-section-btn {
  text-align: left;
}
.cid-tXhJzc5JgE .mbr-section-title,
.cid-tXhJzc5JgE .icon-wrap,
.cid-tXhJzc5JgE .mbr-section-btn {
  text-align: left;
}
.cid-tXhJA3ctFY {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tXhJA3ctFY .mbr-text,
.cid-tXhJA3ctFY .mbr-section-btn {
  color: #767676;
}
.cid-tXhJA3ctFY p {
  z-index: 2;
  position: relative;
}
.cid-tXhJA3ctFY .author-box {
  display: flex;
  flex-direction: row;
}
.cid-tXhJA3ctFY .col-lg-12 {
  box-shadow: 0 10px 55px 5px rgba(102, 143, 220, 0.35);
  padding: 1rem 1.5rem;
}
.cid-tXhJA3ctFY .ico1 {
  font-size: 2rem;
}
.cid-tXhJA3ctFY .ico2 {
  position: absolute;
  bottom: 15%;
  right: 1.5rem;
  font-size: 8rem;
  z-index: 1;
  opacity: 0.1;
}
.cid-tXhJA3ctFY H3 {
  color: #149dcc;
}
.cid-tXhJUkY7cr {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tXhJUkY7cr .mbr-section-title {
  color: #404040;
}
.cid-tXhJUkY7cr .mbr-section-title.display-2 {
  line-height: 1.375;
}
.cid-tXhJUkY7cr .mbr-iconfont {
  display: block;
  font-size: 6rem;
  color: #3c71d3;
  margin-bottom: 2rem;
}
.cid-tXhJUkY7cr .btn.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-tXhJUkY7cr .mbr-text,
.cid-tXhJUkY7cr .mbr-section-btn {
  text-align: left;
}
.cid-tXhJUkY7cr .mbr-section-title,
.cid-tXhJUkY7cr .icon-wrap,
.cid-tXhJUkY7cr .mbr-section-btn {
  text-align: left;
}
.cid-tXhJVZ94BK {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tXhJVZ94BK .mbr-text,
.cid-tXhJVZ94BK .mbr-section-btn {
  color: #767676;
}
.cid-tXhJVZ94BK p {
  z-index: 2;
  position: relative;
}
.cid-tXhJVZ94BK .author-box {
  display: flex;
  flex-direction: row;
}
.cid-tXhJVZ94BK .col-lg-12 {
  box-shadow: 0 10px 55px 5px rgba(102, 143, 220, 0.35);
  padding: 1rem 1.5rem;
}
.cid-tXhJVZ94BK .ico1 {
  font-size: 2rem;
}
.cid-tXhJVZ94BK .ico2 {
  position: absolute;
  bottom: 15%;
  right: 1.5rem;
  font-size: 8rem;
  z-index: 1;
  opacity: 0.1;
}
.cid-tXhJVZ94BK H3 {
  color: #149dcc;
}
.cid-tXhKlKnDQg {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tXhKlKnDQg .mbr-section-title {
  color: #404040;
}
.cid-tXhKlKnDQg .mbr-section-title.display-2 {
  line-height: 1.375;
}
.cid-tXhKlKnDQg .mbr-iconfont {
  display: block;
  font-size: 6rem;
  color: #3c71d3;
  margin-bottom: 2rem;
}
.cid-tXhKlKnDQg .btn.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-tXhKlKnDQg .mbr-text,
.cid-tXhKlKnDQg .mbr-section-btn {
  text-align: left;
}
.cid-tXhKlKnDQg .mbr-section-title,
.cid-tXhKlKnDQg .icon-wrap,
.cid-tXhKlKnDQg .mbr-section-btn {
  text-align: left;
}
.cid-tXhKmvyhhu {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tXhKmvyhhu .mbr-text,
.cid-tXhKmvyhhu .mbr-section-btn {
  color: #767676;
}
.cid-tXhKmvyhhu p {
  z-index: 2;
  position: relative;
}
.cid-tXhKmvyhhu .author-box {
  display: flex;
  flex-direction: row;
}
.cid-tXhKmvyhhu .col-lg-12 {
  box-shadow: 0 10px 55px 5px rgba(102, 143, 220, 0.35);
  padding: 1rem 1.5rem;
}
.cid-tXhKmvyhhu .ico1 {
  font-size: 2rem;
}
.cid-tXhKmvyhhu .ico2 {
  position: absolute;
  bottom: 15%;
  right: 1.5rem;
  font-size: 8rem;
  z-index: 1;
  opacity: 0.1;
}
.cid-tXhKmvyhhu H3 {
  color: #149dcc;
}
.cid-tXhKKCdi9Z {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tXhKKCdi9Z .mbr-section-title {
  color: #404040;
}
.cid-tXhKKCdi9Z .mbr-section-title.display-2 {
  line-height: 1.375;
}
.cid-tXhKKCdi9Z .mbr-iconfont {
  display: block;
  font-size: 6rem;
  color: #3c71d3;
  margin-bottom: 2rem;
}
.cid-tXhKKCdi9Z .btn.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-tXhKKCdi9Z .mbr-text,
.cid-tXhKKCdi9Z .mbr-section-btn {
  text-align: left;
}
.cid-tXhKKCdi9Z .mbr-section-title,
.cid-tXhKKCdi9Z .icon-wrap,
.cid-tXhKKCdi9Z .mbr-section-btn {
  text-align: left;
}
.cid-tXhKLvyl6v {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tXhKLvyl6v .mbr-text,
.cid-tXhKLvyl6v .mbr-section-btn {
  color: #767676;
}
.cid-tXhKLvyl6v p {
  z-index: 2;
  position: relative;
}
.cid-tXhKLvyl6v .author-box {
  display: flex;
  flex-direction: row;
}
.cid-tXhKLvyl6v .col-lg-12 {
  box-shadow: 0 10px 55px 5px rgba(102, 143, 220, 0.35);
  padding: 1rem 1.5rem;
}
.cid-tXhKLvyl6v .ico1 {
  font-size: 2rem;
}
.cid-tXhKLvyl6v .ico2 {
  position: absolute;
  bottom: 15%;
  right: 1.5rem;
  font-size: 8rem;
  z-index: 1;
  opacity: 0.1;
}
.cid-tXhKLvyl6v H3 {
  color: #149dcc;
}
.cid-tXhKY7X88K {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tXhKY7X88K .mbr-section-title {
  color: #404040;
}
.cid-tXhKY7X88K .mbr-section-title.display-2 {
  line-height: 1.375;
}
.cid-tXhKY7X88K .mbr-iconfont {
  display: block;
  font-size: 6rem;
  color: #3c71d3;
  margin-bottom: 2rem;
}
.cid-tXhKY7X88K .btn.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-tXhKY7X88K .mbr-text,
.cid-tXhKY7X88K .mbr-section-btn {
  text-align: left;
}
.cid-tXhKY7X88K .mbr-section-title,
.cid-tXhKY7X88K .icon-wrap,
.cid-tXhKY7X88K .mbr-section-btn {
  text-align: left;
}
.cid-tXhKZ1fDpB {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tXhKZ1fDpB .mbr-text,
.cid-tXhKZ1fDpB .mbr-section-btn {
  color: #767676;
}
.cid-tXhKZ1fDpB p {
  z-index: 2;
  position: relative;
}
.cid-tXhKZ1fDpB .author-box {
  display: flex;
  flex-direction: row;
}
.cid-tXhKZ1fDpB .col-lg-12 {
  box-shadow: 0 10px 55px 5px rgba(102, 143, 220, 0.35);
  padding: 1rem 1.5rem;
}
.cid-tXhKZ1fDpB .ico1 {
  font-size: 2rem;
}
.cid-tXhKZ1fDpB .ico2 {
  position: absolute;
  bottom: 15%;
  right: 1.5rem;
  font-size: 8rem;
  z-index: 1;
  opacity: 0.1;
}
.cid-tXhKZ1fDpB H3 {
  color: #149dcc;
}
.cid-tXhLk4fhrZ {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tXhLk4fhrZ .mbr-section-title {
  color: #404040;
}
.cid-tXhLk4fhrZ .mbr-section-title.display-2 {
  line-height: 1.375;
}
.cid-tXhLk4fhrZ .mbr-iconfont {
  display: block;
  font-size: 6rem;
  color: #3c71d3;
  margin-bottom: 2rem;
}
.cid-tXhLk4fhrZ .btn.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-tXhLk4fhrZ .mbr-text,
.cid-tXhLk4fhrZ .mbr-section-btn {
  text-align: left;
}
.cid-tXhLk4fhrZ .mbr-section-title,
.cid-tXhLk4fhrZ .icon-wrap,
.cid-tXhLk4fhrZ .mbr-section-btn {
  text-align: left;
}
.cid-tXhLkV46M5 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tXhLkV46M5 .mbr-text,
.cid-tXhLkV46M5 .mbr-section-btn {
  color: #767676;
}
.cid-tXhLkV46M5 p {
  z-index: 2;
  position: relative;
}
.cid-tXhLkV46M5 .author-box {
  display: flex;
  flex-direction: row;
}
.cid-tXhLkV46M5 .col-lg-12 {
  box-shadow: 0 10px 55px 5px rgba(102, 143, 220, 0.35);
  padding: 1rem 1.5rem;
}
.cid-tXhLkV46M5 .ico1 {
  font-size: 2rem;
}
.cid-tXhLkV46M5 .ico2 {
  position: absolute;
  bottom: 15%;
  right: 1.5rem;
  font-size: 8rem;
  z-index: 1;
  opacity: 0.1;
}
.cid-tXhLkV46M5 H3 {
  color: #149dcc;
}
.cid-tXhLAaA1dh {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tXhLAaA1dh .mbr-section-title {
  color: #404040;
}
.cid-tXhLAaA1dh .mbr-section-title.display-2 {
  line-height: 1.375;
}
.cid-tXhLAaA1dh .mbr-iconfont {
  display: block;
  font-size: 6rem;
  color: #3c71d3;
  margin-bottom: 2rem;
}
.cid-tXhLAaA1dh .btn.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-tXhLAaA1dh .mbr-text,
.cid-tXhLAaA1dh .mbr-section-btn {
  text-align: left;
}
.cid-tXhLAaA1dh .mbr-section-title,
.cid-tXhLAaA1dh .icon-wrap,
.cid-tXhLAaA1dh .mbr-section-btn {
  text-align: left;
}
.cid-tXhLBUiMgf {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tXhLBUiMgf .mbr-text,
.cid-tXhLBUiMgf .mbr-section-btn {
  color: #767676;
}
.cid-tXhLBUiMgf p {
  z-index: 2;
  position: relative;
}
.cid-tXhLBUiMgf .author-box {
  display: flex;
  flex-direction: row;
}
.cid-tXhLBUiMgf .col-lg-12 {
  box-shadow: 0 10px 55px 5px rgba(102, 143, 220, 0.35);
  padding: 1rem 1.5rem;
}
.cid-tXhLBUiMgf .ico1 {
  font-size: 2rem;
}
.cid-tXhLBUiMgf .ico2 {
  position: absolute;
  bottom: 15%;
  right: 1.5rem;
  font-size: 8rem;
  z-index: 1;
  opacity: 0.1;
}
.cid-tXhLBUiMgf H3 {
  color: #149dcc;
}
.cid-tXhLKdIvwa {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tXhLKdIvwa .mbr-section-title {
  color: #404040;
}
.cid-tXhLKdIvwa .mbr-section-title.display-2 {
  line-height: 1.375;
}
.cid-tXhLKdIvwa .mbr-iconfont {
  display: block;
  font-size: 6rem;
  color: #3c71d3;
  margin-bottom: 2rem;
}
.cid-tXhLKdIvwa .btn.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-tXhLKdIvwa .mbr-text,
.cid-tXhLKdIvwa .mbr-section-btn {
  text-align: left;
}
.cid-tXhLKdIvwa .mbr-section-title,
.cid-tXhLKdIvwa .icon-wrap,
.cid-tXhLKdIvwa .mbr-section-btn {
  text-align: left;
}
.cid-tXhLLfFeKk {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tXhLLfFeKk .mbr-text,
.cid-tXhLLfFeKk .mbr-section-btn {
  color: #767676;
}
.cid-tXhLLfFeKk p {
  z-index: 2;
  position: relative;
}
.cid-tXhLLfFeKk .author-box {
  display: flex;
  flex-direction: row;
}
.cid-tXhLLfFeKk .col-lg-12 {
  box-shadow: 0 10px 55px 5px rgba(102, 143, 220, 0.35);
  padding: 1rem 1.5rem;
}
.cid-tXhLLfFeKk .ico1 {
  font-size: 2rem;
}
.cid-tXhLLfFeKk .ico2 {
  position: absolute;
  bottom: 15%;
  right: 1.5rem;
  font-size: 8rem;
  z-index: 1;
  opacity: 0.1;
}
.cid-tXhLLfFeKk H3 {
  color: #149dcc;
}
.cid-tXhLWlKzIp {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tXhLWlKzIp .mbr-section-title {
  color: #404040;
}
.cid-tXhLWlKzIp .mbr-section-title.display-2 {
  line-height: 1.375;
}
.cid-tXhLWlKzIp .mbr-iconfont {
  display: block;
  font-size: 6rem;
  color: #3c71d3;
  margin-bottom: 2rem;
}
.cid-tXhLWlKzIp .btn.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-tXhLWlKzIp .mbr-text,
.cid-tXhLWlKzIp .mbr-section-btn {
  text-align: left;
}
.cid-tXhLWlKzIp .mbr-section-title,
.cid-tXhLWlKzIp .icon-wrap,
.cid-tXhLWlKzIp .mbr-section-btn {
  text-align: left;
}
.cid-tXhLX4juxk {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tXhLX4juxk .mbr-text,
.cid-tXhLX4juxk .mbr-section-btn {
  color: #767676;
}
.cid-tXhLX4juxk p {
  z-index: 2;
  position: relative;
}
.cid-tXhLX4juxk .author-box {
  display: flex;
  flex-direction: row;
}
.cid-tXhLX4juxk .col-lg-12 {
  box-shadow: 0 10px 55px 5px rgba(102, 143, 220, 0.35);
  padding: 1rem 1.5rem;
}
.cid-tXhLX4juxk .ico1 {
  font-size: 2rem;
}
.cid-tXhLX4juxk .ico2 {
  position: absolute;
  bottom: 15%;
  right: 1.5rem;
  font-size: 8rem;
  z-index: 1;
  opacity: 0.1;
}
.cid-tXhLX4juxk H3 {
  color: #149dcc;
}
.cid-tXhM7sEyiY {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tXhM7sEyiY .mbr-section-title {
  color: #404040;
}
.cid-tXhM7sEyiY .mbr-section-title.display-2 {
  line-height: 1.375;
}
.cid-tXhM7sEyiY .mbr-iconfont {
  display: block;
  font-size: 6rem;
  color: #3c71d3;
  margin-bottom: 2rem;
}
.cid-tXhM7sEyiY .btn.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-tXhM7sEyiY .mbr-text,
.cid-tXhM7sEyiY .mbr-section-btn {
  text-align: left;
}
.cid-tXhM7sEyiY .mbr-section-title,
.cid-tXhM7sEyiY .icon-wrap,
.cid-tXhM7sEyiY .mbr-section-btn {
  text-align: left;
}
.cid-tXhM8wQHjU {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tXhM8wQHjU .mbr-text,
.cid-tXhM8wQHjU .mbr-section-btn {
  color: #767676;
}
.cid-tXhM8wQHjU p {
  z-index: 2;
  position: relative;
}
.cid-tXhM8wQHjU .author-box {
  display: flex;
  flex-direction: row;
}
.cid-tXhM8wQHjU .col-lg-12 {
  box-shadow: 0 10px 55px 5px rgba(102, 143, 220, 0.35);
  padding: 1rem 1.5rem;
}
.cid-tXhM8wQHjU .ico1 {
  font-size: 2rem;
}
.cid-tXhM8wQHjU .ico2 {
  position: absolute;
  bottom: 15%;
  right: 1.5rem;
  font-size: 8rem;
  z-index: 1;
  opacity: 0.1;
}
.cid-tXhM8wQHjU H3 {
  color: #149dcc;
}
.cid-tXhEVWLkY7 {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tXhEVWLkY7 .mbr-section-title {
  margin: 0;
  padding: 15px 0;
  color: #700384;
}
