body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Jost', sans-serif;
  font-size: 3.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 4.5rem;
}
.display-2 {
  font-family: 'Jost', sans-serif;
  font-size: 2rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.75rem;
}
.display-7 {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 2.88rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.52rem;
    font-size: calc( 1.91rem + (3.6 - 1.91) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.91rem + (3.6 - 1.91) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #2299aa !important;
}
.bg-success {
  background-color: #ffe161 !important;
}
.bg-info {
  background-color: #ffe161 !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ffe161 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #2299aa !important;
  border-color: #2299aa !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #145862 !important;
  border-color: #145862 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #145862 !important;
  border-color: #145862 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-success,
.btn-success:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #2299aa;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #145862 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #2299aa !important;
  border-color: #2299aa !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffe161;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffe161;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffe161;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffe161;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #2299aa !important;
}
.text-secondary {
  color: #ffe161 !important;
}
.text-success {
  color: #ffe161 !important;
}
.text-info {
  color: #ffe161 !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ffe161 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #114c55 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #facb00 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #facb00 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #facb00 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #facb00 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #2299aa;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffe161;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ffe161;
}
.mbr-gallery-filter li.active .btn {
  background-color: #2299aa;
  border-color: #2299aa;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #2299aa;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #6ad2e1;
}
.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: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Jost', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.5rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #2299aa !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Jost', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5rem;
}
blockquote {
  border-color: #2299aa;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #2299aa;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #2299aa;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #2299aa;
  border-bottom-color: #2299aa;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #2299aa !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ffe161 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%232299aa' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-sY5bZmopWP {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #2299aa;
}
.cid-sY5bZmopWP .mbr-section-title {
  color: #000000;
}
.cid-sY5B5Lc6Uc {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #2299aa;
}
.cid-sY5B5Lc6Uc .mbr-section-title {
  color: #000000;
}
#custom-html-13 {
  /* Type valid CSS here */
}
#custom-html-13 div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-13 p {
  font-size: 60px;
  color: #777;
}
.cid-sWQorjEmxZ {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #e6ecf2;
}
.cid-sWQorjEmxZ .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
@media (max-width: 991px) {
  .cid-sWQorjEmxZ .second {
    margin-bottom: 2rem;
  }
}
.cid-sWQorjEmxZ input,
.cid-sWQorjEmxZ textarea {
  border-left: none;
  border-top: none;
  border-right: none;
  border-radius: 4px;
  padding: 20px 10px 20px 20px;
  font-size: 13px;
  color: #130947;
  font-weight: 600;
}
.cid-sWQorjEmxZ input:focus,
.cid-sWQorjEmxZ textarea:focus {
  border-left: none;
  border-top: none;
  border-right: none;
}
.cid-sWQorjEmxZ .form-control,
.cid-sWQorjEmxZ .field-input {
  min-height: 3rem;
  padding: 20px 10px 20px 20px;
  background-color: #ffffff;
  border-color: #ffffff;
  color: #000000;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sWQorjEmxZ .form-control:hover,
.cid-sWQorjEmxZ .field-input:hover,
.cid-sWQorjEmxZ .form-control:focus,
.cid-sWQorjEmxZ .field-input:focus {
  background-color: #ffffff;
  border-color: #ffffff !important;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-sWQorjEmxZ input::-webkit-input-placeholder,
.cid-sWQorjEmxZ textarea::-webkit-input-placeholder {
  color: #000000;
}
.cid-sWQorjEmxZ input:-moz-placeholder,
.cid-sWQorjEmxZ textarea:-moz-placeholder {
  color: #000000;
}
.cid-sWQorjEmxZ .jq-selectbox li,
.cid-sWQorjEmxZ .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-sWQorjEmxZ .jq-selectbox li:hover,
.cid-sWQorjEmxZ .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-sWQorjEmxZ .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-sWQorjEmxZ .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-sWQorjEmxZ .mbr-subtitle {
  color: #000000;
  font-weight: 800;
}
.cid-sWQorjEmxZ .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-sWQorjEmxZ .mbr-section-title {
  color: #130947;
  font-weight: 700;
}
.cid-sWQorjEmxZ .mbr-text {
  line-height: 2;
  letter-spacing: 0;
  margin-top: 20px;
  color: #6d7a8c;
}
.cid-sWQorjEmxZ .mbr-section-title.display-2 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-sWQorjEmxZ img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-sWQorjEmxZ .mbr-form {
  max-width: 550px;
}
.cid-sWQorjEmxZ .mbr-form span.value.form-control {
  min-height: 3.5rem;
  padding: 1rem;
}
.cid-sWQorjEmxZ textarea {
  min-height: 150px;
}
.cid-sWQorjEmxZ .mbr-form .btn {
  -webkit-box-pack: justify;
  justify-content: space-between;
  border-width: 2px;
  border-radius: 4px;
  border-color: #2299aa;
  color: #2299aa;
  padding: 18px 29px;
}
.cid-sWQorjEmxZ .mbr-form .btn:hover {
  color: #000000;
}
.cid-sWQorjEmxZ .second {
  height: fit-content;
}
.cid-sWQorjEmxZ .second .inbox {
  position: static;
  bottom: -70px;
  width: 100%;
}
.cid-sWQorjEmxZ .second .inbox .inbox-box {
  padding: 36px 20px 36px;
  background-color: #2299aa;
}
.cid-sWQorjEmxZ .second .inbox .inbox-box .info-widget {
  padding-top: 0.5rem;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  align-items: center;
}
.cid-sWQorjEmxZ .second .inbox .inbox-box .info-widget .widget-icon {
  display: inline-block;
  border-radius: 100%;
  padding: 22px;
  background-color: #ffffff;
  font-size: 3.45rem;
  color: #130947;
  margin-right: 15px;
}
.cid-sWQorjEmxZ .second .inbox .inbox-box .info-widget .signature {
  width: 40%;
  height: 75px;
  display: inline-block;
  margin-right: 15px;
}
.cid-sWQorjEmxZ .second .inbox .inbox-box .info-widget .widget-content {
  display: inline-block;
  vertical-align: baseline;
  text-align: left;
  color: #ffffff;
}
.cid-sWQorjEmxZ .second .inbox .inbox-box .info-widget .widget-content .widget-title {
  margin-bottom: 7px;
  letter-spacing: 2px;
  font-weight: 700;
}
.cid-sWQorjEmxZ .second .inbox .inbox-box .info-widget .widget-content .widget-title.display-7 {
  font-size: 15px;
  line-height: 1.2;
  letter-spacing: 2px;
}
.cid-sWQorjEmxZ .second .inbox .inbox-box .info-widget .widget-content .widget-text {
  margin-bottom: 0;
  font-weight: 700;
}
.cid-sWQorjEmxZ .second .inbox .inbox-box .info-widget .widget-content .widget-text.display-5 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
@media (max-width: 768px) {
  .cid-sWQorjEmxZ .mbr-section-title {
    text-align: left;
  }
  .cid-sWQorjEmxZ .second {
    margin-top: 30px;
  }
}
.cid-sWQorjEmxZ .widget-text {
  color: #000000;
}
.cid-sWQorjEmxZ .widget-title,
.cid-sWQorjEmxZ .widget-icon {
  color: #000000;
}
.cid-sWQorjEmxZ H3 {
  color: #2299aa;
}
.cid-sWQorjEmxZ H2 {
  color: #000000;
}
.cid-sWQsOY7OtC {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #e6ecf2;
}
.cid-sWQsOY7OtC img {
  width: 120px;
  margin: auto;
}
.cid-sWQsOY7OtC .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sWQsOY7OtC .card {
    max-width: 12.5%;
  }
}
.cid-sWQsOY7OtC .mbr-section-subtitle {
  color: #000000;
}
.cid-sWQZwKZZCB {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #e6ecf2;
}
.cid-sWQZwKZZCB .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-sWQZwKZZCB .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-sWQZwKZZCB .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sWQZwKZZCB .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-sWQZwKZZCB .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sWQZwKZZCB .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-sWQZwKZZCB .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-sWQZwKZZCB .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sWQZwKZZCB .card-title {
  color: #000000;
}
.cid-sWQZwKZZCB .mbr-text,
.cid-sWQZwKZZCB .mbr-section-btn {
  color: #000000;
}
.cid-sWQZBdlrvU {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #e6ecf2;
}
.cid-sWQZBdlrvU blockquote {
  border-color: currentColor;
  padding: 0.5rem 1.5rem;
}
.cid-sWQZBdlrvU .quote {
  color: #e43f3f;
}
.cid-sWQZBdlrvU .quote,
.cid-sWQZBdlrvU blockquote {
  color: #353535;
}
.cid-sWQZBdlrvU .mbr-section-title {
  color: #000000;
}
.cid-sWQZBdlrvU .mbr-text {
  color: #000000;
}
.cid-sWR0oRjL9g {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e6ecf2;
}
.cid-sWR0oRjL9g li {
  list-style: none;
}
.cid-sWR0oRjL9g .item-wrap {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 20px;
}
.cid-sWR0oRjL9g .item-wrap:hover .mbr-iconfont {
  color: #181818 !important;
}
.cid-sWR0oRjL9g .mbr-iconfont {
  font-size: 22px !important;
  padding-right: 12px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: 900;
  color: #2299aa !important;
}
.cid-sWR0oRjL9g h4 {
  margin: 0;
}
.cid-sWR0oRjL9g ul {
  padding: 0;
  margin: 0;
}
@media (max-width: 768px) {
  .cid-sWR0oRjL9g .md-pb {
    padding-bottom: 1rem;
  }
}
.cid-sWR0oRjL9g .col-title2 {
  color: #000000;
}
.cid-sWR0oRjL9g .col-title1 {
  color: #000000;
}
.cid-sWR0XCvGVx {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #e6ecf2;
}
.cid-sWR0XCvGVx .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #2299aa;
  margin-left: 1rem;
}
.cid-sWR0XCvGVx .panel-group {
  border: none;
}
.cid-sWR0XCvGVx .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-sWR0XCvGVx .panel-body,
.cid-sWR0XCvGVx .card-header {
  padding: 1rem 0;
}
.cid-sWR0XCvGVx .panel-title-edit {
  color: #000000;
}
.cid-sWR0XCvGVx .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-sWR117xUTh {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #e6ecf2;
}
.cid-sWR117xUTh [class^="socicon-"]:before,
.cid-sWR117xUTh [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-sWR117xUTh .btn-social {
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  padding: 0;
  position: relative;
  cursor: pointer;
  color: #2299aa;
  border-width: 2px;
  transition: all .3s;
  border-color: #2299aa;
}
.cid-sWR117xUTh .btn-social:hover {
  background: #2299aa;
}
.cid-sWR117xUTh .btn-social:hover i.socicon {
  color: #ffffff !important;
}
.cid-sWR1aH3IL1 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2299aa;
  overflow: hidden;
}
.cid-sWR1aH3IL1 .media-container-row .mbr-text {
  color: #000000;
}
.cid-2ckAKIf8mF P {
  color: #1281fc;
}
.cid-2ckAKIf8mF DIV {
  color: #ffffff;
}
.cid-2ckAKIf8mF H10 {
  color: #767676;
}
.cid-2ckAKIf8mF .hidden {
  display: none;
}
.cid-2ckAKIf8mF .icon-bar {
  z-index: 100002;
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-2ckAKIf8mF .icon-bar a {
  display: block;
  text-align: center;
  padding: 2px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
}
.cid-2ckAKIf8mF .icon-bar a:hover {
  background-color: #000000;
}
.cid-2ckAKIf8mF .flag {
  background: transparent;
}
.cid-2ckAKIf8mF .content {
  margin-left: 75px;
  font-size: 30px;
}
.cid-2ckAKIf8mF .nav-right {
  float: left !important;
  position: relative;
}
.cid-2ckAKIf8mF #google_translate_element {
  display: none;
}
.cid-2ckAKIf8mF .goog-te-banner {
  display: none;
}
.cid-2ckAKIf8mF .2.container {
  display: none;
}
.cid-2ckAKIf8mF .skiptranslate {
  display: none;
  bottom: 0px;
  position: relative;
}
.cid-2ckAKIf8mF .goog-te-spinner-pos {
  display: none !important;
}
.cid-2ckAKIf8mF body {
  top: 0px !important;
}
.cid-2ckAKIf8mF #goog-gt-tt {
  visibility: hidden;
  display: none !important;
}
.cid-2ckAKIf8mF .goog-text-highlight {
  display: none !important;
  Background-color: transparent;
}
.cid-sY5xqkbME5 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #2299aa;
}
.cid-sY5xqkbME5 .mbr-section-title {
  color: #000000;
}
.cid-sY5xqkN2S6 {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #e6ecf2;
}
.cid-sY5xqkN2S6 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
@media (max-width: 991px) {
  .cid-sY5xqkN2S6 .second {
    margin-bottom: 2rem;
  }
}
.cid-sY5xqkN2S6 input,
.cid-sY5xqkN2S6 textarea {
  border-left: none;
  border-top: none;
  border-right: none;
  border-radius: 4px;
  padding: 20px 10px 20px 20px;
  font-size: 13px;
  color: #130947;
  font-weight: 600;
}
.cid-sY5xqkN2S6 input:focus,
.cid-sY5xqkN2S6 textarea:focus {
  border-left: none;
  border-top: none;
  border-right: none;
}
.cid-sY5xqkN2S6 .form-control,
.cid-sY5xqkN2S6 .field-input {
  min-height: 3rem;
  padding: 20px 10px 20px 20px;
  background-color: #ffffff;
  border-color: #ffffff;
  color: #000000;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sY5xqkN2S6 .form-control:hover,
.cid-sY5xqkN2S6 .field-input:hover,
.cid-sY5xqkN2S6 .form-control:focus,
.cid-sY5xqkN2S6 .field-input:focus {
  background-color: #ffffff;
  border-color: #ffffff !important;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-sY5xqkN2S6 input::-webkit-input-placeholder,
.cid-sY5xqkN2S6 textarea::-webkit-input-placeholder {
  color: #000000;
}
.cid-sY5xqkN2S6 input:-moz-placeholder,
.cid-sY5xqkN2S6 textarea:-moz-placeholder {
  color: #000000;
}
.cid-sY5xqkN2S6 .jq-selectbox li,
.cid-sY5xqkN2S6 .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-sY5xqkN2S6 .jq-selectbox li:hover,
.cid-sY5xqkN2S6 .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-sY5xqkN2S6 .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-sY5xqkN2S6 .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-sY5xqkN2S6 .mbr-subtitle {
  color: #000000;
  font-weight: 800;
}
.cid-sY5xqkN2S6 .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-sY5xqkN2S6 .mbr-section-title {
  color: #130947;
  font-weight: 700;
}
.cid-sY5xqkN2S6 .mbr-text {
  line-height: 2;
  letter-spacing: 0;
  margin-top: 20px;
  color: #6d7a8c;
}
.cid-sY5xqkN2S6 .mbr-section-title.display-2 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-sY5xqkN2S6 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-sY5xqkN2S6 .mbr-form {
  max-width: 550px;
}
.cid-sY5xqkN2S6 .mbr-form span.value.form-control {
  min-height: 3.5rem;
  padding: 1rem;
}
.cid-sY5xqkN2S6 textarea {
  min-height: 150px;
}
.cid-sY5xqkN2S6 .mbr-form .btn {
  -webkit-box-pack: justify;
  justify-content: space-between;
  border-width: 2px;
  border-radius: 4px;
  border-color: #2299aa;
  color: #2299aa;
  padding: 18px 29px;
}
.cid-sY5xqkN2S6 .mbr-form .btn:hover {
  color: #000000;
}
.cid-sY5xqkN2S6 .second {
  height: fit-content;
}
.cid-sY5xqkN2S6 .second .inbox {
  position: static;
  bottom: -70px;
  width: 100%;
}
.cid-sY5xqkN2S6 .second .inbox .inbox-box {
  padding: 36px 20px 36px;
  background-color: #2299aa;
}
.cid-sY5xqkN2S6 .second .inbox .inbox-box .info-widget {
  padding-top: 0.5rem;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  align-items: center;
}
.cid-sY5xqkN2S6 .second .inbox .inbox-box .info-widget .widget-icon {
  display: inline-block;
  border-radius: 100%;
  padding: 22px;
  background-color: #ffffff;
  font-size: 3.45rem;
  color: #130947;
  margin-right: 15px;
}
.cid-sY5xqkN2S6 .second .inbox .inbox-box .info-widget .signature {
  width: 40%;
  height: 75px;
  display: inline-block;
  margin-right: 15px;
}
.cid-sY5xqkN2S6 .second .inbox .inbox-box .info-widget .widget-content {
  display: inline-block;
  vertical-align: baseline;
  text-align: left;
  color: #ffffff;
}
.cid-sY5xqkN2S6 .second .inbox .inbox-box .info-widget .widget-content .widget-title {
  margin-bottom: 7px;
  letter-spacing: 2px;
  font-weight: 700;
}
.cid-sY5xqkN2S6 .second .inbox .inbox-box .info-widget .widget-content .widget-title.display-7 {
  font-size: 15px;
  line-height: 1.2;
  letter-spacing: 2px;
}
.cid-sY5xqkN2S6 .second .inbox .inbox-box .info-widget .widget-content .widget-text {
  margin-bottom: 0;
  font-weight: 700;
}
.cid-sY5xqkN2S6 .second .inbox .inbox-box .info-widget .widget-content .widget-text.display-5 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
@media (max-width: 768px) {
  .cid-sY5xqkN2S6 .mbr-section-title {
    text-align: left;
  }
  .cid-sY5xqkN2S6 .second {
    margin-top: 30px;
  }
}
.cid-sY5xqkN2S6 .widget-text {
  color: #000000;
}
.cid-sY5xqkN2S6 .widget-title,
.cid-sY5xqkN2S6 .widget-icon {
  color: #000000;
}
.cid-sY5xqkN2S6 H3 {
  color: #2299aa;
}
.cid-sY5xqkN2S6 H2 {
  color: #000000;
}
.cid-sY5z5r3OGO {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background: #e6ecf2;
}
.cid-sY5z5r3OGO p {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-sY5z5r3OGO .row {
    justify-content: flex-start !important;
  }
}
.cid-sY5z5r3OGO .mbr-section-head {
  margin-bottom: 2rem;
}
.cid-sY5z5r3OGO .mbr-section-title {
  text-align: center;
}
.cid-sY5z5r3OGO .mbr-section-subtitle {
  text-align: center;
}
.cid-sY5z5r3OGO .card-container {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-sY5z5r3OGO .card-container {
    margin-bottom: 2rem;
  }
}
.cid-sY5z5r3OGO .card-wrapper {
  display: flex;
  flex: auto;
  flex-grow: 0;
  padding: 1rem 0 2rem;
}
@media (max-width: 767px) {
  .cid-sY5z5r3OGO .card-wrapper {
    padding-bottom: 1rem;
  }
}
.cid-sY5z5r3OGO .mbr-iconfont {
  font-size: 3rem;
  padding-right: 1rem;
  color: #33d5ad;
}
.cid-sY5z5r3OGO P {
  color: #2299aa;
}
.cid-sY5xqoIRHN {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #e6ecf2;
}
.cid-sY5xqoIRHN [class^="socicon-"]:before,
.cid-sY5xqoIRHN [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-sY5xqoIRHN .btn-social {
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  padding: 0;
  position: relative;
  cursor: pointer;
  color: #2299aa;
  border-width: 2px;
  transition: all .3s;
  border-color: #2299aa;
}
.cid-sY5xqoIRHN .btn-social:hover {
  background: #2299aa;
}
.cid-sY5xqoIRHN .btn-social:hover i.socicon {
  color: #ffffff !important;
}
.cid-sY5xqpgJUc {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2299aa;
  overflow: hidden;
}
.cid-sY5xqpgJUc .media-container-row .mbr-text {
  color: #000000;
}
.cid-bU0gkphDVe P {
  color: #1281fc;
}
.cid-bU0gkphDVe DIV {
  color: #ffffff;
}
.cid-bU0gkphDVe H10 {
  color: #767676;
}
.cid-bU0gkphDVe .hidden {
  display: none;
}
.cid-bU0gkphDVe .icon-bar {
  z-index: 100002;
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-bU0gkphDVe .icon-bar a {
  display: block;
  text-align: center;
  padding: 2px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
}
.cid-bU0gkphDVe .icon-bar a:hover {
  background-color: #000000;
}
.cid-bU0gkphDVe .flag {
  background: transparent;
}
.cid-bU0gkphDVe .content {
  margin-left: 75px;
  font-size: 30px;
}
.cid-bU0gkphDVe .nav-right {
  float: left !important;
  position: relative;
}
.cid-bU0gkphDVe #google_translate_element {
  display: none;
}
.cid-bU0gkphDVe .goog-te-banner {
  display: none;
}
.cid-bU0gkphDVe .2.container {
  display: none;
}
.cid-bU0gkphDVe .skiptranslate {
  display: none;
  bottom: 0px;
  position: relative;
}
.cid-bU0gkphDVe .goog-te-spinner-pos {
  display: none !important;
}
.cid-bU0gkphDVe body {
  top: 0px !important;
}
.cid-bU0gkphDVe #goog-gt-tt {
  visibility: hidden;
  display: none !important;
}
.cid-bU0gkphDVe .goog-text-highlight {
  display: none !important;
  Background-color: transparent;
}
.cid-sY5AbJvrQa {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #2299aa;
}
.cid-sY5AbJvrQa .mbr-section-title {
  color: #000000;
}
.cid-sY5AyCOl1e {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #e6ecf2;
}
.cid-sY5AyCOl1e .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-bottom: 1rem;
  margin-right: .7rem;
}
.cid-sY5AyCOl1e .social-row .soc-item .mbr-iconfont {
  font-size: 32px;
  border-radius: 50%;
  padding: 0.6rem;
  border: 2px solid #232323;
  transition: all 0.3s;
  color: #232323;
}
.cid-sY5AyCOl1e .social-row .soc-item .mbr-iconfont:hover {
  background-color: #232323;
  color: #ffffff;
}
.cid-sYbFVFeIo3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-sYbFVFeIo3 .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #2299aa;
  margin-bottom: 2rem;
}
.cid-sYbFVFeIo3 .card-wrapper {
  min-height: 220px;
  transition: all 0.3s;
  border-radius: 4px;
  padding: 1rem;
  background: #2299aa;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-sY5AbMhBBf {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2299aa;
  overflow: hidden;
}
.cid-sY5AbMhBBf .media-container-row .mbr-text {
  color: #000000;
}
.cid-pc0sZ1ADhv P {
  color: #1281fc;
}
.cid-pc0sZ1ADhv DIV {
  color: #ffffff;
}
.cid-pc0sZ1ADhv H10 {
  color: #767676;
}
.cid-pc0sZ1ADhv .hidden {
  display: none;
}
.cid-pc0sZ1ADhv .icon-bar {
  z-index: 100002;
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-pc0sZ1ADhv .icon-bar a {
  display: block;
  text-align: center;
  padding: 2px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
}
.cid-pc0sZ1ADhv .icon-bar a:hover {
  background-color: #000000;
}
.cid-pc0sZ1ADhv .flag {
  background: transparent;
}
.cid-pc0sZ1ADhv .content {
  margin-left: 75px;
  font-size: 30px;
}
.cid-pc0sZ1ADhv .nav-right {
  float: left !important;
  position: relative;
}
.cid-pc0sZ1ADhv #google_translate_element {
  display: none;
}
.cid-pc0sZ1ADhv .goog-te-banner {
  display: none;
}
.cid-pc0sZ1ADhv .2.container {
  display: none;
}
.cid-pc0sZ1ADhv .skiptranslate {
  display: none;
  bottom: 0px;
  position: relative;
}
.cid-pc0sZ1ADhv .goog-te-spinner-pos {
  display: none !important;
}
.cid-pc0sZ1ADhv body {
  top: 0px !important;
}
.cid-pc0sZ1ADhv #goog-gt-tt {
  visibility: hidden;
  display: none !important;
}
.cid-pc0sZ1ADhv .goog-text-highlight {
  display: none !important;
  Background-color: transparent;
}
