body {
  font-family: IBM Plex Sans;
}
.display-1 {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 2.8rem;
}
.display-1 > .mbr-iconfont {
  font-size: 4.48rem;
}
.display-2 {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 3rem;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 0.8rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.28rem;
  font-weight: 400;
}
.display-5 {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 1.5rem;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 1.2rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.92rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.24rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.64rem;
    font-size: calc( 0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #ff8a73 !important;
}
.bg-success {
  background-color: #bfceff !important;
}
.bg-info {
  background-color: #57468b !important;
}
.bg-warning {
  background-color: #879a9f !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ff8a73 !important;
  border-color: #ff8a73 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #ff4a26 !important;
  border-color: #ff4a26 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #ff4a26 !important;
  border-color: #ff4a26 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #5580ff !important;
  border-color: #5580ff !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #0847ff !important;
  border-color: #0847ff !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #0847ff !important;
  border-color: #0847ff !important;
}
.btn-info,
.btn-info:active {
  background-color: #57468b !important;
  border-color: #57468b !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #372c58 !important;
  border-color: #372c58 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #372c58 !important;
  border-color: #372c58 !important;
}
.btn-success,
.btn-success:active {
  background-color: #bfceff !important;
  border-color: #bfceff !important;
  color: #002dbf !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #002dbf !important;
  background-color: #7293ff !important;
  border-color: #7293ff !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #002dbf !important;
  background-color: #7293ff !important;
  border-color: #7293ff !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #879a9f !important;
  border-color: #879a9f !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #ff350d;
  color: #ff350d;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #ff8a73;
  border-color: #ff8a73;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff8a73 !important;
  border-color: #ff8a73 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #003cee;
  color: #003cee;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #5580ff;
  border-color: #5580ff;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #5580ff !important;
  border-color: #5580ff !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #2d2447;
  color: #2d2447;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #57468b;
  border-color: #57468b;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #57468b !important;
  border-color: #57468b !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #5980ff;
  color: #5980ff;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #002dbf;
  background-color: #bfceff;
  border-color: #bfceff;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #002dbf !important;
  background-color: #bfceff !important;
  border-color: #bfceff !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #55666b;
  color: #55666b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #879a9f;
  border-color: #879a9f;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #879a9f !important;
  border-color: #879a9f !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #7a6e45;
  color: #7a6e45;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.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: #ff8a73 !important;
}
.text-secondary {
  color: #5580ff !important;
}
.text-success {
  color: #bfceff !important;
}
.text-info {
  color: #57468b !important;
}
.text-warning {
  color: #879a9f !important;
}
.text-danger {
  color: #b1a374 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #ff350d !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #003cee !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #5980ff !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #2d2447 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #55666b !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #7a6e45 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #57468b;
}
.alert-warning {
  background-color: #879a9f;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ff8a73;
  border-color: #ff8a73;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #ff8a73;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #9a8cc5;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ced6d8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 0.8rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.28rem;
  font-weight: 400;
}
blockquote {
  border-color: #ff8a73;
}
.btn-primary {
  margin: 1rem 0.5rem !important;
}
.btn-primary:hover,
.btn-primary:focus {
  box-shadow: 0 6px 16px 0 #ff8a73 !important;
  -webkit-box-shadow: 0 6px 16px 0 #ff8a73 !important;
  background-color: #ff8a73 !important;
  border-color: #ff8a73 !important;
}
.btn-secondary {
  margin: 1rem 0.5rem !important;
}
.btn-secondary:hover,
.btn-secondary:focus {
  box-shadow: 0 6px 15px 0 #5580ff !important;
  -webkit-box-shadow: 0 6px 16px 0 #5580ff !important;
  background-color: #5580ff !important;
  border-color: #5580ff !important;
}
.btn-success {
  color: white !important;
  margin: 1rem 0.5rem !important;
}
.btn-success:active {
  color: white !important;
}
.btn-success:hover,
.btn-success:focus {
  color: white !important;
  box-shadow: 0 6px 15px 0 #bfceff !important;
  -webkit-box-shadow: 0 6px 16px 0 #bfceff !important;
  background-color: #bfceff !important;
  border-color: #bfceff !important;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ff8a73;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-number__spin {
  background-color: #f5f6ff;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ff8a73;
  border-bottom-color: #ff8a73;
}
.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: #ff8a73 !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: #5580ff !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23ff8a73' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
.cid-rleMYSmADg {
  padding-top: 225px;
  padding-bottom: 45px;
  background-color: #f2f6ff;
  position: relative;
  overflow: hidden;
}
.cid-rleMYSmADg .svg1 {
  position: absolute;
  bottom: 4.6rem;
  left: 50%;
  transform: translate(-50%) scale(1.3, 1.2);
}
.cid-rleMYSmADg #e1_circle,
.cid-rleMYSmADg #e3_circle,
.cid-rleMYSmADg #e4_circle,
.cid-rleMYSmADg #e5_circle {
  fill: #e1e8ff !important;
}
.cid-rleMYSmADg #e6_circle {
  fill: #bfceff !important;
}
@keyframes orbit {
  from {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }
  to {
    transform: rotate(360deg) translateX(10px) rotate(-360deg);
  }
}
@keyframes rev {
  from {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }
  to {
    transform: rotate(-360deg) translateX(10px) rotate(360deg);
  }
}
.cid-rleMYSmADg .round {
  border-radius: 100%;
  position: absolute;
  background-color: #e1e8ff;
  animation: orbit 4s linear infinite;
}
.cid-rleMYSmADg .rev {
  animation: rev 4s linear infinite;
}
.cid-rleMYSmADg .round1 {
  width: 50px;
  height: 50px;
  left: 7%;
  top: 60%;
}
.cid-rleMYSmADg .round2 {
  width: 90px;
  height: 90px;
  left: 15%;
  top: 15%;
}
.cid-rleMYSmADg .round3 {
  width: 40px;
  height: 40px;
  left: 30%;
  top: 15%;
}
.cid-rleMYSmADg .round4 {
  width: 90px;
  height: 90px;
  left: 40%;
  top: 5%;
}
.cid-rleMYSmADg .round5 {
  width: 50px;
  height: 50px;
  right: 7%;
  top: 55%;
}
.cid-rleMYSmADg .round6 {
  width: 30px;
  height: 30px;
  right: 30%;
  top: 15%;
}
.cid-rleMYSmADg .round7 {
  width: 70px;
  height: 70px;
  right: 20%;
  top: 20%;
}
.cid-rleMYSmADg .round8 {
  width: 110px;
  height: 110px;
  right: 8%;
  top: 30%;
}
.cid-rleMYSmADg .round9 {
  width: 90px;
  height: 90px;
  right: 7%;
  top: 70%;
}
.cid-rleMYSmADg .round10 {
  width: 50px;
  height: 50px;
  right: 35%;
  top: 10%;
}
.cid-rleMYSmADg .round11 {
  width: 70px;
  height: 70px;
  left: 8%;
  top: 35%;
}
.cid-rleMYSmADg H1 {
  color: #57468b;
}
.cid-rleMYSmADg .mbr-text,
.cid-rleMYSmADg .mbr-section-btn {
  color: #716c80;
}
.cid-rleMYSmADg H3 {
  color: #716c80;
}
.cid-rleMYSmADg img {
  height: 100%;
  margin: 0 auto;
}
.cid-sglpv6dbZS {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sglpv6dbZS H1 {
  color: #57468b;
}
.cid-sglpv6dbZS .mbr-text,
.cid-sglpv6dbZS .mbr-section-btn {
  color: #716c80;
}
@keyframes line {
  from {
    transform: translateY(4px);
  }
  50% {
    transform: translateY(-4px);
  }
  to {
    transform: translateY(4px);
  }
}
.cid-sglpv6dbZS img {
  width: 90%;
  border-radius: 10px;
  box-shadow: rgba(230, 206, 191, 0.7) -10px 10px 35px 5px;
  animation: line 3s ease-in-out infinite;
}
@media (max-width: 992px) {
  .cid-sglpv6dbZS img {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.cid-sglpv6dbZS H3 {
  color: #716c80;
}
.cid-rlf1zGD2zy {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e1e8ff;
  position: relative;
  overflow: hidden;
}
.cid-rlf1zGD2zy .container {
  max-width: 1400px;
}
.cid-rlf1zGD2zy svg {
  position: absolute;
  top: 0;
  right: 0;
  transform: scale(-1.9, 1.3);
}
.cid-rlf1zGD2zy #e1_ellipse {
  fill: #ffffff !important;
}
.cid-rlf1zGD2zy .mbr-text {
  color: #716c80;
}
.cid-rlf1zGD2zy .card-img span {
  font-size: 96px;
  color: #149dcc;
  padding: 0.6rem;
  margin-right: 1.5rem;
  border-radius: 8px;
}
.cid-rlf1zGD2zy .card-img .img1 {
  background-color: #bfceff;
}
.cid-rlf1zGD2zy .card-img .img2 {
  background-color: #5580ff;
}
.cid-rlf1zGD2zy .card-img .img3 {
  background-color: #ff8a73;
}
.cid-rlf1zGD2zy .card-img .img4 {
  background-color: #bfceff;
}
.cid-rlf1zGD2zy .mbr-iconfont {
  transition: all 0.3s;
  color: #ffffff !important;
  font-size: 1.5rem !important;
}
.cid-rlf1zGD2zy .card {
  display: flex;
  flex-direction: row;
  transition: all 0.3s;
  padding: 2rem 1.5rem !important;
}
.cid-rlf1zGD2zy .card:hover {
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  transform: translateY(-1.5rem);
  background-color: #ffffff;
}
.cid-rlf1zGD2zy .card-title,
.cid-rlf1zGD2zy .card-img {
  color: #57468b;
}
.cid-rlf1zGD2zy img {
  width: 80%;
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
@media (max-width: 992px) {
  .cid-rlf1zGD2zy img {
    margin-bottom: 3rem;
    width: 100%;
  }
}
@media (max-width: 576px) {
  .cid-rlf1zGD2zy .card {
    flex-direction: column;
    align-items: center;
    padding: 1rem!important;
  }
  .cid-rlf1zGD2zy .card .card-img {
    margin-bottom: 1rem;
  }
  .cid-rlf1zGD2zy .card:hover {
    box-shadow: none;
    transform: none;
    background-color: transparent;
  }
  .cid-rlf1zGD2zy .card-img span {
    margin-right: 0rem;
  }
  .cid-rlf1zGD2zy svg {
    top: -9rem;
  }
}
.cid-rleYZlmqTj {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rleYZlmqTj H1 {
  color: #57468b;
}
.cid-rleYZlmqTj .mbr-text,
.cid-rleYZlmqTj .mbr-section-btn {
  color: #716c80;
}
.cid-rleYZlmqTj img {
  width: 80%;
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
@media (max-width: 992px) {
  .cid-rleYZlmqTj img {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.cid-rleYZlmqTj .author-box {
  display: flex;
  flex-direction: row;
}
.cid-rleYZlmqTj .face {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  box-shadow: none;
  margin: 0rem;
}
.cid-rleYZlmqTj .author {
  padding-left: 2rem;
  margin: auto 0;
}
.cid-rleYZlmqTj h3,
.cid-rleYZlmqTj h4 {
  margin: 0;
  padding: 0;
}
.cid-rleYZlmqTj H3 {
  color: #57468b;
}
.cid-rleYZlmqTj H4 {
  color: #716c80;
}
@media (max-width: 576px) {
  .cid-rleYZlmqTj .author-box {
    justify-content: center;
  }
}
.cid-srmY9HRYrb {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-srmY9HRYrb img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-srmY9HRYrb H1 {
  color: #57468b;
  text-align: center;
}
.cid-srmY9HRYrb .mbr-text,
.cid-srmY9HRYrb .mbr-section-btn {
  color: #716c80;
}
.cid-srmY9HRYrb H3 {
  color: #716c80;
}
.cid-srmY9HRYrb .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-srmY9HRYrb .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-srmY9HRYrb .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-srmY9HRYrb .link:hover {
  color: #ff8a73 !important;
}
.cid-srmY9HRYrb .link:hover .link-ico {
  color: #ff8a73 !important;
  padding-left: 10px;
}
.cid-srmY9HRYrb DIV {
  color: #57468b;
}
.cid-sroujae5Bo {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sroujae5Bo .counter-container {
  counter-reset: heading;
  color: #464646;
}
.cid-sroujae5Bo .counter-container div {
  margin-bottom: 1rem;
  padding-left: 5rem;
}
.cid-sroujae5Bo .counter-container li {
  list-style: none;
  padding-left: 6rem;
  position: relative;
}
.cid-sroujae5Bo .counter-container .counter {
  text-overflow: clip;
  overflow: hidden;
  white-space: nowrap;
  font-size: 40px;
  position: absolute;
  left: 0;
  display: inline-block;
  margin: 0 0 5px;
  line-height: 40px;
  transition: all 0.2s;
  width: 60px;
  height: 40px;
}
.cid-sroujae5Bo P {
  text-align: left;
  color: #767676;
}
.cid-sroujae5Bo h3:before {
  font: bold 2.25rem sans-serif;
  counter-increment: heading;
  content: counter(heading);
  width: 5rem;
  height: 5rem;
  float: left;
  margin: 0 1.5rem 0.75rem 0;
  color: #ffffff;
  background: #5580ff linear-gradient(to bottom right, #5580ff 25%, #ddf3fd);
  text-shadow: 0 0 2px #5580ff;
  border-top-left-radius: 0%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  shape-outside: ellipse();
  z-index: 1;
}
.cid-sroujae5Bo H3 {
  text-align: left;
}
.cid-sglRsfaRxz {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  background-color: #f2f6ff;
}
.cid-sglRsfaRxz .card-header {
  background: transparent;
}
.cid-sglRsfaRxz .mbr-iconfont {
  font-size: 1.4rem!important;
}
.cid-sglRsfaRxz .panel-group {
  border-top: 1px solid #f2f6ff;
}
.cid-sglRsfaRxz .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-sglRsfaRxz .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-sglRsfaRxz .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-sglRsfaRxz .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sglRsfaRxz .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-sglRsfaRxz .card .panel-body {
  color: #767676;
}
.cid-sglRsfaRxz h4 {
  flex-direction: row-reverse;
  display: flex;
  background: #ffffff;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  border-bottom: 1px solid #f2f6ff;
  padding: 1.4rem 1.6rem;
}
.cid-sglRsfaRxz H4 {
  color: #57468b;
}
.cid-sglRsfaRxz H2 {
  color: #57468b;
}
.cid-sgQ0q1o07f {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sgQ0q1o07f .mbr-text {
  color: #716c80;
  line-height: 2;
}
.cid-sgQ0q1o07f .price-text {
  line-height: 1.5;
  color: #716c80;
}
.cid-sgQ0q1o07f .card-title {
  line-height: 1.5;
  color: #57468b;
  padding-top: 2rem;
}
.cid-sgQ0q1o07f .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-sgQ0q1o07f .card {
  display: flex;
  justify-content: center;
  flex-direction: row;
  transition: all 0.3s;
  padding: 3rem 1.5rem !important;
}
.cid-sgQ0q1o07f .card:hover {
  box-shadow: 0 10px 55px 5px rgba(136, 166, 255, 0.35);
}
.cid-sgQ0q1o07f .nav-tabs {
  margin: auto;
  border: none;
}
.cid-sgQ0q1o07f .nav-tabs .nav-item {
  margin: 0;
}
.cid-sgQ0q1o07f .nav-tabs .nav-item .btn {
  color: #716c80 !important;
  transition: all 0.3s;
  background-color: transparent !important;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  position: relative;
  box-shadow: none !important;
  z-index: 1;
}
@media (min-width: 768px) {
  .cid-sgQ0q1o07f .nav-tabs .nav-item .btn {
    margin: 0px !important;
    border-color: transparent !important;
  }
  .cid-sgQ0q1o07f .nav-tabs .nav-item .btn:after {
    content: "";
    position: absolute;
    left: -2px;
    top: -2px;
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    margin: 0;
    opacity: 1;
    padding: 0;
    background-color: transparent !important;
    border: inherit;
    border-color: #ff8a73;
    border-radius: inherit;
    animation: none;
    z-index: -1;
  }
  .cid-sgQ0q1o07f .nav-tabs .nav-item .btn:before {
    content: "";
    position: absolute;
    left: -2px;
    top: -2px;
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    background-color: transparent;
    border-radius: inherit;
    z-index: -1;
    transition: transform 0.3s, background-color 0.2s;
  }
  .cid-sgQ0q1o07f .nav-tabs .nav-item .btn.active:before {
    background-color: #ff8a73 !important;
  }
}
@media (max-width: 767px) {
  .cid-sgQ0q1o07f .nav-tabs .nav-item .btn {
    border-color: #ff8a73 !important;
  }
}
.cid-sgQ0q1o07f .nav-tabs .nav-item .btn:hover {
  cursor: pointer;
  color: #ff8a73 !important;
  box-shadow: none !important;
}
.cid-sgQ0q1o07f .nav-tabs .nav-item .btn.active {
  color: #ffffff !important;
  box-shadow: none !important;
}
@media (max-width: 767px) {
  .cid-sgQ0q1o07f .nav-tabs .nav-item .btn.active {
    background-color: #ff8a73 !important;
  }
}
@media (min-width: 768px) {
  .cid-sgQ0q1o07f .nav-tabs .nav-item:first-child > .btn:after {
    border-right: none!important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }
  .cid-sgQ0q1o07f .nav-tabs .nav-item:last-child > .btn:after {
    border-left: none!important;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }
  .cid-sgQ0q1o07f .nav-tabs .nav-item:first-child > .btn:before {
    transform: translateX(50%);
  }
  .cid-sgQ0q1o07f .nav-tabs .nav-item:last-child > .btn:before {
    transform: translateX(-50%);
  }
  .cid-sgQ0q1o07f .nav-tabs .nav-item:first-child > .btn.active:before {
    transform: translateX(0);
  }
  .cid-sgQ0q1o07f .nav-tabs .nav-item:last-child > .btn.active:before {
    transform: translateX(0);
  }
}
@media (max-width: 992px) {
  .cid-sgQ0q1o07f .align-right,
  .cid-sgQ0q1o07f .align-left {
    text-align: center;
  }
  .cid-sgQ0q1o07f .card-title {
    padding-top: 0rem;
  }
  .cid-sgQ0q1o07f .price {
    margin-bottom: 0;
  }
  .cid-sgQ0q1o07f .card {
    flex-direction: column;
    align-items: center;
    padding: 2rem 0!important;
  }
  .cid-sgQ0q1o07f .card .card-img {
    margin-bottom: 0rem;
  }
  .cid-sgQ0q1o07f .card:hover {
    transform: none;
  }
  .cid-sgQ0q1o07f .card-img {
    padding: 0;
  }
}
@media (max-width: 576px) {
  .cid-sgQ0q1o07f .card:hover {
    box-shadow: none;
  }
}
.cid-sgQ0q1o07f .card-box .btn {
  padding: 0.8rem 1.8rem;
  margin: 0!important;
  margin-top: 0.5rem;
}
.cid-sgQ0q1o07f .price {
  color: #57468b;
}
.cid-rlf2J1Xqlt {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #f2f6ff;
  position: relative;
  overflow: hidden;
}
.cid-rlf2J1Xqlt svg {
  position: absolute;
  bottom: -9.5rem;
  left: 50%;
  transform: translate(-50%) scaleX(-2) rotate(-12deg);
  filter: fliph;
  animation: wave2 5s ease-in-out infinite;
}
@keyframes wave2 {
  from {
    transform: translate(-50%) scaleX(-2) rotate(-10deg);
  }
  50% {
    transform: translate(-50%) scaleX(-2.2) scaleY(1.1) rotate(-13deg);
  }
  to {
    transform: translate(-50%) scaleX(-2) rotate(-10deg);
  }
}
.cid-rlf2J1Xqlt #e12_areaS3 {
  fill: #e1e8ff !important;
}
.cid-rlf2J1Xqlt #e19_areaS3 {
  fill: #bfceff !important;
}
.cid-rlf2J1Xqlt .carousel-control {
  background: #000;
  opacity: 0.2;
}
.cid-rlf2J1Xqlt .carousel {
  width: 80%;
  margin: auto;
}
.cid-rlf2J1Xqlt .mbr-section-subtitle {
  color: #716c80;
}
.cid-rlf2J1Xqlt .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rlf2J1Xqlt .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-rlf2J1Xqlt .carousel-item .wrap-img {
  text-align: center;
}
.cid-rlf2J1Xqlt .carousel-item .wrap-img img {
  transition: all 0.3s;
  max-height: 150px;
  width: auto;
  max-width: 100%;
}
.cid-rlf2J1Xqlt .carousel-controls {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rlf2J1Xqlt .carousel-controls .carousel-control {
  background: #000;
  border-radius: 50%;
  position: static;
  width: 40px;
  height: 40px;
  margin-top: 2rem;
  border-width: 1px;
}
.cid-rlf2J1Xqlt .carousel-controls .carousel-control.carousel-control-prev {
  left: auto;
  margin-right: 20px;
  margin-left: 0;
}
.cid-rlf2J1Xqlt .carousel-controls .carousel-control.carousel-control-next {
  right: auto;
  margin-right: 0;
}
.cid-rlf2J1Xqlt .carousel-controls .carousel-control .mbr-iconfont {
  font-size: 1rem;
}
.cid-rlf2J1Xqlt .cloneditem-1,
.cid-rlf2J1Xqlt .cloneditem-2,
.cid-rlf2J1Xqlt .cloneditem-3,
.cid-rlf2J1Xqlt .cloneditem-4,
.cid-rlf2J1Xqlt .cloneditem-5 {
  display: none;
}
.cid-rlf2J1Xqlt .col-lg-15 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-rlf2J1Xqlt .col-lg-15 {
    -ms-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-rlf2J1Xqlt .carousel-inner {
    opacity: 0.8;
  }
  .cid-rlf2J1Xqlt .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-rlf2J1Xqlt .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }
  .cid-rlf2J1Xqlt .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-rlf2J1Xqlt .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  .cid-rlf2J1Xqlt .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-rlf2J1Xqlt .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-rlf2J1Xqlt .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-rlf2J1Xqlt .carousel-inner.slides2 .cloneditem-1,
  .cid-rlf2J1Xqlt .carousel-inner.slides2 .cloneditem-2,
  .cid-rlf2J1Xqlt .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-rlf2J1Xqlt .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-rlf2J1Xqlt .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(33.333333%, 0, 0);
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-rlf2J1Xqlt .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-rlf2J1Xqlt .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-33.333333%, 0, 0);
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-rlf2J1Xqlt .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-rlf2J1Xqlt .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-rlf2J1Xqlt .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-rlf2J1Xqlt .carousel-inner.slides3 .cloneditem-1,
  .cid-rlf2J1Xqlt .carousel-inner.slides3 .cloneditem-2,
  .cid-rlf2J1Xqlt .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
  .cid-rlf2J1Xqlt .carousel-inner.slides4 > .carousel-item.active.carousel-item-right,
  .cid-rlf2J1Xqlt .carousel-inner.slides4 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(25%, 0, 0);
    transform: translate3d(25%, 0, 0);
  }
  .cid-rlf2J1Xqlt .carousel-inner.slides4 > .carousel-item.active.carousel-item-left,
  .cid-rlf2J1Xqlt .carousel-inner.slides4 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0);
  }
  .cid-rlf2J1Xqlt .carousel-inner.slides4 > .carousel-item.carousel-item-left,
  .cid-rlf2J1Xqlt .carousel-inner.slides4 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-rlf2J1Xqlt .carousel-inner.slides4 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-rlf2J1Xqlt .carousel-inner.slides4 .cloneditem-1,
  .cid-rlf2J1Xqlt .carousel-inner.slides4 .cloneditem-2,
  .cid-rlf2J1Xqlt .carousel-inner.slides4 .cloneditem-3 {
    display: block;
  }
  .cid-rlf2J1Xqlt .carousel-inner.slides5 > .carousel-item.active.carousel-item-right,
  .cid-rlf2J1Xqlt .carousel-inner.slides5 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
  }
  .cid-rlf2J1Xqlt .carousel-inner.slides5 > .carousel-item.active.carousel-item-left,
  .cid-rlf2J1Xqlt .carousel-inner.slides5 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
  }
  .cid-rlf2J1Xqlt .carousel-inner.slides5 > .carousel-item.carousel-item-left,
  .cid-rlf2J1Xqlt .carousel-inner.slides5 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-rlf2J1Xqlt .carousel-inner.slides5 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-rlf2J1Xqlt .carousel-inner.slides5 .cloneditem-1,
  .cid-rlf2J1Xqlt .carousel-inner.slides5 .cloneditem-2,
  .cid-rlf2J1Xqlt .carousel-inner.slides5 .cloneditem-3,
  .cid-rlf2J1Xqlt .carousel-inner.slides5 .cloneditem-4 {
    display: block;
  }
  .cid-rlf2J1Xqlt .carousel-inner.slides6 > .carousel-item.active.carousel-item-right,
  .cid-rlf2J1Xqlt .carousel-inner.slides6 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(16.666667%, 0, 0);
    transform: translate3d(16.666667%, 0, 0);
  }
  .cid-rlf2J1Xqlt .carousel-inner.slides6 > .carousel-item.active.carousel-item-left,
  .cid-rlf2J1Xqlt .carousel-inner.slides6 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-16.666667%, 0, 0);
    transform: translate3d(-16.666667%, 0, 0);
  }
  .cid-rlf2J1Xqlt .carousel-inner.slides6 > .carousel-item.carousel-item-left,
  .cid-rlf2J1Xqlt .carousel-inner.slides6 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-rlf2J1Xqlt .carousel-inner.slides6 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-rlf2J1Xqlt .carousel-inner.slides6 .cloneditem-1,
  .cid-rlf2J1Xqlt .carousel-inner.slides6 .cloneditem-2,
  .cid-rlf2J1Xqlt .carousel-inner.slides6 .cloneditem-3,
  .cid-rlf2J1Xqlt .carousel-inner.slides6 .cloneditem-4,
  .cid-rlf2J1Xqlt .carousel-inner.slides6 .cloneditem-5 {
    display: block;
  }
}
.cid-rlf2J1Xqlt H2 {
  color: #57468b;
}
.cid-rlf2J1Xqlt .carousel-control-prev {
  position: absolute!important;
  left: -50px !important;
}
.cid-rlf2J1Xqlt .carousel-control-next {
  position: absolute!important;
  right: -50px !important;
}
@media (max-width: 576px) {
  .cid-rlf2J1Xqlt .carousel-control-prev {
    left: -10px !important;
  }
  .cid-rlf2J1Xqlt .carousel-control-next {
    right: -10px !important;
  }
}
.cid-rlf2Ljj53F {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #bfceff;
  position: relative;
  overflow: hidden;
}
.cid-rlf2Ljj53F .container {
  max-width: 1400px;
}
.cid-rlf2Ljj53F .card-img2 span {
  padding-top: 6px;
}
.cid-rlf2Ljj53F .soc-item a {
  padding-top: 5px;
}
.cid-rlf2Ljj53F .btn {
  padding: 0.4rem 0.6rem;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-rlf2Ljj53F .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
@media (max-width: 992px) {
  .cid-rlf2Ljj53F .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-rlf2Ljj53F .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-rlf2Ljj53F .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-rlf2Ljj53F .card-img2 {
  width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-rlf2Ljj53F .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-rlf2Ljj53F .soc-item span {
  font-size: 1.4rem;
}
.cid-rlf2Ljj53F .soc-item:hover span {
  color: #ff8a73 !important;
}
.cid-rlf2Ljj53F .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-rlf2Ljj53F .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-rlf2Ljj53F .media-wrap {
  margin-bottom: 1rem;
}
.cid-rlf2Ljj53F .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-rlf2Ljj53F img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-rlf2Ljj53F .item {
    justify-content: center;
  }
  .cid-rlf2Ljj53F .quote::after {
    left: 60px;
  }
}
.cid-rlf2Ljj53F .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-rlf2Ljj53F .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rlf2Ljj53F .text1 {
  color: #ffffff;
}
.cid-rlf2Ljj53F .item-title {
  color: #ffffff;
}
.cid-rlf2Ljj53F H5 {
  color: #ffffff;
}
.cid-rlf2Ljj53F .theme {
  color: #ffffff;
}
.cid-rlf2Ljj53F .copyright > p {
  color: #ff3366;
}
.cid-rlf2Ljj53F .text2 {
  color: #ffffff;
}
.cid-sgs8lk3vZX .dropdown-item:before {
  font-family: MobiriseIcons !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 ;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sgs8lk3vZX .display-2 {
  font-size: 2rem;
}
.cid-sgs8lk3vZX .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-sgs8lk3vZX .icons-menu {
    padding: 1rem 0!important;
  }
  .cid-sgs8lk3vZX .dropdown-item {
    line-height: 1.5;
    padding-top: 0rem !important;
    padding-right: 0rem !important;
    padding-bottom: 0rem !important;
    padding-left: 0rem !important;
    border-bottom-right-radius: 0rem !important;
    border-top-right-radius: 0rem !important;
    border-bottom-left-radius: 0rem !important;
    border-top-left-radius: 0rem !important;
  }
  .cid-sgs8lk3vZX .dropdown-item:hover {
    color: #5580ff !important;
    background: #cccccc !important;
  }
  .cid-sgs8lk3vZX .navbar-collapse {
    justify-content: space-between;
    z-index: 1;
    padding-bottom: 10px;
  }
  .cid-sgs8lk3vZX.collapsed .nav-item .nav-link::before {
    display: none;
  }
  .cid-sgs8lk3vZX.collapsed.opened .dropdown-menu {
    top: 0;
  }
  .cid-sgs8lk3vZX.collapsed .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sgs8lk3vZX.collapsed .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sgs8lk3vZX.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-sgs8lk3vZX.collapsed ul.navbar-nav li {
    margin: auto;
  }
  .cid-sgs8lk3vZX.collapsed .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-sgs8lk3vZX.collapsed .icons-menu {
    margin: auto;
  }
  .cid-sgs8lk3vZX .navbar.navbar-short {
    background: rgba(255, 255, 255, 0.85) !important;
    min-height: 10px !important;
  }
  .cid-sgs8lk3vZX .navbar.navbar-short .navbar-logo img {
    height: 3.0rem !important;
  }
  .cid-sgs8lk3vZX .navbar .navbar-brand {
    padding-left: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
  }
  .cid-sgs8lk3vZX .dropdown-menu {
    padding-top: 0;
    min-width: 5rem;
  }
}
@media (max-width: 991px) and (max-width: 991px) {
  .cid-sgs8lk3vZX .nav-item .nav-link::before {
    display: none;
  }
  .cid-sgs8lk3vZX.opened .dropdown-menu {
    top: 0;
  }
  .cid-sgs8lk3vZX .dropdown-menu {
    top: 0;
  }
  .cid-sgs8lk3vZX .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sgs8lk3vZX .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sgs8lk3vZX .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: 0.30em solid transparent;
    border-left: 0.30em solid transparent;
  }
  .cid-sgs8lk3vZX .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sgs8lk3vZX ul.navbar-nav li {
    margin: auto;
  }
  .cid-sgs8lk3vZX .dropdown-menu .dropdown-item {
    padding-top: 0.5rem !important;
    padding-bottom: .25rem !important;
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
    background: rgba(204, 204, 204, 0.75);
    text-align: center;
  }
  .cid-sgs8lk3vZX .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sgs8lk3vZX .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sgs8lk3vZX .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
@media (max-width: 575px) {
  .cid-sgs8lk3vZX .navbar-caption-wrap {
    word-break: normal;
    display: inline-block;
    max-width: 200px;
  }
}
@media (min-width: 576px) {
  .cid-sgs8lk3vZX .navbar-caption-wrap {
    word-break: normal;
    display: inline-block;
    max-width: 270px;
  }
}
@media (min-width: 992px) {
  .cid-sgs8lk3vZX .navbar-caption-wrap {
    word-break: normal;
    display: inline-block;
    max-width: 350px;
  }
}
@media (min-width: 1200px) {
  .cid-sgs8lk3vZX .navbar-caption-wrap {
    word-break: normal;
    display: inline-block;
    max-width: 350px;
  }
}
@media (max-width: 480px) {
  .cid-sgs8lk3vZX .navbar-caption-wrap {
    word-break: normal;
    display: none !important;
  }
}
.cid-sgs8lk3vZX .container {
  width: 100%;
  max-width: 1800px !important;
  display: flex;
  margin: auto;
}
.cid-sgs8lk3vZX .navbar {
  box-shadow: 0 8px 20px 0 rgba(35, 35, 35, 0.4), inset 0 -7px 9px -7px #cccccc;
  min-height: 68px;
  -webkit-flex-direction: column;
  flex-direction: column;
  transition: all .3s;
  background: rgba(255, 255, 255, 0.85);
}
@media (min-width: 992px) {
  .cid-sgs8lk3vZX .navbar.navbar-short {
    background: rgba(255, 255, 255, 0.85) !important;
    min-height: 10px;
  }
  .cid-sgs8lk3vZX .navbar.navbar-short .navbar-logo img {
    padding-top: 0;
    height: 3.8rem !important;
  }
  .cid-sgs8lk3vZX .navbar.navbar-short .navbar-brand {
    padding-top: 2px;
    padding-bottom: 2px;
  }
  .cid-sgs8lk3vZX .navbar .dropdown-item {
    padding-top: .2rem;
    padding-right: 1.5rem;
    padding-bottom: 0.2rem;
    padding-left: 1.0rem;
    border-bottom: 0px solid #808080;
    box-shadow: 0 8px 20px 0 rgba(35, 35, 35, 0.4), inset 0 -7px 9px -7px #cccccc;
    background: rgba(204, 204, 204, 0.9);
    border-bottom-width: 1.25px;
    border-color: #5580ff;
    border-bottom-right-radius: 0rem !important;
    border-top-right-radius: 0rem !important;
    border-bottom-left-radius: 0rem !important;
    border-top-left-radius: 0rem !important;
  }
  .cid-sgs8lk3vZX .navbar .dropdown-item:hover {
    color: #5580ff !important;
    background: #8c8c8c !important;
  }
}
.cid-sgs8lk3vZX .navbar.opened {
  transition: all .3s;
}
.cid-sgs8lk3vZX .nav-link {
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: auto;
  transition: all 0.3s;
}
.cid-sgs8lk3vZX .nav-link:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: 0px;
  left: auto;
  right: 0;
}
.cid-sgs8lk3vZX .nav-link:hover {
  color: #5580ff !important;
  background: #cccccc !important;
}
.cid-sgs8lk3vZX .nav-link:hover:before {
  color: #5580ff !important;
  width: 0;
  height: 4px;
  right: auto;
  left: 0;
  bottom: -10px;
  width: 100%;
}
.cid-sgs8lk3vZX .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sgs8lk3vZX .icons-menu {
    display: flex;
    line-height: 1;
  }
}
@media (min-width: 992px) {
  .cid-sgs8lk3vZX .icons-menu {
    min-width: 130px;
    width: 130px;
    display: unset;
    line-height: 1;
  }
}
.cid-sgs8lk3vZX .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-sgs8lk3vZX .dropdown-menu {
    min-width: 5rem;
    padding-top: 1.6rem !important;
  }
}
@media (max-width: 991px) {
  .cid-sgs8lk3vZX .dropdown-menu {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-sgs8lk3vZX .nav-dropdown .link {
    margin-left: 0 !important;
    margin-right: 1.6em !important;
    padding: 0.3em 0.3em !important;
    margin-top: auto !important;
    margin-bottom: auto !important;
    font-weight: 900;
  }
}
@media (max-width: 991px) {
  .cid-sgs8lk3vZX .nav-dropdown .link.dropdown-toggle::after {
    margin-left: .3em;
    margin-top: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-sgs8lk3vZX .nav-dropdown .link.dropdown-toggle::after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
  }
}
.cid-sgs8lk3vZX .nav-dropdown .dropdown-menu {
  padding-top: 0;
  padding-bottom: 0;
  margin: 0;
}
.cid-sgs8lk3vZX .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sgs8lk3vZX .navbar-caption {
  padding-right: 1rem;
}
.cid-sgs8lk3vZX .navbar-nav {
  width: 100%;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .cid-sgs8lk3vZX .dropdown-menu,
  .cid-sgs8lk3vZX .navbar.opened {
    background: rgba(204, 204, 204, 0.75) !important;
  }
}
@media (min-width: 992px) {
  .cid-sgs8lk3vZX .dropdown-menu,
  .cid-sgs8lk3vZX .navbar.opened {
    background: rgba(255, 255, 255, 0.85) !important;
  }
}
.cid-sgs8lk3vZX .nav-item:focus,
.cid-sgs8lk3vZX .nav-link:focus {
  outline: none;
}
.cid-sgs8lk3vZX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  font-weight: 900;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-sgs8lk3vZX .dropdown .dropdown-menu .dropdown-item::after {
    right: 0.0rem;
  }
}
@media (min-width: 992px) {
  .cid-sgs8lk3vZX .dropdown .dropdown-menu .dropdown-item::after {
    right: 0.5rem;
  }
}
.cid-sgs8lk3vZX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: 0rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sgs8lk3vZX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}
.cid-sgs8lk3vZX .collapsed .navbar-buttons {
  text-align: center;
  width: auto;
  padding-bottom: 1rem;
}
.cid-sgs8lk3vZX .collapsed .icons-menu {
  text-align: center;
  width: auto;
}
.cid-sgs8lk3vZX .collapsed .dropdown-menu {
  top: 0;
  min-width: 2rem !important;
}
.cid-sgs8lk3vZX .collapsed .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-sgs8lk3vZX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sgs8lk3vZX .collapsed .nav-dropdown .dropdown-item:after {
  right: auto;
}
.cid-sgs8lk3vZX .collapsed .dropdown .dropdown-menu {
  background: none;
}
.cid-sgs8lk3vZX .collapsed .dropdown .dropdown-menu .dropdown-item {
  border-bottom-right-radius: 0rem !important;
  border-top-right-radius: 0rem !important;
  border-bottom-left-radius: 0rem !important;
  border-top-left-radius: 0rem !important;
  padding-top: 0.5rem !important;
  padding-bottom: .25rem !important;
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
  background: rgba(204, 204, 204, 0.75);
  text-align: center;
  line-height: 1;
  transition: none;
}
.cid-sgs8lk3vZX .collapsed .dropdown .dropdown-menu .dropdown-item:hover {
  color: #5580ff !important;
  background: #cccccc !important;
}
.cid-sgs8lk3vZX .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-sgs8lk3vZX .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sgs8lk3vZX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sgs8lk3vZX .dropdown-item.active,
.cid-sgs8lk3vZX .dropdown-item:active {
  background-color: transparent;
}
.cid-sgs8lk3vZX .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  font-weight: 900;
}
.cid-sgs8lk3vZX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sgs8lk3vZX .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sgs8lk3vZX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: none !important;
}
.cid-sgs8lk3vZX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sgs8lk3vZX .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sgs8lk3vZX ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-sgs8lk3vZX .navbar-buttons {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .cid-sgs8lk3vZX .navbar-buttons {
    text-align: right;
    min-width: 150px;
    width: 150px;
  }
}
.cid-sgs8lk3vZX button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sgs8lk3vZX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #5580ff;
}
.cid-sgs8lk3vZX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sgs8lk3vZX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sgs8lk3vZX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sgs8lk3vZX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sgs8lk3vZX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sgs8lk3vZX nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sgs8lk3vZX nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sgs8lk3vZX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sgs8lk3vZX .navbar-dropdown {
  padding: .0rem 0rem;
  position: fixed;
}
.cid-sgs8lk3vZX a.nav-link {
  display: flex;
  font-weight: 900;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sgs8lk3vZX .navbar-brand span {
  display: inline-block;
}
.cid-sgs8lk3vZX .navbar-brand a {
  font-weight: 900;
}
.cid-sgs8lk3vZX .TopMenuUnderline {
  border-style: solid;
  border-top-width: 0;
  border-bottom-width: 1px;
  border-left-width: 0;
  border-right-width: 0;
  border-color: #767676;
}
.cid-sgs8lk3vZX .btn-sm {
  white-space: nowrap;
  margin-top: 0.4rem;
  margin-bottom: 0.3rem;
  padding-top: 0.4rem;
  padding-right: 1rem;
  padding-bottom: 0.4rem;
  padding-left: 1rem;
  border-radius: 3px;
  font-weight: 900;
}
.cid-sgs8lk3vZX .btn .mbr-iconfont,
.cid-sgs8lk3vZX .btn.btn-sm .mbr-iconfont {
  cursor: pointer;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  padding-top: 0.2rem;
  padding-left: 0;
  padding-right: 0.5rem;
  padding-bottom: 0.2rem;
}
.cid-sgs8lk3vZX .topLineDivSettings {
  z-index: 1;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  border-style: solid;
  border-top-width: 1.5px;
  border-bottom-width: 1.25px;
  border-left-width: 0;
  border-right-width: 0;
  border-bottom-color: #5580ff;
  border-top-color: #cccccc;
  background: rgba(204, 204, 204, 0.85) !important;
  background: linear-gradient(to right, rgba(204, 204, 204, 0.85), rgba(204, 204, 204, 0.85)) !important;
  margin: 0;
  overflow: hidden;
  text-align: center;
  padding-top: 17px;
  padding-bottom: 6.5px;
  color: #5580ff;
}
.cid-sgs8lk3vZX .topLineDivSettings span {
  font-weight: 900 !important;
}
.cid-sgs8lk3vZX .topLineTextSettings {
  margin: 0;
  background: none;
  width: 100%;
  padding-left: 5px;
  padding-right: 5px;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  line-height: 1;
}
.cid-sgs8lk3vZX .navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer;
  margin-right: 10px;
}
.cid-sgs8lk3vZX .topline-msg {
  -moz-animation: Pulse 3.7s ease-out;
  -moz-animation-iteration-count: 29;
  -webkit-animation: Pulse 3.7s ease-out;
  -webkit-animation-iteration-count: 29;
  animation: Pulse 3.7s ease-out;
  animation-iteration-count: 29;
}
@-moz-keyframes Pulse {
  0% {
    opacity: 0.5;
  }
  50% {
    opacity: 1.0;
  }
  100% {
    opacity: 0.5;
  }
}
@-webkit-keyframes Pulse {
  0% {
    opacity: 0.5;
  }
  50% {
    opacity: 1.0;
  }
  100% {
    opacity: 0.5;
  }
}
@keyframes Pulse {
  0% {
    opacity: 0.5;
  }
  50% {
    opacity: 1.0;
  }
  100% {
    opacity: 0.5;
  }
}
.cid-sgs8lk3vZX img {
  width: auto;
}
.cid-sgs8lk3vZX .navbar-dropdown .navbar-brand span {
  vertical-align: middle;
}
.cid-sgs8lk3vZX .navbar-dropdown.navbar-short .navbar-logo {
  margin-right: 0.8rem;
}
.cid-sgs8lk3vZX .navbar-dropdown .navbar-logo {
  margin-right: 0.8rem;
}
.cid-sgs8lk3vZX a.btn {
  min-width: auto !important;
  line-height: normal !important;
}
.cid-sgs8lk3vZX .mylogo {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  border-width: 3px;
  border-color: #f52110;
  border-radius: 0px;
  margin-top: 6px;
}
.cid-sgs8lk3vZX .socicon {
  line-height: inherit;
}
.cid-sgs8lk3vZX .btn:hover {
  -webkit-transform: translateY(-5px) !important;
  transform: translateY(-5px);
}
