body {
  font-family: Montserrat;
}
.display-1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 3rem;
}
.display-1 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.8rem;
}
.display-2 > .mbr-iconfont {
  font-size: 2.88rem;
}
.display-4 {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.8rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.28rem;
}
.display-5 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.2rem;
}
.display-5 > .mbr-iconfont {
  font-size: 1.92rem;
}
.display-7 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.64rem;
    font-size: calc( 0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 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.8rem 2rem;
  border-radius: 0.25rem;
}
.btn-sm {
  padding: 0.5rem 1rem;
  border-radius: 0.25rem;
}
.btn-md {
  padding: 0.8rem 2rem;
  border-radius: 0.25rem;
}
.btn-lg {
  padding: 0.8rem 2rem;
  border-radius: 0.25rem;
}
.bg-primary {
  background-color: #ff4f7b !important;
}
.bg-success {
  background-color: #1dc9cb !important;
}
.bg-info {
  background-color: #188ef4 !important;
}
.bg-warning {
  background-color: #c1c1c1 !important;
}
.bg-danger {
  background-color: #444444 !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #ff4f7b !important;
  border-color: #ff4f7b !important;
  transition: all .5s;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  transition: all .5s;
  color: #ffffff !important;
  background-color: #ff0242 !important;
  border-color: #ff0242 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #ff0242 !important;
  border-color: #ff0242 !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #2bdc9d !important;
  border-color: #2bdc9d !important;
  transition: all .5s;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  transition: all .5s;
  color: #ffffff !important;
  background-color: #1aa071 !important;
  border-color: #1aa071 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #1aa071 !important;
  border-color: #1aa071 !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #188ef4 !important;
  border-color: #188ef4 !important;
  transition: all .5s;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  transition: all .5s;
  color: #ffffff !important;
  background-color: #0966b7 !important;
  border-color: #0966b7 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #0966b7 !important;
  border-color: #0966b7 !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #1dc9cb !important;
  border-color: #1dc9cb !important;
  transition: all .5s;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  transition: all .5s;
  color: #ffffff !important;
  background-color: #138788 !important;
  border-color: #138788 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #138788 !important;
  border-color: #138788 !important;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #c1c1c1 !important;
  border-color: #c1c1c1 !important;
  transition: all .5s;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  transition: all .5s;
  color: #ffffff !important;
  background-color: #9b9b9b !important;
  border-color: #9b9b9b !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #9b9b9b !important;
  border-color: #9b9b9b !important;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #444444 !important;
  border-color: #444444 !important;
  transition: all .5s;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  transition: all .5s;
  color: #ffffff !important;
  background-color: #1e1e1e !important;
  border-color: #1e1e1e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #1e1e1e !important;
  border-color: #1e1e1e !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active,
.btn-white.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  transition: all .5s;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus {
  transition: all .5s;
  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,
.btn-black.active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  transition: all .5s;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus {
  transition: all .5s;
  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,
.btn-primary-outline.active {
  background: none !important;
  border-color: #e8003a !important;
  color: #e8003a !important;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #ffffff !important;
  background-color: #ff4f7b !important;
  border-color: #ff4f7b !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff4f7b !important;
  border-color: #ff4f7b !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none !important;
  border-color: #178a61 !important;
  color: #178a61 !important;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #ffffff !important;
  background-color: #2bdc9d !important;
  border-color: #2bdc9d !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #2bdc9d !important;
  border-color: #2bdc9d !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none !important;
  border-color: #08589e !important;
  color: #08589e !important;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #ffffff !important;
  background-color: #188ef4 !important;
  border-color: #188ef4 !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #188ef4 !important;
  border-color: #188ef4 !important;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none !important;
  border-color: #107172 !important;
  color: #107172 !important;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #ffffff !important;
  background-color: #1dc9cb !important;
  border-color: #1dc9cb !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #1dc9cb !important;
  border-color: #1dc9cb !important;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none !important;
  border-color: #8e8e8e !important;
  color: #8e8e8e !important;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #ffffff !important;
  background-color: #c1c1c1 !important;
  border-color: #c1c1c1 !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #c1c1c1 !important;
  border-color: #c1c1c1 !important;
}
.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
  background: none !important;
  border-color: #111111 !important;
  color: #111111 !important;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #ffffff !important;
  background-color: #444444 !important;
  border-color: #444444 !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #444444 !important;
  border-color: #444444 !important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background: none !important;
  border-color: #000000 !important;
  color: #000000 !important;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.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: #ff4f7b !important;
}
.text-secondary {
  color: #2bdc9d !important;
}
.text-success {
  color: #1dc9cb !important;
}
.text-info {
  color: #188ef4 !important;
}
.text-warning {
  color: #c1c1c1 !important;
}
.text-danger {
  color: #444444 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #e8003a !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #178a61 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #107172 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #08589e !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #8e8e8e !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #111111 !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: #1dc9cb;
}
.alert-info {
  background-color: #188ef4;
}
.alert-warning {
  background-color: #c1c1c1;
}
.alert-danger {
  background-color: #444444;
}
.mbr-section-btn a.btn {
  border-radius: 100px;
}
.mbr-section-btn a.btn:hover,
.mbr-section-btn a.btn:focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ff4f7b;
  border-color: #ff4f7b;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #ff4f7b;
}
.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: #bef5f6;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #dbedfd;
}
.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: #b7b7b7;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.mbr-arrow-up a {
  width: 61px;
  height: 61px;
}
#scrollToTop a {
  background: #188ef4;
}
#scrollToTop a i:before {
  content: '';
  position: absolute;
  height: 40%;
  top: 25%;
  background: #ffffff;
  width: 3%;
  left: calc(50% - 1px);
}
#scrollToTop a i:after {
  content: '';
  position: absolute;
  display: block;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  width: 40%;
  height: 40%;
  left: 30%;
  bottom: 30%;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.mbr-arrow i {
  color: #188ef4;
}
.form-control {
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #ff4f7b;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Social block */
.btn-social {
  font-size: 20px;
  border-radius: 50%;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  border: 2px solid #c0a375;
  border-color: #ff4f7b;
  color: #232323;
  cursor: pointer;
}
.btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.btn-social:hover {
  color: #fff;
  background: #ff4f7b;
}
.btn-social + .btn {
  margin-left: .1rem;
}
@media (min-width: 768px) {
  .rounded-left {
    border-top-left-radius: 100px !important;
    border-bottom-left-radius: 100px !important;
  }
  .rounded-left {
    border-top-left-radius: 100px !important;
    border-bottom-left-radius: 100px !important;
  }
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ff4f7b;
  color: #ffffff;
}
.jq-number__spin {
  background-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-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ff4f7b;
  border-bottom-color: #ff4f7b;
}
.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: #ff4f7b !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: #2bdc9d !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='%23ff4f7b' %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-t8tyYBxgIY {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t8tyYBxgIY .mbr-iconfont {
  color: #8d97ad;
}
.cid-t8tyYBxgIY .mbr-iconfont:hover {
  color: #188ef4 !important;
}
.cid-t8tyYBxgIY .mbr-text {
  margin: 1.5rem 0;
  color: #8d97ad;
}
.cid-t8tyYBxgIY .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-t8tyYBxgIY .card-title {
  margin-bottom: 0.3rem;
}
.cid-t8tyYBxgIY .card-img {
  margin: 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-t8tyYBxgIY .img-icon {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-t8tyYBxgIY .my-col {
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-t90jiSFqCJ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t90jiSFqCJ .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-t90jiSFqCJ .mbr-section-title {
  text-align: center;
}
.cid-t8IBNHmLvb {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t8IBNHmLvb .mbr-section-subtitle {
  color: #767676;
}
.cid-t8IBNHmLvb .btn {
  margin: 0 0 .5rem 0;
}
@media (max-width: 768px) {
  .cid-t8IBNHmLvb h2,
  .cid-t8IBNHmLvb h3 {
    text-align: center !important;
  }
  .cid-t8IBNHmLvb .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-t8IBNHmLvb H2 {
  text-align: left;
}
.cid-t8IBOsigge {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t8IBOsigge .mbr-section-subtitle {
  color: #767676;
}
.cid-t8IBOsigge .btn {
  margin: 0 0 .5rem 0;
}
@media (max-width: 768px) {
  .cid-t8IBOsigge h2,
  .cid-t8IBOsigge h3 {
    text-align: center !important;
  }
  .cid-t8IBOsigge .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-t8IBP8xZ7g {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t8IBP8xZ7g .mbr-section-subtitle {
  color: #767676;
}
.cid-t8IBP8xZ7g .btn {
  margin: 0 0 .5rem 0;
}
@media (max-width: 768px) {
  .cid-t8IBP8xZ7g h2,
  .cid-t8IBP8xZ7g h3 {
    text-align: center !important;
  }
  .cid-t8IBP8xZ7g .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-tmcwhUyi4d {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tmcwhUyi4d .mbr-section-subtitle {
  color: #767676;
}
.cid-tmcwhUyi4d .btn {
  margin: 0 0 .5rem 0;
}
@media (max-width: 768px) {
  .cid-tmcwhUyi4d h2,
  .cid-tmcwhUyi4d h3 {
    text-align: center !important;
  }
  .cid-tmcwhUyi4d .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-t8OlGk0pv3 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #08579f;
}
@media (max-width: 767px) {
  .cid-t8OlGk0pv3 .content {
    text-align: center;
  }
  .cid-t8OlGk0pv3 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-t8OlGk0pv3 .img-logo img {
  height: 6rem;
}
.cid-t8OlGk0pv3 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-t8OlGk0pv3 .social-list .mbr-iconfont-social {
  font-size: 1rem;
  color: #fff;
}
.cid-t8OlGk0pv3 .social-list .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-t8OlGk0pv3 .social-list .soc-item {
  margin: 0 3px 15px 3px;
}
.cid-t8OlGk0pv3 .social-list a {
  margin: 0;
  opacity: .7;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-t8OlGk0pv3 .social-list a:hover {
  opacity: 1;
}
.cid-t8OlGk0pv3 .list {
  list-style-type: none;
  padding: 0;
}
.cid-t8OlGk0pv3 .list li {
  padding-bottom: .5rem;
}
.cid-t8OlGk0pv3 .list li:last-child {
  padding-bottom: 0;
}
.cid-t8OlGk0pv3 .mbr-footer-list,
.cid-t8OlGk0pv3 .form-text {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-t8OlGk0pv3 .mbr-footer-list,
  .cid-t8OlGk0pv3 .form-text,
  .cid-t8OlGk0pv3 .footer-title,
  .cid-t8OlGk0pv3 .footer-main-title,
  .cid-t8OlGk0pv3 .form-text,
  .cid-t8OlGk0pv3 .list {
    text-align: center !important;
  }
  .cid-t8OlGk0pv3 .mbr-form,
  .cid-t8OlGk0pv3 .social-list {
    -webkit-justify-content: center !important;
    justify-content: center !important;
  }
}
.cid-t8OlGk0pv3 .footer-main-title {
  color: #ffffff;
}
.cid-ta31Aaptjv {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-ta31Aaptjv .navbar-collapse {
  transition: none;
  min-height: 100px;
}
.cid-ta31Aaptjv nav.navbar {
  position: fixed;
}
.cid-ta31Aaptjv .nav-item {
  height: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-bottom: 0.5rem solid #efefef;
}
.cid-ta31Aaptjv .nav-item:hover {
  background: white;
  border-bottom: 0.5rem solid #ff4f7b;
}
@media (max-width: 992px) {
  .cid-ta31Aaptjv .nav-item {
    height: auto;
  }
}
.cid-ta31Aaptjv .nav-item-active {
  border-bottom: 0.5rem solid #ff4f7b;
}
.cid-ta31Aaptjv .navbar-nav {
  margin: auto;
  height: 100%!important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-ta31Aaptjv .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ta31Aaptjv .dropdown-menu {
  padding: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ta31Aaptjv .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ta31Aaptjv .dropdown-item:hover,
.cid-ta31Aaptjv .dropdown-item:focus {
  background: white !important;
}
.cid-ta31Aaptjv .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ta31Aaptjv .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ta31Aaptjv .nav-dropdown .link {
  padding: 0.6em .6em !important;
  margin: 0 0.6em !important;
}
.cid-ta31Aaptjv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ta31Aaptjv .nav-link {
  position: relative;
}
.cid-ta31Aaptjv .container {
  display: flex;
  margin: auto;
}
.cid-ta31Aaptjv .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  margin: 0 0.3rem;
  border-radius: 10px;
}
.cid-ta31Aaptjv .dropdown-menu,
.cid-ta31Aaptjv .navbar.opened {
  background: #efefef !important;
}
.cid-ta31Aaptjv .nav-item:focus,
.cid-ta31Aaptjv .nav-link:focus {
  outline: none;
}
.cid-ta31Aaptjv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ta31Aaptjv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ta31Aaptjv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  vertical-align: sub;
}
.cid-ta31Aaptjv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ta31Aaptjv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ta31Aaptjv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ta31Aaptjv .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #efefef;
}
.cid-ta31Aaptjv .navbar.opened {
  transition: all 0.3s;
}
.cid-ta31Aaptjv .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ta31Aaptjv .navbar .navbar-logo img {
  width: auto;
}
.cid-ta31Aaptjv .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ta31Aaptjv .navbar.collapsed {
  justify-content: center;
}
.cid-ta31Aaptjv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ta31Aaptjv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ta31Aaptjv .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.8rem);
  }
}
.cid-ta31Aaptjv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ta31Aaptjv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ta31Aaptjv .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-ta31Aaptjv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ta31Aaptjv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ta31Aaptjv .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ta31Aaptjv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ta31Aaptjv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ta31Aaptjv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ta31Aaptjv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ta31Aaptjv .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-ta31Aaptjv .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ta31Aaptjv .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ta31Aaptjv .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ta31Aaptjv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ta31Aaptjv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ta31Aaptjv .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ta31Aaptjv .navbar.navbar-short {
  min-height: 60px;
}
.cid-ta31Aaptjv .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ta31Aaptjv .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ta31Aaptjv .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ta31Aaptjv .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ta31Aaptjv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ta31Aaptjv .dropdown-item.active,
.cid-ta31Aaptjv .dropdown-item:active {
  background-color: transparent;
}
.cid-ta31Aaptjv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ta31Aaptjv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ta31Aaptjv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ta31Aaptjv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #efefef;
}
.cid-ta31Aaptjv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ta31Aaptjv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ta31Aaptjv ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ta31Aaptjv .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ta31Aaptjv button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ta31Aaptjv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ta31Aaptjv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ta31Aaptjv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ta31Aaptjv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ta31Aaptjv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ta31Aaptjv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ta31Aaptjv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ta31Aaptjv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ta31Aaptjv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ta31Aaptjv .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ta31Aaptjv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ta31Aaptjv .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ta31Aaptjv .navbar {
    height: 70px;
  }
  .cid-ta31Aaptjv .navbar.opened {
    height: auto;
  }
  .cid-ta31Aaptjv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t8tt3jYIyP {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #8d97ad;
}
.cid-t8tt3jYIyP .row {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: stretch;
  align-items: stretch;
}
.cid-t8tt3jYIyP .content-panel {
  padding: 2rem;
  background-color: #08579f;
  border-radius: .25rem;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-t8tt3jYIyP .content-block {
  color: #efefef;
}
@media (min-width: 992px) {
  .cid-t8tt3jYIyP .form-group,
  .cid-t8tt3jYIyP .input-group-btn {
    padding-left: .5rem;
    padding-right: .5rem;
  }
}
.cid-t8tt3jYIyP .form-control {
  border-radius: .25rem !important;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  min-height: 40px;
}
.cid-t8tt3jYIyP textarea.form-control {
  min-height: 170px;
}
@media (max-width: 768px) {
  .cid-t8tt3jYIyP .main-row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-t8tt3jYIyP .text-block {
    margin-bottom: 2rem;
  }
}
.cid-ta8oC6cSeG {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #8d97ad;
}
.cid-ta8oC6cSeG .mbr-text {
  color: #8d97ad;
}
.cid-t8OlGk0pv3 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #08579f;
}
@media (max-width: 767px) {
  .cid-t8OlGk0pv3 .content {
    text-align: center;
  }
  .cid-t8OlGk0pv3 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-t8OlGk0pv3 .img-logo img {
  height: 6rem;
}
.cid-t8OlGk0pv3 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-t8OlGk0pv3 .social-list .mbr-iconfont-social {
  font-size: 1rem;
  color: #fff;
}
.cid-t8OlGk0pv3 .social-list .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-t8OlGk0pv3 .social-list .soc-item {
  margin: 0 3px 15px 3px;
}
.cid-t8OlGk0pv3 .social-list a {
  margin: 0;
  opacity: .7;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-t8OlGk0pv3 .social-list a:hover {
  opacity: 1;
}
.cid-t8OlGk0pv3 .list {
  list-style-type: none;
  padding: 0;
}
.cid-t8OlGk0pv3 .list li {
  padding-bottom: .5rem;
}
.cid-t8OlGk0pv3 .list li:last-child {
  padding-bottom: 0;
}
.cid-t8OlGk0pv3 .mbr-footer-list,
.cid-t8OlGk0pv3 .form-text {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-t8OlGk0pv3 .mbr-footer-list,
  .cid-t8OlGk0pv3 .form-text,
  .cid-t8OlGk0pv3 .footer-title,
  .cid-t8OlGk0pv3 .footer-main-title,
  .cid-t8OlGk0pv3 .form-text,
  .cid-t8OlGk0pv3 .list {
    text-align: center !important;
  }
  .cid-t8OlGk0pv3 .mbr-form,
  .cid-t8OlGk0pv3 .social-list {
    -webkit-justify-content: center !important;
    justify-content: center !important;
  }
}
.cid-t8OlGk0pv3 .footer-main-title {
  color: #ffffff;
}
.cid-ta2ZR89933 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-ta2ZR89933 .navbar-collapse {
  transition: none;
  min-height: 100px;
}
.cid-ta2ZR89933 nav.navbar {
  position: fixed;
}
.cid-ta2ZR89933 .nav-item {
  height: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-bottom: 0.5rem solid #efefef;
}
.cid-ta2ZR89933 .nav-item:hover {
  background: white;
  border-bottom: 0.5rem solid #ff4f7b;
}
@media (max-width: 992px) {
  .cid-ta2ZR89933 .nav-item {
    height: auto;
  }
}
.cid-ta2ZR89933 .nav-item-active {
  border-bottom: 0.5rem solid #ff4f7b;
}
.cid-ta2ZR89933 .navbar-nav {
  margin: auto;
  height: 100%!important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-ta2ZR89933 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ta2ZR89933 .dropdown-menu {
  padding: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ta2ZR89933 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ta2ZR89933 .dropdown-item:hover,
.cid-ta2ZR89933 .dropdown-item:focus {
  background: white !important;
}
.cid-ta2ZR89933 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ta2ZR89933 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ta2ZR89933 .nav-dropdown .link {
  padding: 0.6em .6em !important;
  margin: 0 0.6em !important;
}
.cid-ta2ZR89933 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ta2ZR89933 .nav-link {
  position: relative;
}
.cid-ta2ZR89933 .container {
  display: flex;
  margin: auto;
}
.cid-ta2ZR89933 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  margin: 0 0.3rem;
  border-radius: 10px;
}
.cid-ta2ZR89933 .dropdown-menu,
.cid-ta2ZR89933 .navbar.opened {
  background: #efefef !important;
}
.cid-ta2ZR89933 .nav-item:focus,
.cid-ta2ZR89933 .nav-link:focus {
  outline: none;
}
.cid-ta2ZR89933 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ta2ZR89933 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ta2ZR89933 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  vertical-align: sub;
}
.cid-ta2ZR89933 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ta2ZR89933 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ta2ZR89933 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ta2ZR89933 .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #efefef;
}
.cid-ta2ZR89933 .navbar.opened {
  transition: all 0.3s;
}
.cid-ta2ZR89933 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ta2ZR89933 .navbar .navbar-logo img {
  width: auto;
}
.cid-ta2ZR89933 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ta2ZR89933 .navbar.collapsed {
  justify-content: center;
}
.cid-ta2ZR89933 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ta2ZR89933 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ta2ZR89933 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.8rem);
  }
}
.cid-ta2ZR89933 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ta2ZR89933 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ta2ZR89933 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-ta2ZR89933 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ta2ZR89933 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ta2ZR89933 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ta2ZR89933 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ta2ZR89933 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ta2ZR89933 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ta2ZR89933 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ta2ZR89933 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-ta2ZR89933 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ta2ZR89933 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ta2ZR89933 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ta2ZR89933 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ta2ZR89933 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ta2ZR89933 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ta2ZR89933 .navbar.navbar-short {
  min-height: 60px;
}
.cid-ta2ZR89933 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ta2ZR89933 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ta2ZR89933 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ta2ZR89933 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ta2ZR89933 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ta2ZR89933 .dropdown-item.active,
.cid-ta2ZR89933 .dropdown-item:active {
  background-color: transparent;
}
.cid-ta2ZR89933 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ta2ZR89933 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ta2ZR89933 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ta2ZR89933 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #efefef;
}
.cid-ta2ZR89933 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ta2ZR89933 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ta2ZR89933 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ta2ZR89933 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ta2ZR89933 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ta2ZR89933 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ta2ZR89933 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ta2ZR89933 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ta2ZR89933 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ta2ZR89933 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ta2ZR89933 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ta2ZR89933 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ta2ZR89933 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ta2ZR89933 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ta2ZR89933 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ta2ZR89933 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ta2ZR89933 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ta2ZR89933 .navbar {
    height: 70px;
  }
  .cid-ta2ZR89933 .navbar.opened {
    height: auto;
  }
  .cid-ta2ZR89933 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t8DEUd9lpX {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t8DEUd9lpX .mbr-section-subtitle {
  color: #767676;
}
.cid-t8DEUd9lpX .btn {
  margin: 0 0 .5rem 0;
}
@media (max-width: 768px) {
  .cid-t8DEUd9lpX h2,
  .cid-t8DEUd9lpX h3 {
    text-align: center !important;
  }
  .cid-t8DEUd9lpX .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-t8DFkM0JB7 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t8DFkM0JB7 .mbr-section-subtitle {
  color: #767676;
}
.cid-t8DFkM0JB7 .btn {
  margin: 0 0 .5rem 0;
}
@media (max-width: 768px) {
  .cid-t8DFkM0JB7 h2,
  .cid-t8DFkM0JB7 h3 {
    text-align: center !important;
  }
  .cid-t8DFkM0JB7 .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-t8DFEbAnAt {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t8DFEbAnAt .mbr-section-subtitle {
  color: #767676;
}
.cid-t8DFEbAnAt .btn {
  margin: 0 0 .5rem 0;
}
@media (max-width: 768px) {
  .cid-t8DFEbAnAt h2,
  .cid-t8DFEbAnAt h3 {
    text-align: center !important;
  }
  .cid-t8DFEbAnAt .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-t8OlGk0pv3 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #08579f;
}
@media (max-width: 767px) {
  .cid-t8OlGk0pv3 .content {
    text-align: center;
  }
  .cid-t8OlGk0pv3 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-t8OlGk0pv3 .img-logo img {
  height: 6rem;
}
.cid-t8OlGk0pv3 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-t8OlGk0pv3 .social-list .mbr-iconfont-social {
  font-size: 1rem;
  color: #fff;
}
.cid-t8OlGk0pv3 .social-list .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-t8OlGk0pv3 .social-list .soc-item {
  margin: 0 3px 15px 3px;
}
.cid-t8OlGk0pv3 .social-list a {
  margin: 0;
  opacity: .7;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-t8OlGk0pv3 .social-list a:hover {
  opacity: 1;
}
.cid-t8OlGk0pv3 .list {
  list-style-type: none;
  padding: 0;
}
.cid-t8OlGk0pv3 .list li {
  padding-bottom: .5rem;
}
.cid-t8OlGk0pv3 .list li:last-child {
  padding-bottom: 0;
}
.cid-t8OlGk0pv3 .mbr-footer-list,
.cid-t8OlGk0pv3 .form-text {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-t8OlGk0pv3 .mbr-footer-list,
  .cid-t8OlGk0pv3 .form-text,
  .cid-t8OlGk0pv3 .footer-title,
  .cid-t8OlGk0pv3 .footer-main-title,
  .cid-t8OlGk0pv3 .form-text,
  .cid-t8OlGk0pv3 .list {
    text-align: center !important;
  }
  .cid-t8OlGk0pv3 .mbr-form,
  .cid-t8OlGk0pv3 .social-list {
    -webkit-justify-content: center !important;
    justify-content: center !important;
  }
}
.cid-t8OlGk0pv3 .footer-main-title {
  color: #ffffff;
}
.cid-ta2ZiVPRmZ {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-ta2ZiVPRmZ .navbar-collapse {
  transition: none;
  min-height: 100px;
}
.cid-ta2ZiVPRmZ nav.navbar {
  position: fixed;
}
.cid-ta2ZiVPRmZ .nav-item {
  height: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-bottom: 0.5rem solid #efefef;
}
.cid-ta2ZiVPRmZ .nav-item:hover {
  background: white;
  border-bottom: 0.5rem solid #ff4f7b;
}
@media (max-width: 992px) {
  .cid-ta2ZiVPRmZ .nav-item {
    height: auto;
  }
}
.cid-ta2ZiVPRmZ .nav-item-active {
  border-bottom: 0.5rem solid #ff4f7b;
}
.cid-ta2ZiVPRmZ .navbar-nav {
  margin: auto;
  height: 100%!important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-ta2ZiVPRmZ .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ta2ZiVPRmZ .dropdown-menu {
  padding: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ta2ZiVPRmZ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ta2ZiVPRmZ .dropdown-item:hover,
.cid-ta2ZiVPRmZ .dropdown-item:focus {
  background: white !important;
}
.cid-ta2ZiVPRmZ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ta2ZiVPRmZ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ta2ZiVPRmZ .nav-dropdown .link {
  padding: 0.6em .6em !important;
  margin: 0 0.6em !important;
}
.cid-ta2ZiVPRmZ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ta2ZiVPRmZ .nav-link {
  position: relative;
}
.cid-ta2ZiVPRmZ .container {
  display: flex;
  margin: auto;
}
.cid-ta2ZiVPRmZ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  margin: 0 0.3rem;
  border-radius: 10px;
}
.cid-ta2ZiVPRmZ .dropdown-menu,
.cid-ta2ZiVPRmZ .navbar.opened {
  background: #efefef !important;
}
.cid-ta2ZiVPRmZ .nav-item:focus,
.cid-ta2ZiVPRmZ .nav-link:focus {
  outline: none;
}
.cid-ta2ZiVPRmZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ta2ZiVPRmZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ta2ZiVPRmZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  vertical-align: sub;
}
.cid-ta2ZiVPRmZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ta2ZiVPRmZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ta2ZiVPRmZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ta2ZiVPRmZ .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #efefef;
}
.cid-ta2ZiVPRmZ .navbar.opened {
  transition: all 0.3s;
}
.cid-ta2ZiVPRmZ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ta2ZiVPRmZ .navbar .navbar-logo img {
  width: auto;
}
.cid-ta2ZiVPRmZ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ta2ZiVPRmZ .navbar.collapsed {
  justify-content: center;
}
.cid-ta2ZiVPRmZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ta2ZiVPRmZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ta2ZiVPRmZ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.8rem);
  }
}
.cid-ta2ZiVPRmZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ta2ZiVPRmZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ta2ZiVPRmZ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-ta2ZiVPRmZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ta2ZiVPRmZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ta2ZiVPRmZ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ta2ZiVPRmZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ta2ZiVPRmZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ta2ZiVPRmZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ta2ZiVPRmZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ta2ZiVPRmZ .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-ta2ZiVPRmZ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ta2ZiVPRmZ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ta2ZiVPRmZ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ta2ZiVPRmZ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ta2ZiVPRmZ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ta2ZiVPRmZ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ta2ZiVPRmZ .navbar.navbar-short {
  min-height: 60px;
}
.cid-ta2ZiVPRmZ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ta2ZiVPRmZ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ta2ZiVPRmZ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ta2ZiVPRmZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ta2ZiVPRmZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ta2ZiVPRmZ .dropdown-item.active,
.cid-ta2ZiVPRmZ .dropdown-item:active {
  background-color: transparent;
}
.cid-ta2ZiVPRmZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ta2ZiVPRmZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ta2ZiVPRmZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ta2ZiVPRmZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #efefef;
}
.cid-ta2ZiVPRmZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ta2ZiVPRmZ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ta2ZiVPRmZ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ta2ZiVPRmZ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ta2ZiVPRmZ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ta2ZiVPRmZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ta2ZiVPRmZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ta2ZiVPRmZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ta2ZiVPRmZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ta2ZiVPRmZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ta2ZiVPRmZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ta2ZiVPRmZ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ta2ZiVPRmZ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ta2ZiVPRmZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ta2ZiVPRmZ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ta2ZiVPRmZ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ta2ZiVPRmZ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ta2ZiVPRmZ .navbar {
    height: 70px;
  }
  .cid-ta2ZiVPRmZ .navbar.opened {
    height: auto;
  }
  .cid-ta2ZiVPRmZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ta8qO13hH6 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-ta8qO13hH6 .image {
    display: none !important;
  }
}
.cid-ta8qO13hH6 .image img {
  height: 790px;
}
.cid-ta8qO13hH6 .content__block {
  padding: 40px 0;
  height: 100%;
  align-items: center;
}
.cid-ta8qO13hH6 .mbr-section-title {
  margin-bottom: 15px;
}
.cid-ta8qO13hH6 .mbr-text {
  color: #919dab;
  margin-bottom: 0;
}
.cid-ta8qO13hH6 .block__products {
  padding-top: 10px;
}
.cid-ta8qO13hH6 .product__item {
  margin-top: 40px;
}
.cid-ta8qO13hH6 .image__item {
  width: 230px;
  height: 190px;
  transition: all .25s;
}
.cid-ta8qO13hH6 .image__item img {
  border-radius: 10px;
  width: 100%;
  height: 190px;
  object-fit: cover;
}
.cid-ta8qO13hH6 .image__item:hover {
  opacity: .8;
}
.cid-ta8qO13hH6 .item__text {
  margin: 20px 0 0 40px;
}
@media (min-width: 767px) {
  .cid-ta8qO13hH6 .item__text {
    margin-top: 0;
  }
}
.cid-ta8qO13hH6 .item__title {
  width: 270px;
  min-width: 100%;
}
.cid-ta8qO13hH6 .name__item {
  margin-bottom: 0;
  width: 100%;
  letter-spacing: 2px;
}
.cid-ta8qO13hH6 .item__price {
  font-weight: 500;
  color: #919dab;
  margin-bottom: 0;
  width: 100%;
  text-align: right;
}
.cid-ta8qO13hH6 .item__descr {
  margin-top: 10px;
}
.cid-ta8qO13hH6 .descr__text {
  margin-bottom: 0;
  color: #919dab;
}
.cid-ta8qO13hH6 .item__buttons {
  margin-top: 40px;
}
.cid-ta8qO13hH6 .mbr-section-btn {
  text-align: left;
}
.cid-ta8qO13hH6 .btn {
  height: 40px;
  font-weight: 500;
  margin-right: 10px;
}
.cid-ta8qO13hH6 .btn:nth-child(2) {
  margin-left: 0;
}
@media (max-width: 767px) {
  .cid-ta8qO13hH6 .row {
    margin-left: 0;
    margin-right: 0;
  }
  .cid-ta8qO13hH6 .item__text {
    margin: 20px 0 0;
  }
  .cid-ta8qO13hH6 .mbr-text {
    text-align: center;
  }
}
.cid-t8OlGk0pv3 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #08579f;
}
@media (max-width: 767px) {
  .cid-t8OlGk0pv3 .content {
    text-align: center;
  }
  .cid-t8OlGk0pv3 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-t8OlGk0pv3 .img-logo img {
  height: 6rem;
}
.cid-t8OlGk0pv3 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-t8OlGk0pv3 .social-list .mbr-iconfont-social {
  font-size: 1rem;
  color: #fff;
}
.cid-t8OlGk0pv3 .social-list .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-t8OlGk0pv3 .social-list .soc-item {
  margin: 0 3px 15px 3px;
}
.cid-t8OlGk0pv3 .social-list a {
  margin: 0;
  opacity: .7;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-t8OlGk0pv3 .social-list a:hover {
  opacity: 1;
}
.cid-t8OlGk0pv3 .list {
  list-style-type: none;
  padding: 0;
}
.cid-t8OlGk0pv3 .list li {
  padding-bottom: .5rem;
}
.cid-t8OlGk0pv3 .list li:last-child {
  padding-bottom: 0;
}
.cid-t8OlGk0pv3 .mbr-footer-list,
.cid-t8OlGk0pv3 .form-text {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-t8OlGk0pv3 .mbr-footer-list,
  .cid-t8OlGk0pv3 .form-text,
  .cid-t8OlGk0pv3 .footer-title,
  .cid-t8OlGk0pv3 .footer-main-title,
  .cid-t8OlGk0pv3 .form-text,
  .cid-t8OlGk0pv3 .list {
    text-align: center !important;
  }
  .cid-t8OlGk0pv3 .mbr-form,
  .cid-t8OlGk0pv3 .social-list {
    -webkit-justify-content: center !important;
    justify-content: center !important;
  }
}
.cid-t8OlGk0pv3 .footer-main-title {
  color: #ffffff;
}
.cid-ta2YVpyQkF {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-ta2YVpyQkF .navbar-collapse {
  transition: none;
  min-height: 100px;
}
.cid-ta2YVpyQkF nav.navbar {
  position: fixed;
}
.cid-ta2YVpyQkF .nav-item {
  height: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-bottom: 0.5rem solid #efefef;
}
.cid-ta2YVpyQkF .nav-item:hover {
  background: white;
  border-bottom: 0.5rem solid #ff4f7b;
}
@media (max-width: 992px) {
  .cid-ta2YVpyQkF .nav-item {
    height: auto;
  }
}
.cid-ta2YVpyQkF .nav-item-active {
  border-bottom: 0.5rem solid #ff4f7b;
}
.cid-ta2YVpyQkF .navbar-nav {
  margin: auto;
  height: 100%!important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-ta2YVpyQkF .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ta2YVpyQkF .dropdown-menu {
  padding: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ta2YVpyQkF .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ta2YVpyQkF .dropdown-item:hover,
.cid-ta2YVpyQkF .dropdown-item:focus {
  background: white !important;
}
.cid-ta2YVpyQkF .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ta2YVpyQkF .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ta2YVpyQkF .nav-dropdown .link {
  padding: 0.6em .6em !important;
  margin: 0 0.6em !important;
}
.cid-ta2YVpyQkF .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ta2YVpyQkF .nav-link {
  position: relative;
}
.cid-ta2YVpyQkF .container {
  display: flex;
  margin: auto;
}
.cid-ta2YVpyQkF .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  margin: 0 0.3rem;
  border-radius: 10px;
}
.cid-ta2YVpyQkF .dropdown-menu,
.cid-ta2YVpyQkF .navbar.opened {
  background: #efefef !important;
}
.cid-ta2YVpyQkF .nav-item:focus,
.cid-ta2YVpyQkF .nav-link:focus {
  outline: none;
}
.cid-ta2YVpyQkF .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ta2YVpyQkF .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ta2YVpyQkF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  vertical-align: sub;
}
.cid-ta2YVpyQkF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ta2YVpyQkF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ta2YVpyQkF .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ta2YVpyQkF .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #efefef;
}
.cid-ta2YVpyQkF .navbar.opened {
  transition: all 0.3s;
}
.cid-ta2YVpyQkF .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ta2YVpyQkF .navbar .navbar-logo img {
  width: auto;
}
.cid-ta2YVpyQkF .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ta2YVpyQkF .navbar.collapsed {
  justify-content: center;
}
.cid-ta2YVpyQkF .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ta2YVpyQkF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ta2YVpyQkF .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.8rem);
  }
}
.cid-ta2YVpyQkF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ta2YVpyQkF .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ta2YVpyQkF .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-ta2YVpyQkF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ta2YVpyQkF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ta2YVpyQkF .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ta2YVpyQkF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ta2YVpyQkF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ta2YVpyQkF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ta2YVpyQkF .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ta2YVpyQkF .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-ta2YVpyQkF .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ta2YVpyQkF .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ta2YVpyQkF .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ta2YVpyQkF .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ta2YVpyQkF .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ta2YVpyQkF .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ta2YVpyQkF .navbar.navbar-short {
  min-height: 60px;
}
.cid-ta2YVpyQkF .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ta2YVpyQkF .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ta2YVpyQkF .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ta2YVpyQkF .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ta2YVpyQkF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ta2YVpyQkF .dropdown-item.active,
.cid-ta2YVpyQkF .dropdown-item:active {
  background-color: transparent;
}
.cid-ta2YVpyQkF .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ta2YVpyQkF .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ta2YVpyQkF .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ta2YVpyQkF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #efefef;
}
.cid-ta2YVpyQkF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ta2YVpyQkF .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ta2YVpyQkF ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ta2YVpyQkF .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ta2YVpyQkF button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ta2YVpyQkF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ta2YVpyQkF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ta2YVpyQkF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ta2YVpyQkF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ta2YVpyQkF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ta2YVpyQkF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ta2YVpyQkF nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ta2YVpyQkF nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ta2YVpyQkF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ta2YVpyQkF .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ta2YVpyQkF a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ta2YVpyQkF .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ta2YVpyQkF .navbar {
    height: 70px;
  }
  .cid-ta2YVpyQkF .navbar.opened {
    height: auto;
  }
  .cid-ta2YVpyQkF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ta8gvUmRdk {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #f4f8fa;
}
.cid-ta8gvUmRdk .mbr-section-subtitle {
  color: #767676;
}
.cid-ta8gvUmRdk .btn {
  margin: 0 0 .5rem 0;
}
@media (max-width: 768px) {
  .cid-ta8gvUmRdk h2,
  .cid-ta8gvUmRdk h3 {
    text-align: center !important;
  }
  .cid-ta8gvUmRdk .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-t8Iw42Mn5p {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f4f8fa;
}
.cid-t8Iw42Mn5p .mbr-section-subtitle {
  color: #767676;
}
.cid-t8Iw42Mn5p .btn {
  margin: 0 0 .5rem 0;
}
@media (max-width: 768px) {
  .cid-t8Iw42Mn5p h2,
  .cid-t8Iw42Mn5p h3 {
    text-align: center !important;
  }
  .cid-t8Iw42Mn5p .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-t8Iw441WMK {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f4f8fa;
}
.cid-t8Iw441WMK .mbr-section-subtitle {
  color: #767676;
}
.cid-t8Iw441WMK .btn {
  margin: 0 0 .5rem 0;
}
@media (max-width: 768px) {
  .cid-t8Iw441WMK h2,
  .cid-t8Iw441WMK h3 {
    text-align: center !important;
  }
  .cid-t8Iw441WMK .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-t8OzIluxtN {
  padding-top: 120px;
  padding-bottom: 90px;
  background-color: #f4f8fa;
}
.cid-t8OzIluxtN .mbr-text {
  color: #8d97ad;
}
.cid-ta8kvm1oQ8 {
  padding-top: 90px;
  padding-bottom: 75px;
  background-color: #f4f8fa;
}
.cid-ta8kvm1oQ8 .mbr-text {
  color: #8d97ad;
}
.cid-t8OlGk0pv3 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #08579f;
}
@media (max-width: 767px) {
  .cid-t8OlGk0pv3 .content {
    text-align: center;
  }
  .cid-t8OlGk0pv3 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-t8OlGk0pv3 .img-logo img {
  height: 6rem;
}
.cid-t8OlGk0pv3 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-t8OlGk0pv3 .social-list .mbr-iconfont-social {
  font-size: 1rem;
  color: #fff;
}
.cid-t8OlGk0pv3 .social-list .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-t8OlGk0pv3 .social-list .soc-item {
  margin: 0 3px 15px 3px;
}
.cid-t8OlGk0pv3 .social-list a {
  margin: 0;
  opacity: .7;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-t8OlGk0pv3 .social-list a:hover {
  opacity: 1;
}
.cid-t8OlGk0pv3 .list {
  list-style-type: none;
  padding: 0;
}
.cid-t8OlGk0pv3 .list li {
  padding-bottom: .5rem;
}
.cid-t8OlGk0pv3 .list li:last-child {
  padding-bottom: 0;
}
.cid-t8OlGk0pv3 .mbr-footer-list,
.cid-t8OlGk0pv3 .form-text {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-t8OlGk0pv3 .mbr-footer-list,
  .cid-t8OlGk0pv3 .form-text,
  .cid-t8OlGk0pv3 .footer-title,
  .cid-t8OlGk0pv3 .footer-main-title,
  .cid-t8OlGk0pv3 .form-text,
  .cid-t8OlGk0pv3 .list {
    text-align: center !important;
  }
  .cid-t8OlGk0pv3 .mbr-form,
  .cid-t8OlGk0pv3 .social-list {
    -webkit-justify-content: center !important;
    justify-content: center !important;
  }
}
.cid-t8OlGk0pv3 .footer-main-title {
  color: #ffffff;
}
.cid-ta31tOmAeC {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-ta31tOmAeC .navbar-collapse {
  transition: none;
  min-height: 100px;
}
.cid-ta31tOmAeC nav.navbar {
  position: fixed;
}
.cid-ta31tOmAeC .nav-item {
  height: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-bottom: 0.5rem solid #efefef;
}
.cid-ta31tOmAeC .nav-item:hover {
  background: white;
  border-bottom: 0.5rem solid #ff4f7b;
}
@media (max-width: 992px) {
  .cid-ta31tOmAeC .nav-item {
    height: auto;
  }
}
.cid-ta31tOmAeC .nav-item-active {
  border-bottom: 0.5rem solid #ff4f7b;
}
.cid-ta31tOmAeC .navbar-nav {
  margin: auto;
  height: 100%!important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-ta31tOmAeC .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ta31tOmAeC .dropdown-menu {
  padding: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ta31tOmAeC .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ta31tOmAeC .dropdown-item:hover,
.cid-ta31tOmAeC .dropdown-item:focus {
  background: white !important;
}
.cid-ta31tOmAeC .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ta31tOmAeC .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ta31tOmAeC .nav-dropdown .link {
  padding: 0.6em .6em !important;
  margin: 0 0.6em !important;
}
.cid-ta31tOmAeC .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ta31tOmAeC .nav-link {
  position: relative;
}
.cid-ta31tOmAeC .container {
  display: flex;
  margin: auto;
}
.cid-ta31tOmAeC .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  margin: 0 0.3rem;
  border-radius: 10px;
}
.cid-ta31tOmAeC .dropdown-menu,
.cid-ta31tOmAeC .navbar.opened {
  background: #efefef !important;
}
.cid-ta31tOmAeC .nav-item:focus,
.cid-ta31tOmAeC .nav-link:focus {
  outline: none;
}
.cid-ta31tOmAeC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ta31tOmAeC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ta31tOmAeC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  vertical-align: sub;
}
.cid-ta31tOmAeC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ta31tOmAeC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ta31tOmAeC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ta31tOmAeC .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #efefef;
}
.cid-ta31tOmAeC .navbar.opened {
  transition: all 0.3s;
}
.cid-ta31tOmAeC .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ta31tOmAeC .navbar .navbar-logo img {
  width: auto;
}
.cid-ta31tOmAeC .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ta31tOmAeC .navbar.collapsed {
  justify-content: center;
}
.cid-ta31tOmAeC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ta31tOmAeC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ta31tOmAeC .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.8rem);
  }
}
.cid-ta31tOmAeC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ta31tOmAeC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ta31tOmAeC .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-ta31tOmAeC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ta31tOmAeC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ta31tOmAeC .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ta31tOmAeC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ta31tOmAeC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ta31tOmAeC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ta31tOmAeC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ta31tOmAeC .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-ta31tOmAeC .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ta31tOmAeC .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ta31tOmAeC .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ta31tOmAeC .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ta31tOmAeC .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ta31tOmAeC .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ta31tOmAeC .navbar.navbar-short {
  min-height: 60px;
}
.cid-ta31tOmAeC .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ta31tOmAeC .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ta31tOmAeC .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ta31tOmAeC .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ta31tOmAeC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ta31tOmAeC .dropdown-item.active,
.cid-ta31tOmAeC .dropdown-item:active {
  background-color: transparent;
}
.cid-ta31tOmAeC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ta31tOmAeC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ta31tOmAeC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ta31tOmAeC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #efefef;
}
.cid-ta31tOmAeC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ta31tOmAeC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ta31tOmAeC ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ta31tOmAeC .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ta31tOmAeC button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ta31tOmAeC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ta31tOmAeC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ta31tOmAeC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ta31tOmAeC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ta31tOmAeC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ta31tOmAeC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ta31tOmAeC nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ta31tOmAeC nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ta31tOmAeC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ta31tOmAeC .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ta31tOmAeC a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ta31tOmAeC .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ta31tOmAeC .navbar {
    height: 70px;
  }
  .cid-ta31tOmAeC .navbar.opened {
    height: auto;
  }
  .cid-ta31tOmAeC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ta3eIPd3Dh {
  padding-top: 80px;
  padding-bottom: 15px;
  background-color: #f4f8fa;
}
.cid-ta3eIPd3Dh .mbr-overlay {
  background: linear-gradient(90deg, #21b968, #1ec5bf);
}
.cid-ta3eIPd3Dh .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-ta3eIPd3Dh .text-content {
  padding-right: 1.5rem;
}
.cid-ta3eIPd3Dh .mbr-text {
  color: #8d97ad;
}
.cid-ta3eIPd3Dh .mbr-figure img {
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.3);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.3);
  border-radius: .25rem;
}
.cid-ta3eIPd3Dh .counter-container {
  padding-top: 1rem;
}
.cid-ta3eIPd3Dh .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-ta3eIPd3Dh .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-ta3eIPd3Dh .counter-container ul li:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  position: absolute;
  left: 0px;
  padding-top: 2px;
  display: inline-block;
  text-align: center;
  margin: 4px 10px;
  line-height: 10px;
  transition: all .2s;
  width: 16px;
  height: 16px;
  font-size: 16px !important;
  font-weight: 500;
  background: none;
  color: #188ef4;
}
@media (max-width: 991px) {
  .cid-ta3eIPd3Dh .main-row {
    margin: 0;
  }
  .cid-ta3eIPd3Dh .mbr-section-title,
  .cid-ta3eIPd3Dh .mbr-text,
  .cid-ta3eIPd3Dh .list,
  .cid-ta3eIPd3Dh .mbr-section-btn {
    text-align: center !important;
  }
  .cid-ta3eIPd3Dh .text-content {
    padding: 0;
  }
}
.cid-ta3nAFBpZ5 {
  padding-top: 20px;
  padding-bottom: 15px;
  background-color: #f4f8fa;
}
.cid-ta3nAFBpZ5 .mbr-overlay {
  background: linear-gradient(90deg, #21b968, #1ec5bf);
}
.cid-ta3nAFBpZ5 .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-ta3nAFBpZ5 .text-content {
  padding-right: 1.5rem;
  padding-right: 0;
  padding-left: 1.5rem;
}
.cid-ta3nAFBpZ5 .main-row {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
}
.cid-ta3nAFBpZ5 .mbr-text {
  color: #8d97ad;
}
.cid-ta3nAFBpZ5 .mbr-figure img {
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.3);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.3);
  border-radius: .25rem;
}
.cid-ta3nAFBpZ5 .counter-container {
  padding-top: 1rem;
}
.cid-ta3nAFBpZ5 .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-ta3nAFBpZ5 .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-ta3nAFBpZ5 .counter-container ul li:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  position: absolute;
  left: 0px;
  padding-top: 2px;
  display: inline-block;
  text-align: center;
  margin: 4px 10px;
  line-height: 10px;
  transition: all .2s;
  width: 16px;
  height: 16px;
  font-size: 16px !important;
  font-weight: 500;
  background: none;
  color: #188ef4;
}
@media (max-width: 991px) {
  .cid-ta3nAFBpZ5 .main-row {
    margin: 0;
  }
  .cid-ta3nAFBpZ5 .mbr-section-title,
  .cid-ta3nAFBpZ5 .mbr-text,
  .cid-ta3nAFBpZ5 .list,
  .cid-ta3nAFBpZ5 .mbr-section-btn {
    text-align: center !important;
  }
  .cid-ta3nAFBpZ5 .text-content {
    padding: 0;
  }
}
.cid-ta3eGWGYww {
  padding-top: 20px;
  padding-bottom: 15px;
  background-color: #f4f8fa;
}
.cid-ta3eGWGYww .mbr-overlay {
  background: linear-gradient(90deg, #21b968, #1ec5bf);
}
.cid-ta3eGWGYww .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-ta3eGWGYww .text-content {
  padding-right: 1.5rem;
}
.cid-ta3eGWGYww .mbr-text {
  color: #8d97ad;
}
.cid-ta3eGWGYww .mbr-figure img {
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.3);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.3);
  border-radius: .25rem;
}
.cid-ta3eGWGYww .counter-container {
  padding-top: 1rem;
}
.cid-ta3eGWGYww .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-ta3eGWGYww .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-ta3eGWGYww .counter-container ul li:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  position: absolute;
  left: 0px;
  padding-top: 2px;
  display: inline-block;
  text-align: center;
  margin: 4px 10px;
  line-height: 10px;
  transition: all .2s;
  width: 16px;
  height: 16px;
  font-size: 16px !important;
  font-weight: 500;
  background: none;
  color: #188ef4;
}
@media (max-width: 991px) {
  .cid-ta3eGWGYww .main-row {
    margin: 0;
  }
  .cid-ta3eGWGYww .mbr-section-title,
  .cid-ta3eGWGYww .mbr-text,
  .cid-ta3eGWGYww .list,
  .cid-ta3eGWGYww .mbr-section-btn {
    text-align: center !important;
  }
  .cid-ta3eGWGYww .text-content {
    padding: 0;
  }
}
.cid-ta3eK9fUV7 {
  padding-top: 20px;
  padding-bottom: 15px;
  background-color: #f4f8fa;
}
.cid-ta3eK9fUV7 .mbr-overlay {
  background: linear-gradient(90deg, #21b968, #1ec5bf);
}
.cid-ta3eK9fUV7 .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-ta3eK9fUV7 .text-content {
  padding-right: 1.5rem;
  padding-right: 0;
  padding-left: 1.5rem;
}
.cid-ta3eK9fUV7 .main-row {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
}
.cid-ta3eK9fUV7 .mbr-text {
  color: #8d97ad;
}
.cid-ta3eK9fUV7 .mbr-figure img {
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.3);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.3);
  border-radius: .25rem;
}
.cid-ta3eK9fUV7 .counter-container {
  padding-top: 1rem;
}
.cid-ta3eK9fUV7 .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-ta3eK9fUV7 .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-ta3eK9fUV7 .counter-container ul li:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  position: absolute;
  left: 0px;
  padding-top: 2px;
  display: inline-block;
  text-align: center;
  margin: 4px 10px;
  line-height: 10px;
  transition: all .2s;
  width: 16px;
  height: 16px;
  font-size: 16px !important;
  font-weight: 500;
  background: none;
  color: #188ef4;
}
@media (max-width: 991px) {
  .cid-ta3eK9fUV7 .main-row {
    margin: 0;
  }
  .cid-ta3eK9fUV7 .mbr-section-title,
  .cid-ta3eK9fUV7 .mbr-text,
  .cid-ta3eK9fUV7 .list,
  .cid-ta3eK9fUV7 .mbr-section-btn {
    text-align: center !important;
  }
  .cid-ta3eK9fUV7 .text-content {
    padding: 0;
  }
}
.cid-t8OlGk0pv3 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #08579f;
}
@media (max-width: 767px) {
  .cid-t8OlGk0pv3 .content {
    text-align: center;
  }
  .cid-t8OlGk0pv3 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-t8OlGk0pv3 .img-logo img {
  height: 6rem;
}
.cid-t8OlGk0pv3 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-t8OlGk0pv3 .social-list .mbr-iconfont-social {
  font-size: 1rem;
  color: #fff;
}
.cid-t8OlGk0pv3 .social-list .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-t8OlGk0pv3 .social-list .soc-item {
  margin: 0 3px 15px 3px;
}
.cid-t8OlGk0pv3 .social-list a {
  margin: 0;
  opacity: .7;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-t8OlGk0pv3 .social-list a:hover {
  opacity: 1;
}
.cid-t8OlGk0pv3 .list {
  list-style-type: none;
  padding: 0;
}
.cid-t8OlGk0pv3 .list li {
  padding-bottom: .5rem;
}
.cid-t8OlGk0pv3 .list li:last-child {
  padding-bottom: 0;
}
.cid-t8OlGk0pv3 .mbr-footer-list,
.cid-t8OlGk0pv3 .form-text {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-t8OlGk0pv3 .mbr-footer-list,
  .cid-t8OlGk0pv3 .form-text,
  .cid-t8OlGk0pv3 .footer-title,
  .cid-t8OlGk0pv3 .footer-main-title,
  .cid-t8OlGk0pv3 .form-text,
  .cid-t8OlGk0pv3 .list {
    text-align: center !important;
  }
  .cid-t8OlGk0pv3 .mbr-form,
  .cid-t8OlGk0pv3 .social-list {
    -webkit-justify-content: center !important;
    justify-content: center !important;
  }
}
.cid-t8OlGk0pv3 .footer-main-title {
  color: #ffffff;
}
.cid-ta2XxcuKcA {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-ta2XxcuKcA .navbar-collapse {
  transition: none;
  min-height: 100px;
}
.cid-ta2XxcuKcA nav.navbar {
  position: fixed;
}
.cid-ta2XxcuKcA .nav-item {
  height: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-bottom: 0.5rem solid #efefef;
}
.cid-ta2XxcuKcA .nav-item:hover {
  background: white;
  border-bottom: 0.5rem solid #ff4f7b;
}
@media (max-width: 992px) {
  .cid-ta2XxcuKcA .nav-item {
    height: auto;
  }
}
.cid-ta2XxcuKcA .nav-item-active {
  border-bottom: 0.5rem solid #ff4f7b;
}
.cid-ta2XxcuKcA .navbar-nav {
  margin: auto;
  height: 100%!important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-ta2XxcuKcA .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ta2XxcuKcA .dropdown-menu {
  padding: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ta2XxcuKcA .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ta2XxcuKcA .dropdown-item:hover,
.cid-ta2XxcuKcA .dropdown-item:focus {
  background: white !important;
}
.cid-ta2XxcuKcA .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ta2XxcuKcA .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ta2XxcuKcA .nav-dropdown .link {
  padding: 0.6em .6em !important;
  margin: 0 0.6em !important;
}
.cid-ta2XxcuKcA .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ta2XxcuKcA .nav-link {
  position: relative;
}
.cid-ta2XxcuKcA .container {
  display: flex;
  margin: auto;
}
.cid-ta2XxcuKcA .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  margin: 0 0.3rem;
  border-radius: 10px;
}
.cid-ta2XxcuKcA .dropdown-menu,
.cid-ta2XxcuKcA .navbar.opened {
  background: #efefef !important;
}
.cid-ta2XxcuKcA .nav-item:focus,
.cid-ta2XxcuKcA .nav-link:focus {
  outline: none;
}
.cid-ta2XxcuKcA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ta2XxcuKcA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ta2XxcuKcA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  vertical-align: sub;
}
.cid-ta2XxcuKcA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ta2XxcuKcA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ta2XxcuKcA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ta2XxcuKcA .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #efefef;
}
.cid-ta2XxcuKcA .navbar.opened {
  transition: all 0.3s;
}
.cid-ta2XxcuKcA .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ta2XxcuKcA .navbar .navbar-logo img {
  width: auto;
}
.cid-ta2XxcuKcA .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ta2XxcuKcA .navbar.collapsed {
  justify-content: center;
}
.cid-ta2XxcuKcA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ta2XxcuKcA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ta2XxcuKcA .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.8rem);
  }
}
.cid-ta2XxcuKcA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ta2XxcuKcA .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ta2XxcuKcA .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-ta2XxcuKcA .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ta2XxcuKcA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ta2XxcuKcA .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ta2XxcuKcA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ta2XxcuKcA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ta2XxcuKcA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ta2XxcuKcA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ta2XxcuKcA .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-ta2XxcuKcA .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ta2XxcuKcA .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ta2XxcuKcA .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ta2XxcuKcA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ta2XxcuKcA .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ta2XxcuKcA .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ta2XxcuKcA .navbar.navbar-short {
  min-height: 60px;
}
.cid-ta2XxcuKcA .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ta2XxcuKcA .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ta2XxcuKcA .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ta2XxcuKcA .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ta2XxcuKcA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ta2XxcuKcA .dropdown-item.active,
.cid-ta2XxcuKcA .dropdown-item:active {
  background-color: transparent;
}
.cid-ta2XxcuKcA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ta2XxcuKcA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ta2XxcuKcA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ta2XxcuKcA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #efefef;
}
.cid-ta2XxcuKcA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ta2XxcuKcA .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ta2XxcuKcA ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ta2XxcuKcA .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ta2XxcuKcA button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ta2XxcuKcA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ta2XxcuKcA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ta2XxcuKcA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ta2XxcuKcA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ta2XxcuKcA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ta2XxcuKcA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ta2XxcuKcA nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ta2XxcuKcA nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ta2XxcuKcA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ta2XxcuKcA .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ta2XxcuKcA a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ta2XxcuKcA .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ta2XxcuKcA .navbar {
    height: 70px;
  }
  .cid-ta2XxcuKcA .navbar.opened {
    height: auto;
  }
  .cid-ta2XxcuKcA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tmdgUQ79zf {
  padding-top: 80px;
  padding-bottom: 15px;
  background-color: #f4f8fa;
}
.cid-tmdgUQ79zf .mbr-overlay {
  background: linear-gradient(90deg, #21b968, #1ec5bf);
}
.cid-tmdgUQ79zf .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-tmdgUQ79zf .text-content {
  padding-right: 1.5rem;
}
.cid-tmdgUQ79zf .mbr-text {
  color: #8d97ad;
}
.cid-tmdgUQ79zf .mbr-figure img {
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.3);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.3);
  border-radius: .25rem;
}
.cid-tmdgUQ79zf .counter-container {
  padding-top: 1rem;
}
.cid-tmdgUQ79zf .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-tmdgUQ79zf .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-tmdgUQ79zf .counter-container ul li:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  position: absolute;
  left: 0px;
  padding-top: 2px;
  display: inline-block;
  text-align: center;
  margin: 4px 10px;
  line-height: 10px;
  transition: all .2s;
  width: 16px;
  height: 16px;
  font-size: 16px !important;
  font-weight: 500;
  background: none;
  color: #188ef4;
}
@media (max-width: 991px) {
  .cid-tmdgUQ79zf .main-row {
    margin: 0;
  }
  .cid-tmdgUQ79zf .mbr-section-title,
  .cid-tmdgUQ79zf .mbr-text,
  .cid-tmdgUQ79zf .list,
  .cid-tmdgUQ79zf .mbr-section-btn {
    text-align: center !important;
  }
  .cid-tmdgUQ79zf .text-content {
    padding: 0;
  }
}
.cid-tmdgUQzCqd {
  padding-top: 20px;
  padding-bottom: 15px;
  background-color: #f4f8fa;
}
.cid-tmdgUQzCqd .mbr-overlay {
  background: linear-gradient(90deg, #21b968, #1ec5bf);
}
.cid-tmdgUQzCqd .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-tmdgUQzCqd .text-content {
  padding-right: 1.5rem;
  padding-right: 0;
  padding-left: 1.5rem;
}
.cid-tmdgUQzCqd .main-row {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
}
.cid-tmdgUQzCqd .mbr-text {
  color: #8d97ad;
}
.cid-tmdgUQzCqd .mbr-figure img {
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.3);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.3);
  border-radius: .25rem;
}
.cid-tmdgUQzCqd .counter-container {
  padding-top: 1rem;
}
.cid-tmdgUQzCqd .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-tmdgUQzCqd .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-tmdgUQzCqd .counter-container ul li:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  position: absolute;
  left: 0px;
  padding-top: 2px;
  display: inline-block;
  text-align: center;
  margin: 4px 10px;
  line-height: 10px;
  transition: all .2s;
  width: 16px;
  height: 16px;
  font-size: 16px !important;
  font-weight: 500;
  background: none;
  color: #188ef4;
}
@media (max-width: 991px) {
  .cid-tmdgUQzCqd .main-row {
    margin: 0;
  }
  .cid-tmdgUQzCqd .mbr-section-title,
  .cid-tmdgUQzCqd .mbr-text,
  .cid-tmdgUQzCqd .list,
  .cid-tmdgUQzCqd .mbr-section-btn {
    text-align: center !important;
  }
  .cid-tmdgUQzCqd .text-content {
    padding: 0;
  }
}
.cid-tmdgUQRAOl {
  padding-top: 20px;
  padding-bottom: 15px;
  background-color: #f4f8fa;
}
.cid-tmdgUQRAOl .mbr-overlay {
  background: linear-gradient(90deg, #21b968, #1ec5bf);
}
.cid-tmdgUQRAOl .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-tmdgUQRAOl .text-content {
  padding-right: 1.5rem;
}
.cid-tmdgUQRAOl .mbr-text {
  color: #8d97ad;
}
.cid-tmdgUQRAOl .mbr-figure img {
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.3);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.3);
  border-radius: .25rem;
}
.cid-tmdgUQRAOl .counter-container {
  padding-top: 1rem;
}
.cid-tmdgUQRAOl .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-tmdgUQRAOl .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-tmdgUQRAOl .counter-container ul li:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  position: absolute;
  left: 0px;
  padding-top: 2px;
  display: inline-block;
  text-align: center;
  margin: 4px 10px;
  line-height: 10px;
  transition: all .2s;
  width: 16px;
  height: 16px;
  font-size: 16px !important;
  font-weight: 500;
  background: none;
  color: #188ef4;
}
@media (max-width: 991px) {
  .cid-tmdgUQRAOl .main-row {
    margin: 0;
  }
  .cid-tmdgUQRAOl .mbr-section-title,
  .cid-tmdgUQRAOl .mbr-text,
  .cid-tmdgUQRAOl .list,
  .cid-tmdgUQRAOl .mbr-section-btn {
    text-align: center !important;
  }
  .cid-tmdgUQRAOl .text-content {
    padding: 0;
  }
}
.cid-tmdgUR7h7u {
  padding-top: 20px;
  padding-bottom: 15px;
  background-color: #f4f8fa;
}
.cid-tmdgUR7h7u .mbr-overlay {
  background: linear-gradient(90deg, #21b968, #1ec5bf);
}
.cid-tmdgUR7h7u .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-tmdgUR7h7u .text-content {
  padding-right: 1.5rem;
  padding-right: 0;
  padding-left: 1.5rem;
}
.cid-tmdgUR7h7u .main-row {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
}
.cid-tmdgUR7h7u .mbr-text {
  color: #8d97ad;
}
.cid-tmdgUR7h7u .mbr-figure img {
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.3);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.3);
  border-radius: .25rem;
}
.cid-tmdgUR7h7u .counter-container {
  padding-top: 1rem;
}
.cid-tmdgUR7h7u .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-tmdgUR7h7u .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-tmdgUR7h7u .counter-container ul li:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  position: absolute;
  left: 0px;
  padding-top: 2px;
  display: inline-block;
  text-align: center;
  margin: 4px 10px;
  line-height: 10px;
  transition: all .2s;
  width: 16px;
  height: 16px;
  font-size: 16px !important;
  font-weight: 500;
  background: none;
  color: #188ef4;
}
@media (max-width: 991px) {
  .cid-tmdgUR7h7u .main-row {
    margin: 0;
  }
  .cid-tmdgUR7h7u .mbr-section-title,
  .cid-tmdgUR7h7u .mbr-text,
  .cid-tmdgUR7h7u .list,
  .cid-tmdgUR7h7u .mbr-section-btn {
    text-align: center !important;
  }
  .cid-tmdgUR7h7u .text-content {
    padding: 0;
  }
}
.cid-tmdgURoqSf {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #08579f;
}
@media (max-width: 767px) {
  .cid-tmdgURoqSf .content {
    text-align: center;
  }
  .cid-tmdgURoqSf .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tmdgURoqSf .img-logo img {
  height: 6rem;
}
.cid-tmdgURoqSf .social-list {
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tmdgURoqSf .social-list .mbr-iconfont-social {
  font-size: 1rem;
  color: #fff;
}
.cid-tmdgURoqSf .social-list .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-tmdgURoqSf .social-list .soc-item {
  margin: 0 3px 15px 3px;
}
.cid-tmdgURoqSf .social-list a {
  margin: 0;
  opacity: .7;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tmdgURoqSf .social-list a:hover {
  opacity: 1;
}
.cid-tmdgURoqSf .list {
  list-style-type: none;
  padding: 0;
}
.cid-tmdgURoqSf .list li {
  padding-bottom: .5rem;
}
.cid-tmdgURoqSf .list li:last-child {
  padding-bottom: 0;
}
.cid-tmdgURoqSf .mbr-footer-list,
.cid-tmdgURoqSf .form-text {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-tmdgURoqSf .mbr-footer-list,
  .cid-tmdgURoqSf .form-text,
  .cid-tmdgURoqSf .footer-title,
  .cid-tmdgURoqSf .footer-main-title,
  .cid-tmdgURoqSf .form-text,
  .cid-tmdgURoqSf .list {
    text-align: center !important;
  }
  .cid-tmdgURoqSf .mbr-form,
  .cid-tmdgURoqSf .social-list {
    -webkit-justify-content: center !important;
    justify-content: center !important;
  }
}
.cid-tmdgURoqSf .footer-main-title {
  color: #ffffff;
}
.cid-tmdgURNKxe {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tmdgURNKxe .navbar-collapse {
  transition: none;
  min-height: 100px;
}
.cid-tmdgURNKxe nav.navbar {
  position: fixed;
}
.cid-tmdgURNKxe .nav-item {
  height: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-bottom: 0.5rem solid #efefef;
}
.cid-tmdgURNKxe .nav-item:hover {
  background: white;
  border-bottom: 0.5rem solid #ff4f7b;
}
@media (max-width: 992px) {
  .cid-tmdgURNKxe .nav-item {
    height: auto;
  }
}
.cid-tmdgURNKxe .nav-item-active {
  border-bottom: 0.5rem solid #ff4f7b;
}
.cid-tmdgURNKxe .navbar-nav {
  margin: auto;
  height: 100%!important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tmdgURNKxe .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tmdgURNKxe .dropdown-menu {
  padding: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tmdgURNKxe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tmdgURNKxe .dropdown-item:hover,
.cid-tmdgURNKxe .dropdown-item:focus {
  background: white !important;
}
.cid-tmdgURNKxe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tmdgURNKxe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tmdgURNKxe .nav-dropdown .link {
  padding: 0.6em .6em !important;
  margin: 0 0.6em !important;
}
.cid-tmdgURNKxe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tmdgURNKxe .nav-link {
  position: relative;
}
.cid-tmdgURNKxe .container {
  display: flex;
  margin: auto;
}
.cid-tmdgURNKxe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  margin: 0 0.3rem;
  border-radius: 10px;
}
.cid-tmdgURNKxe .dropdown-menu,
.cid-tmdgURNKxe .navbar.opened {
  background: #efefef !important;
}
.cid-tmdgURNKxe .nav-item:focus,
.cid-tmdgURNKxe .nav-link:focus {
  outline: none;
}
.cid-tmdgURNKxe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tmdgURNKxe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tmdgURNKxe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  vertical-align: sub;
}
.cid-tmdgURNKxe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tmdgURNKxe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tmdgURNKxe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tmdgURNKxe .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #efefef;
}
.cid-tmdgURNKxe .navbar.opened {
  transition: all 0.3s;
}
.cid-tmdgURNKxe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tmdgURNKxe .navbar .navbar-logo img {
  width: auto;
}
.cid-tmdgURNKxe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tmdgURNKxe .navbar.collapsed {
  justify-content: center;
}
.cid-tmdgURNKxe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tmdgURNKxe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tmdgURNKxe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.8rem);
  }
}
.cid-tmdgURNKxe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tmdgURNKxe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tmdgURNKxe .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tmdgURNKxe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tmdgURNKxe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tmdgURNKxe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tmdgURNKxe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tmdgURNKxe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tmdgURNKxe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tmdgURNKxe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tmdgURNKxe .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tmdgURNKxe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tmdgURNKxe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tmdgURNKxe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tmdgURNKxe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tmdgURNKxe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tmdgURNKxe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tmdgURNKxe .navbar.navbar-short {
  min-height: 60px;
}
.cid-tmdgURNKxe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tmdgURNKxe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tmdgURNKxe .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tmdgURNKxe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tmdgURNKxe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tmdgURNKxe .dropdown-item.active,
.cid-tmdgURNKxe .dropdown-item:active {
  background-color: transparent;
}
.cid-tmdgURNKxe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tmdgURNKxe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tmdgURNKxe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tmdgURNKxe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #efefef;
}
.cid-tmdgURNKxe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tmdgURNKxe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tmdgURNKxe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tmdgURNKxe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tmdgURNKxe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tmdgURNKxe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tmdgURNKxe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tmdgURNKxe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tmdgURNKxe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tmdgURNKxe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tmdgURNKxe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tmdgURNKxe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tmdgURNKxe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tmdgURNKxe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tmdgURNKxe .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tmdgURNKxe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tmdgURNKxe .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tmdgURNKxe .navbar {
    height: 70px;
  }
  .cid-tmdgURNKxe .navbar.opened {
    height: auto;
  }
  .cid-tmdgURNKxe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ta8d2VG3eo {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #f4f8fa;
}
.cid-ta8d2VG3eo .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-ta8dZhuKXT {
  padding-top: 20px;
  padding-bottom: 15px;
  background-color: #f4f8fa;
}
.cid-ta8dZhuKXT .mbr-overlay {
  background: linear-gradient(90deg, #21b968, #1ec5bf);
}
.cid-ta8dZhuKXT .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-ta8dZhuKXT .text-content {
  padding-right: 1.5rem;
}
.cid-ta8dZhuKXT .mbr-text {
  color: #8d97ad;
}
.cid-ta8dZhuKXT .mbr-figure img {
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.3);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.3);
  border-radius: .25rem;
}
.cid-ta8dZhuKXT .counter-container {
  padding-top: 1rem;
}
.cid-ta8dZhuKXT .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-ta8dZhuKXT .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-ta8dZhuKXT .counter-container ul li:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  position: absolute;
  left: 0px;
  padding-top: 2px;
  display: inline-block;
  text-align: center;
  margin: 4px 10px;
  line-height: 10px;
  transition: all .2s;
  width: 16px;
  height: 16px;
  font-size: 16px !important;
  font-weight: 500;
  background: none;
  color: #188ef4;
}
@media (max-width: 991px) {
  .cid-ta8dZhuKXT .main-row {
    margin: 0;
  }
  .cid-ta8dZhuKXT .mbr-section-title,
  .cid-ta8dZhuKXT .mbr-text,
  .cid-ta8dZhuKXT .list,
  .cid-ta8dZhuKXT .mbr-section-btn {
    text-align: center !important;
  }
  .cid-ta8dZhuKXT .text-content {
    padding: 0;
  }
}
.cid-ta85NptcQi {
  padding-top: 20px;
  padding-bottom: 15px;
  background-color: #f4f8fa;
}
.cid-ta85NptcQi .mbr-overlay {
  background: linear-gradient(90deg, #21b968, #1ec5bf);
}
.cid-ta85NptcQi .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-ta85NptcQi .text-content {
  padding-right: 1.5rem;
}
.cid-ta85NptcQi .mbr-text {
  color: #8d97ad;
}
.cid-ta85NptcQi .mbr-figure img {
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.3);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.3);
  border-radius: .25rem;
}
.cid-ta85NptcQi .counter-container {
  padding-top: 1rem;
}
.cid-ta85NptcQi .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-ta85NptcQi .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-ta85NptcQi .counter-container ul li:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  position: absolute;
  left: 0px;
  padding-top: 2px;
  display: inline-block;
  text-align: center;
  margin: 4px 10px;
  line-height: 10px;
  transition: all .2s;
  width: 16px;
  height: 16px;
  font-size: 16px !important;
  font-weight: 500;
  background: none;
  color: #188ef4;
}
@media (max-width: 991px) {
  .cid-ta85NptcQi .main-row {
    margin: 0;
  }
  .cid-ta85NptcQi .mbr-section-title,
  .cid-ta85NptcQi .mbr-text,
  .cid-ta85NptcQi .list,
  .cid-ta85NptcQi .mbr-section-btn {
    text-align: center !important;
  }
  .cid-ta85NptcQi .text-content {
    padding: 0;
  }
}
.cid-ta8jHweAIF {
  padding-top: 105px;
  padding-bottom: 60px;
  background-color: #f4f8fa;
}
.cid-ta8jHweAIF .mbr-text {
  color: #8d97ad;
}
.cid-t8OlGk0pv3 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #08579f;
}
@media (max-width: 767px) {
  .cid-t8OlGk0pv3 .content {
    text-align: center;
  }
  .cid-t8OlGk0pv3 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-t8OlGk0pv3 .img-logo img {
  height: 6rem;
}
.cid-t8OlGk0pv3 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-t8OlGk0pv3 .social-list .mbr-iconfont-social {
  font-size: 1rem;
  color: #fff;
}
.cid-t8OlGk0pv3 .social-list .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-t8OlGk0pv3 .social-list .soc-item {
  margin: 0 3px 15px 3px;
}
.cid-t8OlGk0pv3 .social-list a {
  margin: 0;
  opacity: .7;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-t8OlGk0pv3 .social-list a:hover {
  opacity: 1;
}
.cid-t8OlGk0pv3 .list {
  list-style-type: none;
  padding: 0;
}
.cid-t8OlGk0pv3 .list li {
  padding-bottom: .5rem;
}
.cid-t8OlGk0pv3 .list li:last-child {
  padding-bottom: 0;
}
.cid-t8OlGk0pv3 .mbr-footer-list,
.cid-t8OlGk0pv3 .form-text {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-t8OlGk0pv3 .mbr-footer-list,
  .cid-t8OlGk0pv3 .form-text,
  .cid-t8OlGk0pv3 .footer-title,
  .cid-t8OlGk0pv3 .footer-main-title,
  .cid-t8OlGk0pv3 .form-text,
  .cid-t8OlGk0pv3 .list {
    text-align: center !important;
  }
  .cid-t8OlGk0pv3 .mbr-form,
  .cid-t8OlGk0pv3 .social-list {
    -webkit-justify-content: center !important;
    justify-content: center !important;
  }
}
.cid-t8OlGk0pv3 .footer-main-title {
  color: #ffffff;
}
.cid-ta2Xr1PdBK {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-ta2Xr1PdBK .navbar-collapse {
  transition: none;
  min-height: 100px;
}
.cid-ta2Xr1PdBK nav.navbar {
  position: fixed;
}
.cid-ta2Xr1PdBK .nav-item {
  height: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-bottom: 0.5rem solid #efefef;
}
.cid-ta2Xr1PdBK .nav-item:hover {
  background: white;
  border-bottom: 0.5rem solid #ff4f7b;
}
@media (max-width: 992px) {
  .cid-ta2Xr1PdBK .nav-item {
    height: auto;
  }
}
.cid-ta2Xr1PdBK .nav-item-active {
  border-bottom: 0.5rem solid #ff4f7b;
}
.cid-ta2Xr1PdBK .navbar-nav {
  margin: auto;
  height: 100%!important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-ta2Xr1PdBK .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ta2Xr1PdBK .dropdown-menu {
  padding: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ta2Xr1PdBK .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ta2Xr1PdBK .dropdown-item:hover,
.cid-ta2Xr1PdBK .dropdown-item:focus {
  background: white !important;
}
.cid-ta2Xr1PdBK .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ta2Xr1PdBK .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ta2Xr1PdBK .nav-dropdown .link {
  padding: 0.6em .6em !important;
  margin: 0 0.6em !important;
}
.cid-ta2Xr1PdBK .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ta2Xr1PdBK .nav-link {
  position: relative;
}
.cid-ta2Xr1PdBK .container {
  display: flex;
  margin: auto;
}
.cid-ta2Xr1PdBK .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  margin: 0 0.3rem;
  border-radius: 10px;
}
.cid-ta2Xr1PdBK .dropdown-menu,
.cid-ta2Xr1PdBK .navbar.opened {
  background: #efefef !important;
}
.cid-ta2Xr1PdBK .nav-item:focus,
.cid-ta2Xr1PdBK .nav-link:focus {
  outline: none;
}
.cid-ta2Xr1PdBK .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ta2Xr1PdBK .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ta2Xr1PdBK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  vertical-align: sub;
}
.cid-ta2Xr1PdBK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ta2Xr1PdBK .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ta2Xr1PdBK .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ta2Xr1PdBK .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #efefef;
}
.cid-ta2Xr1PdBK .navbar.opened {
  transition: all 0.3s;
}
.cid-ta2Xr1PdBK .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ta2Xr1PdBK .navbar .navbar-logo img {
  width: auto;
}
.cid-ta2Xr1PdBK .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ta2Xr1PdBK .navbar.collapsed {
  justify-content: center;
}
.cid-ta2Xr1PdBK .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ta2Xr1PdBK .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ta2Xr1PdBK .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.8rem);
  }
}
.cid-ta2Xr1PdBK .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ta2Xr1PdBK .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ta2Xr1PdBK .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-ta2Xr1PdBK .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ta2Xr1PdBK .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ta2Xr1PdBK .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ta2Xr1PdBK .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ta2Xr1PdBK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ta2Xr1PdBK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ta2Xr1PdBK .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ta2Xr1PdBK .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-ta2Xr1PdBK .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ta2Xr1PdBK .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ta2Xr1PdBK .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ta2Xr1PdBK .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ta2Xr1PdBK .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ta2Xr1PdBK .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ta2Xr1PdBK .navbar.navbar-short {
  min-height: 60px;
}
.cid-ta2Xr1PdBK .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ta2Xr1PdBK .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ta2Xr1PdBK .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ta2Xr1PdBK .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ta2Xr1PdBK .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ta2Xr1PdBK .dropdown-item.active,
.cid-ta2Xr1PdBK .dropdown-item:active {
  background-color: transparent;
}
.cid-ta2Xr1PdBK .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ta2Xr1PdBK .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ta2Xr1PdBK .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ta2Xr1PdBK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #efefef;
}
.cid-ta2Xr1PdBK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ta2Xr1PdBK .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ta2Xr1PdBK ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ta2Xr1PdBK .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ta2Xr1PdBK button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ta2Xr1PdBK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ta2Xr1PdBK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ta2Xr1PdBK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ta2Xr1PdBK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ta2Xr1PdBK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ta2Xr1PdBK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ta2Xr1PdBK nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ta2Xr1PdBK nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ta2Xr1PdBK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ta2Xr1PdBK .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ta2Xr1PdBK a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ta2Xr1PdBK .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ta2Xr1PdBK .navbar {
    height: 70px;
  }
  .cid-ta2Xr1PdBK .navbar.opened {
    height: auto;
  }
  .cid-ta2Xr1PdBK .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
