body {
  font-family: 'DM Sans', sans-serif;
}
.display-1 {
  font-family: 'DM Sans', sans-serif;
  font-size: 5.25rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.5625rem;
}
.display-2 {
  font-family: 'DM Sans', sans-serif;
  font-size: 3.7rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 4.625rem;
}
.display-4 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'DM Sans', sans-serif;
  font-size: 2.5rem;
  line-height: 1;
}
.display-5 > .mbr-iconfont {
  font-size: 3.125rem;
}
.display-7 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.25rem;
  line-height: 1.25;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5625rem;
}
/* ---- 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: 4.2rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.675rem;
    font-size: calc( 2.4875rem + (5.25 - 2.4875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4875rem + (5.25 - 2.4875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.96rem;
    font-size: calc( 1.945rem + (3.7 - 1.945) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.945rem + (3.7 - 1.945) * ((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: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.525rem + (2.5 - 1.525) * ((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: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #222d35 !important;
}
.bg-success {
  background-color: #6cff62 !important;
}
.bg-info {
  background-color: #b61aae !important;
}
.bg-warning {
  background-color: #f7f7f7 !important;
}
.bg-danger {
  background-color: #d72323 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #222d35 !important;
  border-color: #222d35 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #0a81ab !important;
  border-color: #0a81ab !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #054359 !important;
  border-color: #054359 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #054359 !important;
  border-color: #054359 !important;
}
.btn-info,
.btn-info:active {
  background-color: #b61aae !important;
  border-color: #b61aae !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #6a0f65 !important;
  border-color: #6a0f65 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #6a0f65 !important;
  border-color: #6a0f65 !important;
}
.btn-success,
.btn-success:active {
  background-color: #6cff62 !important;
  border-color: #6cff62 !important;
  color: #066200 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #010b00 !important;
  background-color: #1bff0b !important;
  border-color: #1bff0b !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #066200 !important;
  background-color: #1bff0b !important;
  border-color: #1bff0b !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #f7f7f7 !important;
  border-color: #f7f7f7 !important;
  color: #787878 !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #4c4c4c !important;
  background-color: #cccccc !important;
  border-color: #cccccc !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #787878 !important;
  background-color: #cccccc !important;
  border-color: #cccccc !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #d72323 !important;
  border-color: #d72323 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #8c1717 !important;
  border-color: #8c1717 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #8c1717 !important;
  border-color: #8c1717 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.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;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.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;
  color: #222d35;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #222d35 !important;
  border-color: #222d35 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  color: #0a81ab;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #054359 !important;
  background-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #0a81ab !important;
  border-color: #0a81ab !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  color: #b61aae;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #6a0f65 !important;
  background-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #b61aae !important;
  border-color: #b61aae !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  color: #6cff62;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #1bff0b !important;
  background-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #066200 !important;
  background-color: #6cff62 !important;
  border-color: #6cff62 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  color: #f7f7f7;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #cccccc !important;
  background-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #787878 !important;
  background-color: #f7f7f7 !important;
  border-color: #f7f7f7 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  color: #d72323;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #8c1717 !important;
  background-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #d72323 !important;
  border-color: #d72323 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  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;
  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;
  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;
  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: #222d35 !important;
}
.text-secondary {
  color: #0a81ab !important;
}
.text-success {
  color: #6cff62 !important;
}
.text-info {
  color: #b61aae !important;
}
.text-warning {
  color: #f7f7f7 !important;
}
.text-danger {
  color: #d72323 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #202a32 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #0a7da6 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #67ff5d !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #b219aa !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #f4f4f4 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #d32222 !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;
}
.nav-tabs .nav-link.active {
  color: #222d35;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #b61aae;
}
.alert-warning {
  background-color: #f7f7f7;
}
.alert-danger {
  background-color: #d72323;
}
.mbr-gallery-filter li.active .btn {
  background-color: #222d35;
  border-color: #222d35;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #222d35;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #89a2b3;
}
.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: #e966e2;
}
.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: #f7cfcf;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'DM Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.form-control:-webkit-input-placeholder {
  font-family: 'DM Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #222d35;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #222d35;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #222d35;
}
.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: #222d35;
  border-bottom-color: #222d35;
}
.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: #222d35 !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: #0a81ab !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='%23222d35' %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[class*="text-"]:not(.btn):not([role]):not(.navbar-caption):not(.dropdown-toggle):not(.dropdown-item) {
  letter-spacing: -0.025em;
  position: relative;
  padding-top: .5rem;
  margin-bottom: .5rem;
  z-index: 9;
  white-space: nowrap;
  line-height: 1.5;
}
a[class*="text-"]:not(.btn):not([role]):not(.navbar-caption):not(.dropdown-toggle):not(.dropdown-item):before {
  content: "";
  z-index: 0;
  max-width: 100%;
  bottom: 0;
  right: 0;
  left: 0;
  position: absolute;
  height: 1px;
  background-color: currentColor;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
a[class*="text-"]:not(.btn):not([role]):not(.navbar-caption):not(.dropdown-toggle):not(.dropdown-item):after {
  content: "";
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 6%;
  left: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 120' fill='%230a81ab' %3E%3Ccircle cx='60' cy='60' r='50'/%3E%3C/svg%3E");
  position: absolute;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
  transform: scale(0, 0);
}
a[class*="text-"]:not(.btn):not([role]):not(.navbar-caption):not(.dropdown-toggle):not(.dropdown-item):hover:before {
  max-width: 0%;
  left: 100%;
}
a[class*="text-"]:not(.btn):not([role]):not(.navbar-caption):not(.dropdown-toggle):not(.dropdown-item):hover:after {
  opacity: 1;
  transform: scale(1.15);
}
section.popup-builder .modal.mbr-popup button {
  border: none;
}
.cid-u8C8SYVoaP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/motion1.jpg");
}
.cid-u8C8SYVoaP .mbr-section-title {
  margin-bottom: 2.5rem;
}
@media (max-width: 767px) {
  .cid-u8C8SYVoaP .mbr-section-title {
    margin-bottom: 1.25rem;
  }
}
.cid-u8C8SYVoaP .date_wrap {
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .cid-u8C8SYVoaP .date_wrap {
    margin-bottom: 1.25rem;
  }
}
.cid-u8C8SYVoaP .circle_animation {
  display: inline-flex;
  position: relative;
  margin-bottom: .5rem;
}
.cid-u8C8SYVoaP .circle_animation .circle {
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
}
.cid-u8C8SYVoaP .circle_animation .circle_fill {
  -webkit-animation: circleFill 2.25s infinite;
  animation: circleFill 2.25s infinite;
  background-color: #222d35;
}
.cid-u8C8SYVoaP .circle_animation .circle_null {
  margin-left: -0.5rem;
  border: 1px solid #222d35;
  -webkit-animation: circleNull 2.25s infinite;
  animation: circleNull 2.25s infinite;
}
.cid-u8C8SYVoaP .date {
  margin-bottom: 0.25rem;
}
@keyframes circleFill {
  0%,
  100% {
    transform: translateX(75%);
    animationTimingFunction: cubic-bezier(0.8, 0, 1, 1);
  }
  50% {
    transform: translateX(0);
    animationTimingFunction: cubic-bezier(0, 0, 0.2, 1);
  }
}
@keyframes circleNull {
  0%,
  100% {
    transform: translateX(-50%);
    animationTimingFunction: cubic-bezier(0.8, 0, 1, 1);
  }
  50% {
    transform: translateX(0);
    animationTimingFunction: cubic-bezier(0, 0, 0.2, 1);
  }
}
.cid-u8FchWEbJW .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8FchWEbJW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/ig2logo-900x360.png");
}
.cid-u8FchWEbJW .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-u8FchWEbJW .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-u8FchWEbJW .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-u8FchWEbJW .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-u8FchWEbJW .container {
    padding: 0 12px;
  }
}
.cid-u8FchWEbJW .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
.cid-u8FchWEbJW .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-flex;
  width: fit-content;
  position: relative;
}
.cid-u8FchWEbJW .content-wrapper .title-wrapper .mbr-section-title::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 40px;
  width: 100%;
  opacity: .7;
  background-color: #52f4aa;
  border-radius: 10rem;
}
.cid-u8FchWEbJW .content-wrapper .mbr-text {
  margin-bottom: 12px;
}
.cid-u8FchWEbJW .mbr-section-title {
  color: #ffffff;
}
.cid-u8FchWEbJW .mbr-text {
  color: #ffffff;
}
.cid-sDb7plsAKw {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-sDb7plsAKw .main_header {
  margin-bottom: 2.5rem;
}
.cid-sDb7plsAKw .mbr-section-subtitle {
  margin-bottom: .75rem;
  line-height: 1;
  color: #222d35;
}
.cid-sDb7plsAKw .mbr-section-title {
  margin-bottom: 1.5rem;
}
.cid-sDb7plsAKw .mbr-text {
  letter-spacing: -0.025rem;
}
.cid-sDb7plsAKw .card {
  border-radius: 0;
}
.cid-sDb7plsAKw .card .card-box {
  border-top: 1px dotted rgba(34, 45, 53, 0.5);
}
.cid-sDb7plsAKw .card .card-box:last-child .card-box {
  border-bottom: 1px dotted rgba(34, 45, 53, 0.5);
}
@media (min-width: 992px) {
  .cid-sDb7plsAKw .card:nth-child(1) .card-wrapper {
    padding-left: 0;
  }
  .cid-sDb7plsAKw .card:nth-child(2) .card-wrapper {
    padding-left: 8rem;
  }
  .cid-sDb7plsAKw .card:nth-child(3) .card-wrapper {
    padding-left: 4rem;
  }
  .cid-sDb7plsAKw .card:nth-child(4) .card-wrapper {
    padding-left: 0;
  }
}
.cid-sDb7plsAKw .card:nth-child(1) .circle_fill {
  background-color: #d72323;
}
.cid-sDb7plsAKw .card:nth-child(2) .circle_fill {
  background-color: #6cff62;
}
.cid-sDb7plsAKw .card:nth-child(3) .circle_fill {
  background-color: #b61aae;
}
.cid-sDb7plsAKw .card:nth-child(4) .circle_fill {
  background-color: #0a81ab;
}
.cid-sDb7plsAKw .card-box {
  padding-top: 3rem;
  padding-bottom: 3rem;
  margin-top: .75rem;
  margin-bottom: .75rem;
  height: 100%;
  display: flex;
}
.cid-sDb7plsAKw .content_box {
  display: flex;
}
.cid-sDb7plsAKw .content_title {
  min-width: 350px;
  max-width: 30%;
  padding-right: 6rem;
}
.cid-sDb7plsAKw .content_text {
  max-width: 45%;
}
.cid-sDb7plsAKw .card-text {
  margin-bottom: .5rem;
}
.cid-sDb7plsAKw .circle_animation {
  display: inline-flex;
  position: relative;
  padding-right: 3rem;
  margin-bottom: 1.25rem;
  width: 195px;
}
.cid-sDb7plsAKw .circle_animation .circle {
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
}
.cid-sDb7plsAKw .circle_animation .circle_fill {
  -webkit-animation: circleFill 5s infinite;
  animation: circleFill 5s infinite;
}
.cid-sDb7plsAKw .circle_animation .circle_null {
  margin-left: -2rem;
  border: 1px solid #222d35;
  -webkit-animation: circleNull 5s infinite;
  animation: circleNull 5s infinite;
}
@keyframes circleFill {
  0%,
  100% {
    transform: translateX(75%);
    animationTimingFunction: cubic-bezier(0.8, 0, 1, 1);
  }
  50% {
    transform: translateX(0);
    animationTimingFunction: cubic-bezier(0, 0, 0.2, 1);
  }
}
@keyframes circleNull {
  0%,
  100% {
    transform: translateX(-50%);
    animationTimingFunction: cubic-bezier(0.8, 0, 1, 1);
  }
  50% {
    transform: translateX(0);
    animationTimingFunction: cubic-bezier(0, 0, 0.2, 1);
  }
}
@media (max-width: 991px) {
  .cid-sDb7plsAKw .content_title {
    padding-right: 2rem;
    min-width: 160px;
  }
  .cid-sDb7plsAKw .content_text {
    max-width: none;
  }
}
@media (max-width: 767px) {
  .cid-sDb7plsAKw .main_header {
    margin-bottom: 1.5rem;
  }
  .cid-sDb7plsAKw .mbr-section-subtitle {
    margin-bottom: .25rem;
  }
  .cid-sDb7plsAKw .mbr-section-title {
    margin-bottom: .75rem;
  }
  .cid-sDb7plsAKw .card .card-box:last-child {
    border-bottom: none;
  }
  .cid-sDb7plsAKw .content_box {
    flex-direction: column;
  }
  .cid-sDb7plsAKw .content_title {
    min-width: none;
    max-width: none;
    padding-right: 0;
  }
  .cid-sDb7plsAKw .card-title {
    margin-bottom: 1.5rem;
  }
  .cid-sDb7plsAKw .card-text {
    margin-bottom: 1rem;
  }
  .cid-sDb7plsAKw .circle_animation {
    padding-right: 1rem;
    margin-bottom: 0;
  }
  .cid-sDb7plsAKw .circle_animation .circle {
    width: 40px;
    height: 40px;
  }
  .cid-sDb7plsAKw .circle_animation .circle_null {
    margin-left: -1rem;
  }
}
.cid-sDb7plsAKw .card-title {
  color: #000000;
}
.cid-sDb7plsAKw .card-text,
.cid-sDb7plsAKw .linkBtn {
  color: #222d35;
}
.cid-u8Cky3nHPl {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-u8Cky3nHPl .mbr-section-subtitle {
  margin-bottom: .75rem;
  line-height: 1;
  color: #222d35;
}
.cid-u8Cky3nHPl .mbr-section-title {
  margin-bottom: 1.5rem;
}
.cid-u8Cky3nHPl .mbr-text {
  letter-spacing: -0.025rem;
}
.cid-u8Cky3nHPl .card {
  border-radius: 0;
}
.cid-u8Cky3nHPl .card .card-box {
  border-top: 1px dotted rgba(34, 45, 53, 0.5);
}
.cid-u8Cky3nHPl .card .card-box:last-child .card-box {
  border-bottom: 1px dotted rgba(34, 45, 53, 0.5);
}
@media (min-width: 992px) {
  .cid-u8Cky3nHPl .card:nth-child(1) .card-wrapper {
    padding-left: 0;
  }
  .cid-u8Cky3nHPl .card:nth-child(2) .card-wrapper {
    padding-left: 8rem;
  }
  .cid-u8Cky3nHPl .card:nth-child(3) .card-wrapper {
    padding-left: 4rem;
  }
  .cid-u8Cky3nHPl .card:nth-child(4) .card-wrapper {
    padding-left: 0;
  }
}
.cid-u8Cky3nHPl .card:nth-child(1) .circle_fill {
  background-color: #d72323;
}
.cid-u8Cky3nHPl .card:nth-child(2) .circle_fill {
  background-color: #6cff62;
}
.cid-u8Cky3nHPl .card:nth-child(3) .circle_fill {
  background-color: #b61aae;
}
.cid-u8Cky3nHPl .card:nth-child(4) .circle_fill {
  background-color: #0a81ab;
}
.cid-u8Cky3nHPl .card-box {
  padding-top: 3rem;
  padding-bottom: 3rem;
  margin-top: .75rem;
  margin-bottom: .75rem;
  height: 100%;
  display: flex;
}
.cid-u8Cky3nHPl .content_box {
  display: flex;
}
.cid-u8Cky3nHPl .content_title {
  min-width: 350px;
  max-width: 30%;
  padding-right: 6rem;
}
.cid-u8Cky3nHPl .content_text {
  max-width: 45%;
}
.cid-u8Cky3nHPl .card-text {
  margin-bottom: .5rem;
}
.cid-u8Cky3nHPl .circle_animation {
  display: inline-flex;
  position: relative;
  padding-right: 3rem;
  margin-bottom: 1.25rem;
  width: 195px;
}
.cid-u8Cky3nHPl .circle_animation .circle {
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
}
.cid-u8Cky3nHPl .circle_animation .circle_fill {
  -webkit-animation: circleFill 5s infinite;
  animation: circleFill 5s infinite;
}
.cid-u8Cky3nHPl .circle_animation .circle_null {
  margin-left: -2rem;
  border: 1px solid #222d35;
  -webkit-animation: circleNull 5s infinite;
  animation: circleNull 5s infinite;
}
@keyframes circleFill {
  0%,
  100% {
    transform: translateX(75%);
    animationTimingFunction: cubic-bezier(0.8, 0, 1, 1);
  }
  50% {
    transform: translateX(0);
    animationTimingFunction: cubic-bezier(0, 0, 0.2, 1);
  }
}
@keyframes circleNull {
  0%,
  100% {
    transform: translateX(-50%);
    animationTimingFunction: cubic-bezier(0.8, 0, 1, 1);
  }
  50% {
    transform: translateX(0);
    animationTimingFunction: cubic-bezier(0, 0, 0.2, 1);
  }
}
@media (max-width: 991px) {
  .cid-u8Cky3nHPl .content_title {
    padding-right: 2rem;
    min-width: 160px;
  }
  .cid-u8Cky3nHPl .content_text {
    max-width: none;
  }
}
@media (max-width: 767px) {
  .cid-u8Cky3nHPl .mbr-section-subtitle {
    margin-bottom: .25rem;
  }
  .cid-u8Cky3nHPl .mbr-section-title {
    margin-bottom: .75rem;
  }
  .cid-u8Cky3nHPl .card .card-box:last-child {
    border-bottom: none;
  }
  .cid-u8Cky3nHPl .content_box {
    flex-direction: column;
  }
  .cid-u8Cky3nHPl .content_title {
    min-width: none;
    max-width: none;
    padding-right: 0;
  }
  .cid-u8Cky3nHPl .card-title {
    margin-bottom: 1.5rem;
  }
  .cid-u8Cky3nHPl .card-text {
    margin-bottom: 1rem;
  }
  .cid-u8Cky3nHPl .circle_animation {
    padding-right: 1rem;
    margin-bottom: 0;
  }
  .cid-u8Cky3nHPl .circle_animation .circle {
    width: 40px;
    height: 40px;
  }
  .cid-u8Cky3nHPl .circle_animation .circle_null {
    margin-left: -1rem;
  }
}
.cid-u8Cky3nHPl .card-title {
  color: #000000;
}
.cid-u8Cky3nHPl .card-text,
.cid-u8Cky3nHPl .linkBtn {
  color: #222d35;
}
.cid-sCiZ30XcgF {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-sCiZ30XcgF .foot-menu {
  margin-bottom: 0;
}
.cid-sCiZ30XcgF ul {
  list-style: none;
  padding: 0;
}
.cid-sCiZ30XcgF li {
  display: inline-block;
  padding: .5rem 1.5rem .5rem 0;
  position: relative;
  line-height: 1.5;
}
.cid-sCiZ30XcgF li:after {
  content: "";
  position: absolute;
  border-radius: 50%;
  top: 50%;
  right: 0.5rem;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background-color: #222d35;
}
.cid-sCiZ30XcgF ul li:last-child {
  padding-right: 0;
}
.cid-sCiZ30XcgF ul li:last-child:after {
  content: none;
}
.cid-sCiZ30XcgF .mbr-section-subtitle {
  margin-bottom: .75rem;
}
@media (min-width: 992px) {
  .cid-sCiZ30XcgF .box {
    text-align: right;
  }
}
@media (max-width: 991px) {
  .cid-sCiZ30XcgF .foot-menu {
    margin-bottom: 1.25rem;
  }
}
.cid-sCiZ30XcgF H4 {
  color: #222d35;
}
.cid-sCiZ3fefYc {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #222d35;
}
.cid-sCiZ3fefYc .mbr-text {
  color: #eae8e4;
  margin-bottom: 0;
  line-height: 1.25;
}
.cid-sCiZ3fefYc .foot-menu {
  margin-bottom: 0;
}
.cid-sCiZ3fefYc ul {
  list-style: none;
  padding: 0;
  text-align: right;
}
.cid-sCiZ3fefYc li {
  display: inline-block;
  line-height: 1.5;
  margin: .5rem .75rem;
}
.cid-sCiZ3fefYc li > a[class*="text-"]:not(.btn):not([role]):not(.navbar-caption):hover:after {
  opacity: 0;
}
@media (max-width: 767px) {
  .cid-sCiZ3fefYc ul {
    text-align: left;
  }
  .cid-sCiZ3fefYc .mbr-text {
    margin-bottom: .75rem;
    margin-left: .75rem;
  }
}
