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





body {
  font-family: IBM Plex Sans;
}

.display-1 {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 3.2rem;
}

.display-1>.mbr-iconfont {
  font-size: 6.72rem;
}

.wa-link-gen-img{
  max-width: 115%;
}
.display-2 {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 2.2rem;
  color: white;
}

.display-2>.mbr-iconfont {
  font-size: 3.52rem;
}

.display-4 {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 1rem;
}

.display-4>.mbr-iconfont {
  font-size: 1.6rem;
  font-weight: 400;
}

.display-5 {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 1.4rem;
}

.display-5>.mbr-iconfont {
  font-size: 2.56rem;
}

.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: 3.36rem;
    font-size: calc(2.12rem + (4.2 - 2.12) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc(1.4 * (2.12rem + (4.2 - 2.12) * ((100vw - 20rem) / (48 - 20))));
  }

  .display-2 {
    font-size: 1.76rem;
    font-size: calc(1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc(1.4 * (1.42rem + (2.2 - 1.42) * ((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.28rem;
    font-size: calc(1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc(1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
}

/* 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: #25d366 !important;
}

.bg-info {
  background-color: #222e35 !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: #00a982 !important;
  border-color: #00a982 !important;
  color: #ffffff !important;
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #005d47 !important;
  border-color: #005d47 !important;
}

.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #005d47 !important;
  border-color: #005d47 !important;
}

.btn-info,
.btn-info:active {
  background-color: #222e35 !important;
  border-color: #222e35 !important;
  color: #ffffff !important;
}

.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #040606 !important;
  border-color: #040606 !important;
}

.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #040606 !important;
  border-color: #040606 !important;
}

.btn-success,
.btn-success:active {
  background-color: #25d366 !important;
  border-color: #25d366 !important;
  color: #ffffff !important;
}

.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #1a9247 !important;
  border-color: #1a9247 !important;
}

.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #1a9247 !important;
  border-color: #1a9247 !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: #004334;
  color: #004334;
}

.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #00a982;
  border-color: #00a982;
}

.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #00a982 !important;
  border-color: #00a982 !important;
}

.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}

.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #222e35;
  border-color: #222e35;
}

.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #222e35 !important;
  border-color: #222e35 !important;
}

.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #167c3c;
  color: #167c3c;
}

.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #25d366;
  border-color: #25d366;
}

.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #25d366 !important;
  border-color: #25d366 !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: #00a982 !important;
}

.text-success {
  color: #25d366 !important;
}

.text-info {
  color: #222e35 !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: #004334 !important;
}

a.text-success:hover,
a.text-success:focus {
  color: #167c3c !important;
}

a.text-info:hover,
a.text-info:focus {
  color: #000000 !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: #222e35;
}

.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: #cef6dd;
}

.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #89a4b3;
}

.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: 1rem;
}

.form-control>.mbr-iconfont {
  font-size: 1.6rem;
  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 #00a982 !important;
  -webkit-box-shadow: 0 6px 16px 0 #00a982 !important;
  background-color: #00a982 !important;
  border-color: #00a982 !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 #25d366 !important;
  -webkit-box-shadow: 0 6px 16px 0 #25d366 !important;
  background-color: #25d366 !important;
  border-color: #25d366 !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: #00a982 !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-tZ5ZoEc16c {
  background-image: url("../../../assets/images/whatsapp-bg.webp");
}

.cid-tZ5ZoEc16c .mbr-section-subtitle {
  color: #222e35;
}

.cid-tZ5ZoEc16c .mbr-section-title {
  color: #222e35;
}

.cid-tZ5ZoEc16c .mbr-text {
  color: #ffffff;
  font-weight: 500;
}

.cid-tZ5ZoEc16c .content-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #ffffff;
  margin-left: 0.6rem;
}

.cid-tZ5ZoEc16c .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #ff8a73;
  background-color: #ffffff;
  font-size: 2.475rem;
}

.cid-tZ5ZoEc16c .mbr-section-btn {
  display: flex;
}

.cid-tZ5ZoEc16c .mbr-section-btn .btn {
  font-weight: 700 !important;
}

.cid-tZ5ZoEc16c .video-wrap {
  cursor: pointer;
  margin-left: 30px;
}

.cid-tZ5ZoEc16c .video-wrap .mbr-media {
  z-index: 70;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}

.cid-tZ5ZoEc16c .video-wrap .mbr-media span {
  font-size: 20px;
  cursor: pointer;
  display: inline-block;
  transition: all 0.25s;
  color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.cid-tZ5ZoEc16c .video-wrap .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}

.cid-tZ5ZoEc16c .video-wrap .icon-wrap {
  background-color: #00a982;
  width: 3.7em;
  height: 3.7em;
  border-radius: 50%;
  max-width: 100% !important;
  text-align: center;
  display: inline-block;
  border: 2px solid transparent;
  box-sizing: content-box;
  position: relative;
}

.cid-tZ5ZoEc16c .video-wrap .icon-wrap .line-video-1,
.cid-tZ5ZoEc16c .video-wrap .icon-wrap .line-video-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  animation: squares 2.4s linear 0s infinite;
  -webkit-animation: squares 2.4s linear 0s infinite;
  -ms-animation: squares 2.4s linear 0s infinite;
  -o-animation: squares 2.4s linear 0s infinite;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  opacity: 0;
}

.cid-tZ5ZoEc16c .video-wrap .icon-wrap .line-video-2 {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}

.cid-tZ5ZoEc16c .video-wrap .mbr-text {
  color: #ffffff;
  font-weight: 700;
}

.cid-tZ5ZoEc16c .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}

.cid-tZ5ZoEc16c .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}

.cid-tZ5ZoEc16c .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}

.cid-tZ5ZoEc16c a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #25d366;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}

.cid-tZ5ZoEc16c a.close:hover {
  color: #25d366;
}

@media (max-width: 991px) {

  .cid-tZ5ZoEc16c .separator,
  .cid-tZ5ZoEc16c .sep-holder,
  .cid-tZ5ZoEc16c .sep-line {
    display: none !important;
  }
}

@media (max-width: 768px) {
  .cid-tZ5ZoEc16c .buttons-wrap {
    flex-direction: column;
  }

  .cid-tZ5ZoEc16c .buttons-wrap .mbr-section-btn {
    justify-content: center;
  }

  .cid-tZ5ZoEc16c .buttons-wrap .video-wrap {
    margin-left: 0;
    margin-top: 25px;
    justify-content: center;
  }
}

@-webkit-keyframes squares {
  0% {
    transform: scale(1);
    opacity: 0;
  }

  20% {
    transform: scale(1.24);
    opacity: 1;
  }

  100% {
    transform: scale(2.1);
    opacity: 0;
  }
}

@keyframes squares {
  0% {
    transform: scale(1);
    opacity: 0;
  }

  20% {
    transform: scale(1.24);
    opacity: 1;
  }

  100% {
    transform: scale(2.1);
    opacity: 0;
  }
}

.cid-tZ5ZoEc16c .skew {
  background-image: url("../../../assets/images/bg-skew.png");
  background-position: center left;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin-top: -140px;
  margin-bottom: 0;
  z-index: 8;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
}

.cid-tZ5ZoEc16c .skew .inner {
  min-height: 150px;
  align-items: center;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

.cid-tZ5ZoEc16c .mbr-text,
.cid-tZ5ZoEc16c .mbr-section-btn {
  color: #222e35;
}

.cid-tZ5ZoEc16c .video-wrap .mbr-text,
.cid-tZ5ZoEc16c .mbr-section-btn {
  color: #00a982;
}

.cid-tZ17fGGl1v {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #222e35;
}

.cid-tZ17fGGl1v H1 {
  color: #25d366;
}

.cid-tZ17fGGl1v h2 {
  color: #25d366;
}

.cid-tZ17fGGl1v .mbr-text,
.cid-tZ17fGGl1v .mbr-section-btn {
  color: #ffffff;
}

.cid-rlf1KeajSa {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #222e35;
}

.cid-rlf1KeajSa .mbr-text {
  color: #ffffff;
  text-align: center;
}

.cid-rlf1KeajSa h3 {
  text-align: center;
}

.cid-rlf1KeajSa p {
  text-align: center;
}

.cid-rlf1KeajSa .card-img span {
  font-size: 96px;
  color: #149dcc;
}

.cid-rlf1KeajSa .mbr-iconfont {
  transition: all 0.3s;
  color: #25d366 !important;
  font-size: 6rem !important;
}

.cid-rlf1KeajSa .card {
  transition: all 0.3s;
  padding: 2rem !important;
}

.cid-rlf1KeajSa .card:hover {
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  transform: translateY(-1.5rem);
}

.cid-rlf1KeajSa .card:hover .mbr-iconfont {
  color: #00a982 !important;
}

.cid-rlf1KeajSa .card-title,
.cid-rlf1KeajSa .card-img {
  color: #25d366;
}

@media (max-width: 576px) {
  .cid-rlf1KeajSa .card {
    padding: 2rem 0rem 0rem 0rem !important;
  }

  .cid-rlf1KeajSa .card:hover {
    box-shadow: none;
    transform: none;
  }
}

.cid-rlqE3ytc5U {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #222e35;
}

.cid-rlqE3ytc5U img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}

.cid-rlqE3ytc5U H1 {
  color: #25d366;
}

.cid-rlqE3ytc5U H2 {
  color: #25d366;
}

.cid-rlqE3ytc5U .mbr-text,
.cid-rlqE3ytc5U .mbr-section-btn {
  color: #716c80;
}

.cid-rlqE3ytc5U H3 {
  color: #716c80;
}

.cid-rlqE3ytc5U .mbr-iconfont {
  padding-left: 0.4rem;
}

.cid-rlqE3ytc5U .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}

.cid-rlqE3ytc5U .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}

.cid-rlqE3ytc5U .link:hover {
  color: #ff8a73 !important;
}

.cid-rlqE3ytc5U .link:hover .link-ico {
  color: #ff8a73 !important;
  padding-left: 10px;
}

.cid-rlqE3ytc5U DIV {
  color: #57468b;
}

.cid-rlqE3ytc5U .mbr-text,
.cid-rlqE3ytc5U .media-content {
  color: #ffffff;
}

.cid-tZoiZL16hD .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}

.cid-tZoiZL16hD .dropdown-item:hover:before {
  opacity: 1 !important;
}

.cid-tZoiZL16hD .nav-item:focus,
.cid-tZoiZL16hD .nav-link:focus {
  outline: none;
}

.cid-tZoiZL16hD .text-white:hover,
.cid-tZoiZL16hD .text-white:active,
.cid-tZoiZL16hD .text-white:focus {
  color: white !important;
}

.cid-tZoiZL16hD .navbar {
  max-width: 1000px;
  margin: auto;
  margin-top: -10px;
  opacity: 0.9;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  min-height: 77px;
  transition: all .3s;
  background: #e1ffd7;
  background: none;
}

.cid-tZoiZL16hD .navbar:hover {
  opacity: 1;
  margin-top: 0;
}

.cid-tZoiZL16hD .navbar.opened {
  transition: all .3s;
  background: #e1ffd7 !important;
}

.cid-tZoiZL16hD .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}

.cid-tZoiZL16hD .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}

.cid-tZoiZL16hD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}

.cid-tZoiZL16hD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}

.cid-tZoiZL16hD .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}

.cid-tZoiZL16hD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}

.cid-tZoiZL16hD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}

.cid-tZoiZL16hD .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}

.cid-tZoiZL16hD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}

.cid-tZoiZL16hD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}

.cid-tZoiZL16hD .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

@media (max-width: 991px) {
  .cid-tZoiZL16hD .navbar .nav-item .nav-link::before {
    display: none;
  }

  .cid-tZoiZL16hD .navbar.opened .dropdown-menu {
    top: 0;
  }

  .cid-tZoiZL16hD .navbar .dropdown-menu {
    background: transparent !important;
  }

  .cid-tZoiZL16hD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }

  .cid-tZoiZL16hD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }

  .cid-tZoiZL16hD .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }

  /* .cid-tZoiZL16hD .navbar .navbar-logo img {
    height: 3.8rem !important;
  } */
  .cid-tZoiZL16hD .navbar ul.navbar-nav li {
    margin: auto;
  }

  .cid-tZoiZL16hD .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }

  .cid-tZoiZL16hD .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }

  .cid-tZoiZL16hD .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }

  .cid-tZoiZL16hD .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}

.cid-tZoiZL16hD .navbar.navbar-short {
  background: #e1ffd7 !important;
  min-height: 60px;
}

/* .cid-tZoiZL16hD .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
} */
.cid-tZoiZL16hD .navbar.navbar-short .navbar-brand {
  padding: 0;
}

.cid-tZoiZL16hD .section {
  position: relative;
  overflow: visible !important;
}

.cid-tZoiZL16hD .dropdown-item {
  font-weight: 400 !important;
  color: black !important;
}

.cid-tZoiZL16hD .dropdown-item:hover {
  color: black !important;
}

.cid-tZoiZL16hD .dropdown-menu {
  background-color: white !important;
}

.cid-tZoiZL16hD .navbar .dropdown.open>.dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}

.cid-tZoiZL16hD .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}

.cid-tZoiZL16hD .nav-item:hover .nav-link:before {
  opacity: 1 !important;
}

@media (min-width: 992px) {
  .cid-tZoiZL16hD .nav-item .nav-link {
    position: relative;
  }
}

.cid-tZoiZL16hD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.cid-tZoiZL16hD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}

.cid-tZoiZL16hD .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
  padding-right: 1rem;
}

.cid-tZoiZL16hD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}

.cid-tZoiZL16hD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 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-tZoiZL16hD .collapsed {
  flex-direction: row !important;
}

.cid-tZoiZL16hD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}

.cid-tZoiZL16hD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}

.cid-tZoiZL16hD .navbar-caption {
  font-weight: 600 !important;
}

.cid-tZoiZL16hD .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}

.cid-tZoiZL16hD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}

.cid-tZoiZL16hD .navbar-brand .navbar-logo a {
  outline: none;
}

.cid-tZoiZL16hD .dropdown-item.active,
.cid-tZoiZL16hD .dropdown-item:active {
  background-color: transparent;
}

.cid-tZoiZL16hD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}

.cid-tZoiZL16hD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}

.cid-tZoiZL16hD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}

.cid-tZoiZL16hD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e1ffd7;
}

.cid-tZoiZL16hD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}

.cid-tZoiZL16hD ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.cid-tZoiZL16hD .navbar-buttons {
  text-align: center;
}

.cid-tZoiZL16hD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}

.cid-tZoiZL16hD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #222e35;
}

.cid-tZoiZL16hD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}

.cid-tZoiZL16hD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}

.cid-tZoiZL16hD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}

.cid-tZoiZL16hD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}

.cid-tZoiZL16hD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}

.cid-tZoiZL16hD nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}

.cid-tZoiZL16hD nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}

.cid-tZoiZL16hD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}

.cid-tZoiZL16hD .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}

.cid-tZoiZL16hD .nav-link {
  font-weight: 600 !important;
}

.cid-tZoiZL16hD a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}

.cid-tZoiZL16hD .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}

.cid-tZoiZL16hD .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}

.cid-tZoiZL16hD .icons-menu span {
  font-size: 26px;
  color: #232323;
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
  .cid-tZoiZL16hD .navbar {
    height: 77px;
  }

  .cid-tZoiZL16hD .navbar.opened {
    height: auto;
  }

  .cid-tZoiZL16hD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}

.cid-tZoTADZRLC {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  background-color: #222e35;
}

.cid-tZoTADZRLC .card-header {
  background: transparent;
}

.cid-tZoTADZRLC .mbr-iconfont {
  font-size: 1.4rem !important;
}

.cid-tZoTADZRLC .card {
  border-radius: 0px;
  margin-bottom: -1px;
}

.cid-tZoTADZRLC .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}

.cid-tZoTADZRLC .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-tZoTADZRLC .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}

.cid-tZoTADZRLC .card .card-header a.panel-title h3 .sign {
  padding-right: 1rem;
}

.cid-tZoTADZRLC .card .panel-body {
  color: #767676;
}

.cid-tZoTADZRLC h3 {
  flex-direction: row-reverse;
  display: flex;
  background: #222e35;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  border: none;
  padding: 1.4rem 1.6rem;
}

.cid-tZoTADZRLC h3 {
  color: #ffffff;
}

.cid-tZoTADZRLC H2 {
  color: #ffffff;
}

.cid-tZoTADZRLC .panel-text {
  color: #ffffff;
}

.cid-tZyxrB8Oa7.popup-builder {
  background-color: #ffffff;
}

.cid-tZyxrB8Oa7.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}

.cid-tZyxrB8Oa7.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}

.cid-tZyxrB8Oa7 .modal-content,
.cid-tZyxrB8Oa7 .modal-dialog {
  height: auto;
}

.cid-tZyxrB8Oa7 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}

.cid-tZyxrB8Oa7 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}

@media (min-width: 769px) {

  .cid-tZyxrB8Oa7 .form-wrapper .mbr-form .form-group,
  .cid-tZyxrB8Oa7 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}

.cid-tZyxrB8Oa7 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}

.cid-tZyxrB8Oa7 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}

.cid-tZyxrB8Oa7 .mbr-text {
  text-align: center;
}

.cid-tZyxrB8Oa7 .pt-0 {
  padding-top: 0 !important;
}

.cid-tZyxrB8Oa7 .pb-0 {
  padding-bottom: 0 !important;
}

.cid-tZyxrB8Oa7 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.cid-tZyxrB8Oa7 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

.cid-tZyxrB8Oa7 .modal-open {
  overflow: hidden;
}

.cid-tZyxrB8Oa7 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.cid-tZyxrB8Oa7 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.cid-tZyxrB8Oa7 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}

.cid-tZyxrB8Oa7 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}

.cid-tZyxrB8Oa7 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}

.cid-tZyxrB8Oa7 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}

.cid-tZyxrB8Oa7 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}

.cid-tZyxrB8Oa7 .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}

.cid-tZyxrB8Oa7 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}

.cid-tZyxrB8Oa7 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

.cid-tZyxrB8Oa7 .modal-backdrop.fade {
  opacity: 0;
}

.cid-tZyxrB8Oa7 .modal-backdrop.show {
  opacity: .5;
}

.cid-tZyxrB8Oa7 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}

@media (min-width: 992px) {
  .cid-tZyxrB8Oa7 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}

@media (max-width: 991px) {
  .cid-tZyxrB8Oa7 .modal-header {
    padding: 1rem;
  }
}

.cid-tZyxrB8Oa7 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}

.cid-tZyxrB8Oa7 .modal-header .close svg {
  fill: #353535;
}

.cid-tZyxrB8Oa7 .modal-header .close:hover {
  opacity: 1;
}

.cid-tZyxrB8Oa7 .modal-header .close:focus {
  outline: none;
}

.cid-tZyxrB8Oa7 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}

.cid-tZyxrB8Oa7 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

@media (min-width: 992px) {
  .cid-tZyxrB8Oa7 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}

@media (max-width: 991px) {
  .cid-tZyxrB8Oa7 .modal-body {
    padding: 1rem;
  }
}

.cid-tZyxrB8Oa7 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}

@media (min-width: 992px) {
  .cid-tZyxrB8Oa7 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}

@media (max-width: 991px) {
  .cid-tZyxrB8Oa7 .modal-footer {
    padding: 1rem;
  }
}

.cid-tZyxrB8Oa7 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .cid-tZyxrB8Oa7 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

  .cid-tZyxrB8Oa7 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }

  .cid-tZyxrB8Oa7 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }

  .cid-tZyxrB8Oa7 .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {

  .cid-tZyxrB8Oa7 .modal-lg,
  .cid-tZyxrB8Oa7 .modal-xl {
    max-width: 800px;
  }
}

@media (min-width: 1200px) {
  .cid-tZyxrB8Oa7 .modal-xl {
    max-width: 1140px;
  }
}

.cid-tZyxrB8Oa7 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.cid-tZyxrB8Oa7 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.cid-tZyxrB8Oa7 .form-group {
  margin-bottom: 1rem;
}

.cid-tZyxrB8Oa7 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.cid-tZyxrB8Oa7 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.cid-tZyxrB8Oa7 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.cid-tZyxrB8Oa7 .mbr-section-btn {
  margin: 0;
}

.cid-tZyxrB8Oa7 .mbr-section-btn .btn {
  margin: 0;
}

.cid-tZzJd3ypvH {
  padding-top: 150px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/whatsapp-bg.webp");
  position: relative;
  overflow: hidden;
}

.cid-tZzJd3ypvH .container {
  max-width: 1400px;
}

.cid-tZzJd3ypvH .card-img2 span {
  padding-top: 6px;
}

.cid-tZzJd3ypvH .soc-item a {
  padding-top: 5px;
}

.cid-tZzJd3ypvH .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}

.cid-tZzJd3ypvH .btn .mbr-iconfont {
  margin-top: 0.1rem;
}

.cid-tZzJd3ypvH .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}

@media (max-width: 992px) {
  .cid-tZzJd3ypvH .content>div:not(:last-child) {
    margin-bottom: 2rem;
  }
}

.cid-tZzJd3ypvH svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}

.cid-tZzJd3ypvH #e2_shape {
  fill: #222e35 !important;
}

.cid-tZzJd3ypvH .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}

.cid-tZzJd3ypvH .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-tZzJd3ypvH .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #00a982;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cid-tZzJd3ypvH .card-img {
  width: auto;
}

.cid-tZzJd3ypvH .soc-item {
  width: 45px;
  height: 45px;
  background: #00a982;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}

.cid-tZzJd3ypvH .soc-item span {
  font-size: 1.4rem;
}

.cid-tZzJd3ypvH .soc-item:hover span {
  color: #ff8a73 !important;
}

.cid-tZzJd3ypvH .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}

.cid-tZzJd3ypvH .item h3 {
  padding-left: 10px;
  margin: 0;
}

.cid-tZzJd3ypvH .media-wrap {
  margin-bottom: 1rem;
}

.cid-tZzJd3ypvH .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}

.cid-tZzJd3ypvH img {
  height: 4rem;
}

@media (max-width: 576px) {
  .cid-tZzJd3ypvH .item {
    justify-content: center;
  }

  .cid-tZzJd3ypvH .quote::after {
    left: 60px;
  }
}

.cid-tZzJd3ypvH .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 576px) {
  .cid-tZzJd3ypvH .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}

.cid-tZzJd3ypvH .text1 {
  color: #232323;
}

.cid-tZzJd3ypvH .item-title {
  color: #00a982;
}

.cid-tZzJd3ypvH H5 {
  color: #00a982;
}

.cid-tZzJd3ypvH .theme {
  color: #ffffff;
}

.cid-tZzJd3ypvH .copyright>p {
  color: #ff3366;
}

.cid-tZzJd3ypvH .text2 {
  color: #ffffff;
}

.cid-tZymkDRFGt {
  background-image: url("../../../assets/images/whatsapp-bg.webp");
}

.cid-tZymkDRFGt .mbr-section-subtitle {
  color: #222e35;
}

.cid-tZymkDRFGt .mbr-section-title {
  color: #222e35;
}

.cid-tZymkDRFGt .mbr-text {
  color: #ffffff;
  font-weight: 500;
}

.cid-tZymkDRFGt .content-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #ffffff;
  margin-left: 0.6rem;
}

.cid-tZymkDRFGt .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #ff8a73;
  background-color: #ffffff;
  font-size: 2.475rem;
}

.cid-tZymkDRFGt .mbr-section-btn {
  display: flex;
}

.cid-tZymkDRFGt .mbr-section-btn .btn {
  font-weight: 700 !important;
}

.cid-tZymkDRFGt .video-wrap {
  cursor: pointer;
  margin-left: 30px;
}

.cid-tZymkDRFGt .video-wrap .mbr-media {
  z-index: 70;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}

.cid-tZymkDRFGt .video-wrap .mbr-media span {
  font-size: 20px;
  cursor: pointer;
  display: inline-block;
  transition: all 0.25s;
  color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.cid-tZymkDRFGt .video-wrap .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}

.cid-tZymkDRFGt .video-wrap .icon-wrap {
  background-color: #00a982;
  width: 3.7em;
  height: 3.7em;
  border-radius: 50%;
  max-width: 100% !important;
  text-align: center;
  display: inline-block;
  border: 2px solid transparent;
  box-sizing: content-box;
  position: relative;
}

.cid-tZymkDRFGt .video-wrap .icon-wrap .line-video-1,
.cid-tZymkDRFGt .video-wrap .icon-wrap .line-video-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  animation: squares 2.4s linear 0s infinite;
  -webkit-animation: squares 2.4s linear 0s infinite;
  -ms-animation: squares 2.4s linear 0s infinite;
  -o-animation: squares 2.4s linear 0s infinite;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  opacity: 0;
}

.cid-tZymkDRFGt .video-wrap .icon-wrap .line-video-2 {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}

.cid-tZymkDRFGt .video-wrap .mbr-text {
  color: #ffffff;
  font-weight: 700;
}

.cid-tZymkDRFGt .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}

.cid-tZymkDRFGt .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}

.cid-tZymkDRFGt .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}

.cid-tZymkDRFGt a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #25d366;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}

.cid-tZymkDRFGt a.close:hover {
  color: #25d366;
}

@media (max-width: 991px) {

  .cid-tZymkDRFGt .separator,
  .cid-tZymkDRFGt .sep-holder,
  .cid-tZymkDRFGt .sep-line {
    display: none !important;
  }
}

@media (max-width: 768px) {
  .cid-tZymkDRFGt .buttons-wrap {
    flex-direction: column;
  }

  .cid-tZymkDRFGt .buttons-wrap .mbr-section-btn {
    justify-content: center;
  }

  .cid-tZymkDRFGt .buttons-wrap .video-wrap {
    margin-left: 0;
    margin-top: 25px;
    justify-content: center;
  }
}

@-webkit-keyframes squares {
  0% {
    transform: scale(1);
    opacity: 0;
  }

  20% {
    transform: scale(1.24);
    opacity: 1;
  }

  100% {
    transform: scale(2.1);
    opacity: 0;
  }
}

@keyframes squares {
  0% {
    transform: scale(1);
    opacity: 0;
  }

  20% {
    transform: scale(1.24);
    opacity: 1;
  }

  100% {
    transform: scale(2.1);
    opacity: 0;
  }
}

.cid-tZymkDRFGt .skew {
  background-image: url("../../../assets/images/bg-skew.png");
  background-position: center left;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin-top: -140px;
  margin-bottom: 0;
  z-index: 8;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
}

.cid-tZymkDRFGt .skew .inner {
  min-height: 150px;
  align-items: center;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

.cid-tZymkDRFGt .mbr-text,
.cid-tZymkDRFGt .mbr-section-btn {
  color: #222e35;
}

.cid-tZymkDRFGt .video-wrap .mbr-text,
.cid-tZymkDRFGt .mbr-section-btn {
  color: #00a982;
}

.cid-tZymkFqwH6 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #222e35;
}

.cid-tZymkFqwH6 H1 {
  color: #25d366;
}

.cid-tZymkFqwH6 H2 {
  color: #25d366;
}

.cid-tZymkFqwH6 .mbr-text,
.cid-tZymkFqwH6 .mbr-section-btn {
  color: #ffffff;
}

.cid-tZymkIB2pQ {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #222e35;
}

.cid-tZymkIB2pQ .mbr-text {
  color: #ffffff;
  text-align: center;
}

.cid-tZymkIB2pQ h3 {
  text-align: center;
}

.cid-tZymkIB2pQ p {
  text-align: center;
}

.cid-tZymkIB2pQ .card-img span {
  font-size: 96px;
  color: #149dcc;
}

.cid-tZymkIB2pQ .mbr-iconfont {
  transition: all 0.3s;
  color: #25d366 !important;
  font-size: 6rem !important;
}

.cid-tZymkIB2pQ .card {
  transition: all 0.3s;
  padding: 2rem !important;
}

.cid-tZymkIB2pQ .card:hover {
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  transform: translateY(-1.5rem);
}

.cid-tZymkIB2pQ .card:hover .mbr-iconfont {
  color: #00a982 !important;
}

.cid-tZymkIB2pQ .card-title,
.cid-tZymkIB2pQ .card-img {
  color: #25d366;
}

@media (max-width: 576px) {
  .cid-tZymkIB2pQ .card {
    padding: 2rem 0rem 0rem 0rem !important;
  }

  .cid-tZymkIB2pQ .card:hover {
    box-shadow: none;
    transform: none;
  }
}

.cid-tZymkKdhWA {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #222e35;
}

.cid-tZymkKdhWA img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}

.cid-tZymkKdhWA H1 {
  color: #25d366;
}

.cid-tZymkKdhWA H2 {
  color: #25d366;
}

.cid-tZymkKdhWA .mbr-text,
.cid-tZymkKdhWA .mbr-section-btn {
  color: #716c80;
}

.cid-tZymkKdhWA H3 {
  color: #716c80;
}

.cid-tZymkKdhWA .mbr-iconfont {
  padding-left: 0.4rem;
}

.cid-tZymkKdhWA .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}

.cid-tZymkKdhWA .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}

.cid-tZymkKdhWA .link:hover {
  color: #ff8a73 !important;
}

.cid-tZymkKdhWA .link:hover .link-ico {
  color: #ff8a73 !important;
  padding-left: 10px;
}

.cid-tZymkKdhWA DIV {
  color: #57468b;
}

.cid-tZymkKdhWA .mbr-text,
.cid-tZymkKdhWA .media-content {
  color: #ffffff;
}

.cid-tZymkL6Ryu .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}

.cid-tZymkL6Ryu .dropdown-item:hover:before {
  opacity: 1 !important;
}

.cid-tZymkL6Ryu .nav-item:focus,
.cid-tZymkL6Ryu .nav-link:focus {
  outline: none;
}

.cid-tZymkL6Ryu .text-white:hover,
.cid-tZymkL6Ryu .text-white:active,
.cid-tZymkL6Ryu .text-white:focus {
  color: white !important;
}

.cid-tZymkL6Ryu .navbar {
  max-width: 1000px;
  margin: auto;
  margin-top: -10px;
  opacity: 0.9;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  min-height: 77px;
  transition: all .3s;
  background: #e1ffd7;
  background: none;
}

.cid-tZymkL6Ryu .navbar:hover {
  opacity: 1;
  margin-top: 0;
}

.cid-tZymkL6Ryu .navbar.opened {
  transition: all .3s;
  background: #e1ffd7 !important;
}

.cid-tZymkL6Ryu .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}

.cid-tZymkL6Ryu .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}

.cid-tZymkL6Ryu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}

.cid-tZymkL6Ryu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}

.cid-tZymkL6Ryu .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}

.cid-tZymkL6Ryu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}

.cid-tZymkL6Ryu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}

.cid-tZymkL6Ryu .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}

.cid-tZymkL6Ryu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}

.cid-tZymkL6Ryu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}

.cid-tZymkL6Ryu .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

@media (max-width: 991px) {
  .cid-tZymkL6Ryu .navbar .nav-item .nav-link::before {
    display: none;
  }

  .cid-tZymkL6Ryu .navbar.opened .dropdown-menu {
    top: 0;
  }

  .cid-tZymkL6Ryu .navbar .dropdown-menu {
    background: transparent !important;
  }

  .cid-tZymkL6Ryu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }

  .cid-tZymkL6Ryu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }

  .cid-tZymkL6Ryu .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }

  .cid-tZymkL6Ryu .navbar .navbar-logo img {
    height: 3.8rem !important;
  }

  .cid-tZymkL6Ryu .navbar ul.navbar-nav li {
    margin: auto;
  }

  .cid-tZymkL6Ryu .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }

  .cid-tZymkL6Ryu .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }

  .cid-tZymkL6Ryu .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }

  .cid-tZymkL6Ryu .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}

.cid-tZymkL6Ryu .navbar.navbar-short {
  background: #e1ffd7 !important;
  min-height: 60px;
}

.cid-tZymkL6Ryu .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}

.cid-tZymkL6Ryu .navbar.navbar-short .navbar-brand {
  padding: 0;
}

.cid-tZymkL6Ryu .section {
  position: relative;
  overflow: visible !important;
}

.cid-tZymkL6Ryu .dropdown-item {
  font-weight: 400 !important;
  color: black !important;
}

.cid-tZymkL6Ryu .dropdown-item:hover {
  color: black !important;
}

.cid-tZymkL6Ryu .dropdown-menu {
  background-color: white !important;
}

.cid-tZymkL6Ryu .navbar .dropdown.open>.dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}

.cid-tZymkL6Ryu .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}

.cid-tZymkL6Ryu .nav-item:hover .nav-link:before {
  opacity: 1 !important;
}

@media (min-width: 992px) {
  .cid-tZymkL6Ryu .nav-item .nav-link {
    position: relative;
  }
}

.cid-tZymkL6Ryu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.cid-tZymkL6Ryu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}

.cid-tZymkL6Ryu .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
  padding-right: 1rem;
}

.cid-tZymkL6Ryu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}

.cid-tZymkL6Ryu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 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-tZymkL6Ryu .collapsed {
  flex-direction: row !important;
}

.cid-tZymkL6Ryu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}

.cid-tZymkL6Ryu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}

.cid-tZymkL6Ryu .navbar-caption {
  font-weight: 600 !important;
}

.cid-tZymkL6Ryu .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}

.cid-tZymkL6Ryu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}

.cid-tZymkL6Ryu .navbar-brand .navbar-logo a {
  outline: none;
}

.cid-tZymkL6Ryu .dropdown-item.active,
.cid-tZymkL6Ryu .dropdown-item:active {
  background-color: transparent;
}

.cid-tZymkL6Ryu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}

.cid-tZymkL6Ryu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}

.cid-tZymkL6Ryu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}

.cid-tZymkL6Ryu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e1ffd7;
}

.cid-tZymkL6Ryu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}

.cid-tZymkL6Ryu ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.cid-tZymkL6Ryu .navbar-buttons {
  text-align: center;
}

.cid-tZymkL6Ryu button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}

.cid-tZymkL6Ryu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #222e35;
}

.cid-tZymkL6Ryu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}

.cid-tZymkL6Ryu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}

.cid-tZymkL6Ryu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}

.cid-tZymkL6Ryu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}

.cid-tZymkL6Ryu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}

.cid-tZymkL6Ryu nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}

.cid-tZymkL6Ryu nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}

.cid-tZymkL6Ryu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}

.cid-tZymkL6Ryu .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}

.cid-tZymkL6Ryu .nav-link {
  font-weight: 600 !important;
}

.cid-tZymkL6Ryu a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}

.cid-tZymkL6Ryu .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}

.cid-tZymkL6Ryu .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}

.cid-tZymkL6Ryu .icons-menu span {
  font-size: 26px;
  color: #232323;
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
  .cid-tZymkL6Ryu .navbar {
    height: 77px;
  }

  .cid-tZymkL6Ryu .navbar.opened {
    height: auto;
  }

  .cid-tZymkL6Ryu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}

.cid-tZymkMoZK0 {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  background-color: #222e35;
}

.cid-tZymkMoZK0 .card-header {
  background: transparent;
}

.cid-tZymkMoZK0 .mbr-iconfont {
  font-size: 1.4rem !important;
}

.cid-tZymkMoZK0 .card {
  border-radius: 0px;
  margin-bottom: -1px;
}

.cid-tZymkMoZK0 .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}

.cid-tZymkMoZK0 .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-tZymkMoZK0 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}

.cid-tZymkMoZK0 .card .card-header a.panel-title h3 .sign {
  padding-right: 1rem;
}

.cid-tZymkMoZK0 .card .panel-body {
  color: #767676;
}

.cid-tZymkMoZK0 h3 {
  flex-direction: row-reverse;
  display: flex;
  background: #222e35;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  border: none;
  padding: 1.4rem 1.6rem;
}

.cid-tZymkMoZK0 h3 {
  color: #ffffff;
}

.cid-tZymkMoZK0 H2 {
  color: #ffffff;
}

.cid-tZymkMoZK0 .panel-text {
  color: #ffffff;
}

.cid-tZzGBR7BjE {
  padding-top: 150px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/whatsapp-bg.webp");
  position: relative;
  overflow: hidden;
}

.cid-tZzGBR7BjE .container {
  max-width: 1400px;
}

.cid-tZzGBR7BjE .card-img2 span {
  padding-top: 6px;
}

.cid-tZzGBR7BjE .soc-item a {
  padding-top: 5px;
}

.cid-tZzGBR7BjE .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}

.cid-tZzGBR7BjE .btn .mbr-iconfont {
  margin-top: 0.1rem;
}

.cid-tZzGBR7BjE .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}

@media (max-width: 992px) {
  .cid-tZzGBR7BjE .content>div:not(:last-child) {
    margin-bottom: 2rem;
  }
}

.cid-tZzGBR7BjE svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}

.cid-tZzGBR7BjE #e2_shape {
  fill: #222e35 !important;
}

.cid-tZzGBR7BjE .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}

.cid-tZzGBR7BjE .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-tZzGBR7BjE .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #00a982;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cid-tZzGBR7BjE .card-img {
  width: auto;
}

.cid-tZzGBR7BjE .soc-item {
  width: 45px;
  height: 45px;
  background: #00a982;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}

.cid-tZzGBR7BjE .soc-item span {
  font-size: 1.4rem;
}

.cid-tZzGBR7BjE .soc-item:hover span {
  color: #ff8a73 !important;
}

.cid-tZzGBR7BjE .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}

.cid-tZzGBR7BjE .item h3 {
  padding-left: 10px;
  margin: 0;
}

.cid-tZzGBR7BjE .media-wrap {
  margin-bottom: 1rem;
}

.cid-tZzGBR7BjE .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}

.cid-tZzGBR7BjE img {
  height: 4rem;
}

@media (max-width: 576px) {
  .cid-tZzGBR7BjE .item {
    justify-content: center;
  }

  .cid-tZzGBR7BjE .quote::after {
    left: 60px;
  }
}

.cid-tZzGBR7BjE .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 576px) {
  .cid-tZzGBR7BjE .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}

.cid-tZzGBR7BjE .text1 {
  color: #232323;
}

.cid-tZzGBR7BjE .item-title {
  color: #00a982;
}

.cid-tZzGBR7BjE H5 {
  color: #00a982;
}

.cid-tZzGBR7BjE .theme {
  color: #ffffff;
}

.cid-tZzGBR7BjE .copyright>p {
  color: #ff3366;
}

.cid-tZzGBR7BjE .text2 {
  color: #ffffff;
}

.direct-frame {
  width: 92%;
  height: 636px;
  overflow: hidden;
  border: none;
  transform-origin: 0 0;
  transform: scale(1.2);
  transform-origin: 0 0;
}

@media (max-width : 770px) {
  .direct-frame {
    width: 100%;
    transform: scale(1);
  }
}

.watext-frame iframe {
  width: 100%;
  height: 617px;
  border: none;
}

@media (max-width : 1450px) {
  .watext-frame iframe {
    transform: scale(1) !important;
  }
}

@media (max-width : 770px) {
  .watext-frame iframe{
    width: 100%;
  }
  .watext-frame{
    padding: 0;
  }
}

@media (max-width : 991px) {
  .watext-frame iframe{
    height: 1349px !important;
  } 
}